public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/1133: missing java-array.h?
@ 2000-12-20 12:08 ralph
  0 siblings, 0 replies; only message in thread
From: ralph @ 2000-12-20 12:08 UTC (permalink / raw)
  To: java-gnats

>Number:         1133
>Category:       java
>Synopsis:       missing java-array.h?
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    green
>State:          closed
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:06:27 PST 2000
>Closed-Date:    Mon Mar 06 01:09:33 PST 2000
>Last-Modified:  Mon Mar  6 01:16:01 PST 2000
>Originator:     Ralph Doncaster
>Release:        cvs repository @Jan 5 11:00EST
>Organization:
>Environment:
Solaris 2.5.1
>Description:
In file included from java/lang/reflect/Field.h:8,
                 from ../../../libgcj/libjava/gcj/field.h:15,
                 from ../../../libgcj/libjava/include/jvm.h:25,
                 from ../../../libgcj/libjava/prims.cc:20:
java/lang/reflect/AccessibleObject.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:33:
java/lang/Runtime.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:35:
java/lang/Thread.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:36:
java/lang/ThreadGroup.h:9: java-array.h: No such file or directory
In file included from java/io/FilterOutputStream.h:8,
                 from java/io/PrintStream.h:8,
                 from ../../../libgcj/libjava/prims.cc:48:
java/io/OutputStream.h:9: java-array.h: No such file or directory
In file included from java/io/PrintStream.h:8,
                 from ../../../libgcj/libjava/prims.cc:48:
java/io/FilterOutputStream.h:9: java-array.h: No such file or directory
In file included from ../../../libgcj/libjava/prims.cc:48:
java/io/PrintStream.h:9: java-array.h: No such file or directory
make[2]: *** [prims.lo] Error 1
make[2]: Leaving directory `/home/ralph/devel/java/build/sparc-sun-solaris2.5.1/libjava'
>How-To-Repeat:
mkdir build
../libjava/configure
make
>Fix:
Upgrade the compiler to a recent snapshot.
>Release-Note:

>Audit-Trail:

Formerly PR gcj/125


From: Tom Tromey <tromey@cygnus.com>
To: ralph@laratech.ca
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/125: missing java-array.h?
Date: Wed, 5 Jan 2000 12:23:12 -0800 (PST)

 Usually this means you are trying to build the latest cvs libgcj using
 gcj 2.95.2.  Is that the case?
 
 This doesn't work.
 One choice is to get Bryce's patches to make gcc 2.95.2 use the latest
 java front end code.
 Another choice is to use the cvs gcc (this approach has other
 problems, such as transient gcc bugs).
 
 Please get back to me so I can update the PR as appropriate.
 
 Tom

From: Tom Tromey <tromey@cygnus.com>
To: Ralph Doncaster <ralph@laratech.ca>
Cc: Tom Tromey <tromey@cygnus.com>,
        Java Gnats Server <java-gnats@sourceware.cygnus.com>
Subject: Re: gcj/125: missing java-array.h?
Date: Wed, 5 Jan 2000 13:20:50 -0800 (PST)

 >>>>> "Ralph" == Ralph Doncaster <ralph@laratech.ca> writes:
 
 Ralph> I'm using 2.95.2
 Ralph> I also have a copy of 2.8.1 I could install.  Would that work?
 
 I'm afraid not.  I don't think 2.8.1 comes with gcj.
 
 Ralph> If not, where are the patches you are referring to?
 
 Offhand I don't recall.  You'd have to search the java-discuss mailng
 list archives to find the URL.  It is in a message posted by Bryce
 McKinlay <bryce@albatross.co.nz>
 
 Tom
Responsible-Changed-From-To: apbianco->green
Responsible-Changed-By: green
Responsible-Changed-When: Sun Feb 13 09:44:22 2000
Responsible-Changed-Why:
    This has been dealt with.
State-Changed-From-To: open->feedback
State-Changed-By: green
State-Changed-When: Sun Feb 13 09:44:22 2000
State-Changed-Why:
    This is a gcjh/libgcj mismatch problem.

From: green@cygnus.com
To: apbianco@cygnus.com, green@cygnus.com, java-gnats@sourceware.cygnus.com,
  ralph@laratech.ca, tromey@cygnus.com
Cc:  
Subject: Re: gcj/125
Date: 13 Feb 2000 17:44:22 -0000

 Synopsis: missing java-array.h?
 
 Responsible-Changed-From-To: apbianco->green
 Responsible-Changed-By: green
 Responsible-Changed-When: Sun Feb 13 09:44:22 2000
 Responsible-Changed-Why:
     This has been dealt with.
 State-Changed-From-To: open->feedback
 State-Changed-By: green
 State-Changed-When: Sun Feb 13 09:44:22 2000
 State-Changed-Why:
     This is a gcjh/libgcj mismatch problem.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=125&database=java
State-Changed-From-To: feedback->closed
State-Changed-By: bryce
State-Changed-When: Mon Mar  6 01:09:33 2000
State-Changed-Why:
    Problem was a gcjh/libgcj version mismatch. 

From: bryce@albatross.co.nz
To: green@cygnus.com, java-gnats@sourceware.cygnus.com, ralph@laratech.ca
Cc:  
Subject: Re: gcj/125
Date: 6 Mar 2000 09:09:33 -0000

 Synopsis: missing java-array.h?
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: bryce
 State-Changed-When: Mon Mar  6 01:09:33 2000
 State-Changed-Why:
     Problem was a gcjh/libgcj version mismatch. 
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=125&database=java
>Unformatted:



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:08 java/1133: missing java-array.h? ralph

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).