From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23711 invoked by alias); 4 Mar 2011 20:05:41 -0000 Received: (qmail 23687 invoked by uid 22791); 4 Mar 2011 20:05:40 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GC X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Mar 2011 20:05:38 +0000 From: "dougmencken at gmail dot com" To: java-prs@gcc.gnu.org Subject: [Bug libgcj/46263] without zip in system, gcc with --enable-languages=....,java bootstraps, but no libgcj in result X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcj X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dougmencken at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 04 Mar 2011 20:05:00 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2011-q1/txt/msg00034.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46263 --- Comment #1 from Douglas Mencken 2011-03-04 20:05:27 UTC --- With the following patch commands: http://ftp.osuosl.org/pub/manulix/scripts/build-scripts/PATCHCMDS/patchcmds-gcc GCC v 4.6.0 builds fine (snapshot 20110226). For those of you, who hates to follow links, the related part: # '-follow' may be not supported by 'find' producing an error: "find: unrecognized: -follow"; # the following is aimed to fix that issue sed -i 's/-follow //g' ./libjava/classpath/lib/gen-classlist.sh.in sed -i 's/-follow //g' ./libjava/contrib/rebuild-gcj-db.in sed -i 's/-follow //g' ./libjava/classpath/tools/Makefile.in sed -i 's/-follow //g' ./libjava/classpath/tools/Makefile.am Really, '-follow' is not needed at all.