public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/32807]  New: make fails, Java CLASSPATH
@ 2007-07-18 10:01 pieter dot donche at ua dot ac dot be
  2007-07-21  8:33 ` [Bug libgcj/32807] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pieter dot donche at ua dot ac dot be @ 2007-07-18 10:01 UTC (permalink / raw)
  To: java-prs

Sun Sparc Solaris 10.
binutils 2.16, gnu make 3.81, gmp 4.2.1, mpfr 2.2.1
gcc-3.4.6

I downloaded gcc-4.2.0, unpacked it, in a separate objdir
./configure
make
after 4 hours of compilation, ends with
/export/nscr/edp/pdon/builds/src/gnu/objdir/./gcc/gcj
-B/export/nscr/edp/pdon/bu
ilds/src/gnu/objdir/./gcc/ -B/usr/local/sparc-sun-solaris2.10/bin/
-B/usr/local/
sparc-sun-solaris2.10/lib/ -isystem /usr/local/sparc-sun-solaris2.10/include
-is
ystem /usr/local/sparc-sun-solaris2.10/sys-include  -m64 -encoding UTF-8
--bootc
lasspath '../lib':'../lib/glibj.zip' --classpath . -C -d classes
/export/nscr/ed
p/pdon/builds/src/gnu/gcc-4.2.0/libjava/classpath/tools/gnu/classpath/tools/*.ja
va
/export/nscr/edp/pdon/builds/src/gnu/gcc-4.2.0/libjava/classpath/tools/gnu/cl
asspath/tools/*/*.java
/export/nscr/edp/pdon/builds/src/gnu/gcc-4.2.0/libjava/cl
asspath/tools/gnu/classpath/tools/*/*/*.java
/export/nscr/edp/pdon/builds/src/gnu/gcc-4.2.0/libjava/classpath/tools/gnu/class
path/tools/AbstractMethodGenerator.java:0: error: Can't find default package
'ja
va.lang'. Check the CLASSPATH environment variable and the access to the
archive
s
/export/nscr/edp/pdon/builds/src/gnu/gcc-4.2.0/libjava/classpath/tools/gnu/class
path/tools/HelpPrinter.java:43: error: Class or interface
'java.io.InputStreamRe
ader' not found in import.
import java.io.InputStreamReader;
          ^
/export/nscr/edp/pdon/builds/src/gnu/gcc-4.2.0/libjava/classpath/tools/gnu/class
path/tools/HelpPrinter.java:61: error: Type 'String' not found in the
declaratio
n of the argument 'args' of method 'checkHelpKey'.
...
(hundreds (thousands?) of such messages)
...
and also that many such as
/export/nscr/edp/pdon/builds/src/gnu/gcc-4.2.0/libjava/classpath/tools/gnu/cla
sspath/tools/keytool/CACertCmd.java:0: error: cannot find file for class
java.la
ng.Object
...
I have JDK 1.5.0_06 in /usr/java1.5
$ echo $JAVA_HOME
/usr/java1.5
$ echo $CLASSPATH
/usr/local/junit/junit.jar

Should I set some ./configure parameter?
Never had to do that with 3.* versions of gcc

Thanks for any help

P.


-- 
           Summary: make fails, Java CLASSPATH
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pieter dot donche at ua dot ac dot be


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


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

* [Bug libgcj/32807] make fails, Java CLASSPATH
  2007-07-18 10:01 [Bug java/32807] New: make fails, Java CLASSPATH pieter dot donche at ua dot ac dot be
@ 2007-07-21  8:33 ` pinskia at gcc dot gnu dot org
  2007-07-21 19:09 ` pieter dot donche at ua dot ac dot be
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-21  8:33 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-21 08:33 -------
Did you set CONFIG_SHELL?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
          Component|java                        |libgcj


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


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

* [Bug libgcj/32807] make fails, Java CLASSPATH
  2007-07-18 10:01 [Bug java/32807] New: make fails, Java CLASSPATH pieter dot donche at ua dot ac dot be
  2007-07-21  8:33 ` [Bug libgcj/32807] " pinskia at gcc dot gnu dot org
