public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "tromey at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/21868] New: [4.1 regression] can't build mauve
Date: Wed, 01 Jun 2005 20:21:00 -0000	[thread overview]
Message-ID: <20050601202141.21868.tromey@gcc.gnu.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1951 bytes --]

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


             reply	other threads:[~2005-06-01 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-01 20:21 tromey at gcc dot gnu dot org [this message]
2005-06-20 18:00 ` [Bug java/21868] " tromey at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050601202141.21868.tromey@gcc.gnu.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).