From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30889 invoked by alias); 12 Nov 2007 09:42:33 -0000 Received: (qmail 30881 invoked by uid 22791); 12 Nov 2007 09:42:33 -0000 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO,TW_GC,TW_LR,TW_RW,TW_WX,TW_XR,WLS_URI_OPT_0 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Nov 2007 09:42:31 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1IrVo7-0006HN-KK; Mon, 12 Nov 2007 10:42:28 +0100 Subject: Fedora 8 - missing rt.jar/core classes Thread/Object compiling frysk From: Mark Wielaard To: frysk@sourceware.org Cc: fedora-devel-java-list@redhat.com Content-Type: text/plain Date: Mon, 12 Nov 2007 09:42:00 -0000 Message-Id: <1194860535.3024.8.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 (2.12.1-3.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00123.txt.bz2 Hi, I heard a couple of reports on irc and now I got the same failure myself on a fresh Fedora 8 install (x86_64 - I am not seeing this on my x86 Fedora 8 install that got upgraded from Test 3, there everything is fine). The issue is compiling frysk (or anything else using gcjh): Exception in thread "main" java.io.IOException: can't find class file java/lang/Thread.class in java.net.URLClassLoader{urls=[file:/home/mark/src/git/frysk-obj/frysk-imports/tests/./,file:/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/rt.jar], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}} This is caused by a broken symlink: lrwxrwxrwx 1 root root 17 2007-11-09 23:34 /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/rt.jar -> /libgcj-4.1.2.jar This can manually be fixed by setting the symlink to /usr/share/java/libgcj-4.1.2.jar Filed as bug https://bugzilla.redhat.com/show_bug.cgi?id=377341 Cheers, Mark