@ 2007-07-21 19:09 ` pieter dot donche at ua dot ac dot be
  2007-07-21 19:11 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pieter dot donche at ua dot ac dot be @ 2007-07-21 19:09 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pieter dot donche at ua dot ac dot be  2007-07-21 19:09 -------
Subject: Re:  make fails, Java CLASSPATH

On Sat, 21 Jul 2007, pinskia at gcc dot gnu dot org wrote:

> ------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-21 08:33 -------
> Did you set CONFIG_SHELL?

No. What is this CONFIG_SHELL and how does it affect configuration/making?
The INSTALL file does not mention it,
nor is it mentioned in gcc4.2.0/configure --help.

P.

> pinskia at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>           Severity|blocker                     |normal
>          Component|java                        |libgcj
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32807
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


-- 


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


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

* [Bug libgcj/32807] make fails, Java CLASSPATH
  2007-07-18 10:01 [Bug java/32807] New: make fails, Java CLASSPATH pieter dot donche at ua dot ac dot be
  2007-07-21  8:33 ` [Bug libgcj/32807] " pinskia at gcc dot gnu dot org
  2007-07-21 19:09 ` pieter dot donche at ua dot ac dot be
@ 2007-07-21 19:11 ` pinskia at gcc dot gnu dot org
  2007-07-23 16:43 ` pieter dot donche at ua dot ac dot be
  2007-07-23 17:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-21 19:11 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-21 19:11 -------
Please read: http://gcc.gnu.org/install/specific.html#x-x-solaris2


-- 


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


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

* [Bug libgcj/32807] make fails, Java CLASSPATH
  2007-07-18 10:01 [Bug java/32807] New: make fails, Java CLASSPATH pieter dot donche at ua dot ac dot be
                   ` (2 preceding siblings ...)
  2007-07-21 19:11 ` pinskia at gcc dot gnu dot org
@ 2007-07-23 16:43 ` pieter dot donche at ua dot ac dot be
  2007-07-23 17:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pieter dot donche at ua dot ac dot be @ 2007-07-23 16:43 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from pieter dot donche at ua dot ac dot be  2007-07-23 16:43 -------
Subject: Re:  make fails, Java CLASSPATH

Hi,
Thanks. It did compile now..
(from midnight to 10:30 in the morning ...)
P.

\_______________
/ Pieter Donche \____________________________________________
| ITC Manager                  e-mail Pieter.Donche@ua.ac.be \
| Dept. Mathem. & Computer Science, University of Antwerp    |
| (UA) Middelheimlaan 1, B 2020 Antwerpen,      BELGIUM (EU) |
| room G1.16,      tel +32 03.265.3870, fax +32 03.265.3777  |
|____________________________________________________________|

On Sat, 21 Jul 2007, pinskia at gcc dot gnu dot org wrote:

>
>
> ------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-21 19:11 -------
> Please read: http://gcc.gnu.org/install/specific.html#x-x-solaris2
>
>
> -- 
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32807
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


-- 


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


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

* [Bug libgcj/32807] make fails, Java CLASSPATH
  2007-07-18 10:01 [Bug java/32807] New: make fails, Java CLASSPATH pieter dot donche at ua dot ac dot be
                   ` (3 preceding siblings ...)
  2007-07-23 16:43 ` pieter dot donche at ua dot ac dot be
@ 2007-07-23 17:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-23 17:24 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-07-23 17:24 -------
Normal issue of not following directions (Solaris's /bin/sh is not a POSIX
shell).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2007-07-23 17:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-18 10:01 [Bug java/32807] New: make fails, Java CLASSPATH pieter dot donche at ua dot ac dot be
2007-07-21  8:33 ` [Bug libgcj/32807] " pinskia at gcc dot gnu dot org
2007-07-21 19:09 ` pieter dot donche at ua dot ac dot be
2007-07-21 19:11 ` pinskia at gcc dot gnu dot org
2007-07-23 16:43 ` pieter dot donche at ua dot ac dot be
2007-07-23 17:24 ` pinskia at gcc dot gnu dot org

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