From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12018 invoked by alias); 28 Sep 2008 14:59:53 -0000 Received: (qmail 12009 invoked by uid 22791); 28 Sep 2008 14:59:52 -0000 X-Spam-Check-By: sourceware.org Received: from adelie.canonical.com (HELO adelie.canonical.com) (91.189.90.139) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 28 Sep 2008 14:59:00 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.60 #1 (Debian)) id 1Kjxjc-0006bk-Ox for ; Sun, 28 Sep 2008 15:58:56 +0100 Received: from dslb-088-073-102-111.pools.arcor-ip.net ([88.73.102.111] helo=[192.168.42.17]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kjxjc-0007Rz-JK for java@gcc.gnu.org; Sun, 28 Sep 2008 15:58:56 +0100 Message-ID: <48DF9BC4.2000306@ubuntu.com> Date: Sun, 28 Sep 2008 14:59:00 -0000 From: Matthias Klose User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: java@gcc.gnu.org Subject: Re: java tools broken on the trunk (resource bundles not found) PR37636 References: <48DA2112.4080006@ubuntu.com> In-Reply-To: <48DA2112.4080006@ubuntu.com> Content-Type: text/plain; charset=ISO-8859-15 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: 2008-09/txt/msg00068.txt.bz2 Matthias Klose schrieb: > Just filed PR37636; didn't figure out yet when this was introduced. The only > obvious configure change is picking up the CLooG libraries. > > Seen on the 0.98 merge branch as well. This was only seen when not configuring with --enable-java-maintainer-mode. Fixed on the branch, by reverting the patch mentioned in http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00830.html the classpath/tools property files are not included anymore in libgcj.so, so this should be properly fixed now. Matthias