From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23683 invoked by alias); 4 Jan 2003 03:07:31 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 23676 invoked from network); 4 Jan 2003 03:07:29 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by 209.249.29.67 with SMTP; 4 Jan 2003 03:07:29 -0000 Received: from fleche.redhat.com (tz0174.peakpeak.com [207.174.69.174]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id UAA27346; Fri, 3 Jan 2003 20:07:14 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 3338D4F8073; Fri, 3 Jan 2003 20:10:13 -0700 (MST) To: rhug-rhats@sources.redhat.com Subject: build failure From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: TAPPING? You POLITICIANS! Don't you realize that the END of the ``Wash Cycle'' is a TREASURED MOMENT for most people?! Date: Sat, 04 Jan 2003 03:07:00 -0000 Message-ID: <87znqhip9n.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00000.txt.bz2 I'm using latest cvs gcj and rhug, building from scratch: gcj -C --encoding=ISO-8859-1 --classpath=upstream/src:upstream ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:3: error: Can't find default package `junit.framework'. Check the CLASSPATH environment variable and the access to the archives ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:11: error: Superclass `TestSuite' of class `junit.extensions.ActiveTestSuite' not found. public class ActiveTestSuite extends TestSuite { ^ ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:29: error: Type `TestResult' not found in the declaration of the argument `result' of method `run'. public void run(TestResult result) { ^ ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:35: error: Type `Test' not found in the declaration of the argument `test' of method `runTest'. public void runTest(final Test test, final TestResult result) { ^ ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:35: error: Type `TestResult' not found in the declaration of the argument `result' of method `runTest'. public void runTest(final Test test, final TestResult result) { ^ ../../rhug/junit/upstream/src/junit/extensions/ActiveTestSuite.java:60: error: Type `Test' not found in the declaration of the argument `test' of method `runFinished'. synchronized public void runFinished(Test test) { ^ 6 errors make[1]: *** [upstream/src/junit/extensions/ActiveTestSuite.class] Error 1 make[1]: Leaving directory `/home/tromey/gnu/rhug/build/junit' make: *** [all-recursive] Error 1 Tom