This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/21868] New: [4.1 regression] can't build mauve


I can't build current cvs mauve with current cvs head gcj.
I see this:

gcj  -g -O2 -c -o gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.o
../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java
../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java:32: error:
Class or interface ?gnu.testlet.SimpleTestHarness? not found in import.
   import gnu.testlet.SimpleTestHarness;
          ^
../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java:35: error:
Superinterface ?Testlet? of class
?gnu.testlet.BinaryCompatibility.BinaryCompatibilityTest? not found.
   public class BinaryCompatibilityTest implements Testlet
                                                   ^
../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java:37: error:
Type ?TestHarness? not found in declaration of field ?harness?.
     protected static TestHarness harness;
                      ^
../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java:44: error:
Type ?SimpleTestHarness? not found in the declaration of the local variable ?sth?.
           SimpleTestHarness sth = (SimpleTestHarness) harness;
           ^
../mauve/gnu/testlet/BinaryCompatibility/BinaryCompatibilityTest.java:77: error:
Type ?TestHarness? not found in the declaration of the argument ?the_harness? of
method ?test?.
     public void test (TestHarness the_harness)
                       ^
5 errors


This is incorrect.

-- 
           Summary: [4.1 regression] can't build mauve
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21868


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]