From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6338 invoked by alias); 9 Jun 2003 07:52:07 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 6326 invoked from network); 9 Jun 2003 07:52:06 -0000 Received: from unknown (HELO nescio.wildebeest.org) (62.108.28.95) by sources.redhat.com with SMTP; 9 Jun 2003 07:52:06 -0000 Received: from elsschot.wildebeest.org ([192.168.1.26] ident=mark) by nescio.wildebeest.org with esmtp (Exim 3.35 #1 (Debian)) id 19PHQK-0008Cv-00; Mon, 09 Jun 2003 09:50:36 +0200 Subject: Re: Build Error From: Mark Wielaard To: Dara Hazeghi Cc: mauve-discuss@sources.redhat.com In-Reply-To: <20030609015645.98958.qmail@web41107.mail.yahoo.com> References: <20030609015645.98958.qmail@web41107.mail.yahoo.com> Content-Type: text/plain Message-Id: <1055145123.810.1185.camel@elsschot> Mime-Version: 1.0 Date: Mon, 09 Jun 2003 07:52:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00033.txt.bz2 Hi, On Mon, 2003-06-09 at 03:56, Dara Hazeghi wrote: > Now though, I can't just do: > echo gnu.testlet.java.lang.Character.unicode | > ./SimpleTestHarness > > from the directory I did make check in. I get: > > FAIL: uncaught exception loading > gnu.testlet.java.lang.Character.unicode: > java.lang.ClassNotFoundException: You have probably used the mauve-libgcj from the gcc/libjava directory. If you have then this is clear since that file contains the following: # Character.unicode seems to be very broken (the test) # Does not give meaningfull test results at the moment. !java.lang.Character.unicode Which disables compiling of that class. If you really want to run this (buggy) test then remove that line from the mauve-libgcj file. You will then also have to $ rm choices .save-keys before redoing $ make check KEYS=libgcj Cheers, Mark