public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
* build failure
@ 2003-01-04  3:07 Tom Tromey
  2003-01-05 16:13 ` Jeff Sturm
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2003-01-04  3:07 UTC (permalink / raw)
  To: rhug-rhats

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build failure
  2003-01-04  3:07 build failure Tom Tromey
@ 2003-01-05 16:13 ` Jeff Sturm
  2003-01-10  6:17   ` Anthony Green
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Sturm @ 2003-01-05 16:13 UTC (permalink / raw)
  To: Tom Tromey; +Cc: rhug-rhats

On 3 Jan 2003, Tom Tromey wrote:
> 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 {
>                                         ^

I get that too.  Rebuilding Makefile.in fixes it.

Jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build failure
  2003-01-05 16:13 ` Jeff Sturm
@ 2003-01-10  6:17   ` Anthony Green
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony Green @ 2003-01-10  6:17 UTC (permalink / raw)
  To: Jeff Sturm; +Cc: Tom Tromey, rhug-rhats

On Sun, 2003-01-05 at 08:13, Jeff Sturm wrote:
> I get that too.  Rebuilding Makefile.in fixes it.

I checked in the fixed one.  Thanks!

AG


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-10  6:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-04  3:07 build failure Tom Tromey
2003-01-05 16:13 ` Jeff Sturm
2003-01-10  6:17   ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).