From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4141 invoked by alias); 28 Feb 2010 10:24:29 -0000 Received: (qmail 4127 invoked by uid 22791); 28 Feb 2010 10:24:28 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Feb 2010 10:24:23 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1SAOL2G024840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 28 Feb 2010 05:24:21 -0500 Received: from zebedee.pink (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1SAOKNI003521; Sun, 28 Feb 2010 05:24:20 -0500 Message-ID: <4B8A4453.4030606@redhat.com> Date: Sun, 28 Feb 2010 10:24:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0 MIME-Version: 1.0 To: java@gcc.gnu.org Subject: Re: unable to regenerate the pregenerated libjava header files on the trunk References: <4B894E9A.4000903@ubuntu.com> In-Reply-To: <4B894E9A.4000903@ubuntu.com> 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: 2010-02/txt/msg00014.txt.bz2 On 02/27/2010 04:55 PM, Matthias Klose wrote: > this is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42676, now > downgraded to P4. At least for Debian, this would mean not shipping gcj > anymore in the main section of the archive (cannot be built from > source). Is this a restriction for the upstream release as well? Can > this be reproduced by others? I think you're bootstrapping with an obsolete version of gjavah. To see if I'm right, generate the header file for javax/xml/xpath/XPathFunctionResolver. Like this: $ gjavah -cni -force -classpath /x86_64-unknown-linux-gnu/libjava/libgcj-4.5.0.jar javax/xml/xpath/XPathFunctionResolver With the new version of gjavah, you'll get namespace xml { namespace namespace$ With the old version you'll get namespace xml { namespace namespace Andrew.