From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18577 invoked by alias); 23 Jul 2009 16:20:56 -0000 Received: (qmail 18561 invoked by uid 22791); 23 Jul 2009 16:20:54 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Jul 2009 16:20:46 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6NGKiiW026374; Thu, 23 Jul 2009 12:20:44 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6NGKhZY011826; Thu, 23 Jul 2009 12:20:43 -0400 Received: from pearl.pink (vpn-12-90.rdu.redhat.com [10.11.12.90]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6NGKfiP027835; Thu, 23 Jul 2009 12:20:42 -0400 Message-ID: <4A688DD9.200@redhat.com> Date: Thu, 23 Jul 2009 16:20:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: ronis@ronispc.chem.mcgill.ca CC: GCC Subject: Re: Bootstrap failure in 4.4.1 References: <1248365867.14628.7.camel@ronispc.chem.mcgill.ca> In-Reply-To: <1248365867.14628.7.camel@ronispc.chem.mcgill.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00055.txt.bz2 On 07/23/2009 06:17 PM, David Ronis wrote: > I was building gcc-4.4.1 on an i686-linux-gnu slackware-12.2 box with > the default optimization flags. I'd last built/installed 4.4.0. The > current build dies at: > here=`pwd`; cd ../../../gcc/libjava/classpath/lib; \ > find gnu java javax org sun -name .svn -prune -o -name '*.class' -print > | \ > gjar -cfM@ $here/libgcj-4.4.1.jar > jar: internal error: > java.lang.NullPointerException > at > gnu.classpath.tools.jar.Creator.writeCommandLineEntries(libgcj-tools.so.10) > at gnu.classpath.tools.jar.Creator.run(libgcj-tools.so.10) > at gnu.classpath.tools.jar.Main.run(libgcj-tools.so.10) > at gnu.classpath.tools.jar.Main.main(libgcj-tools.so.10) OK, so the gjar in your path is hosed. Find it, and get back to use, and we can try to debug it. Andrew.