Re: Error Compiling jdk15

2006-03-02 Thread Lowell Gilbert
Warren Liddell writes:

 Below is the erro msg when compiling on a FreeBSD6.1-Pre-Release...
 
 Note: * uses or overrides a deprecated API.
 Note: Recompile with -Xlint:deprecation for details.
 Note: Some input files use unchecked or unsafe operations.
 Note: Recompile with -Xlint:unchecked for details.
 21 errors
 12 warnings
 gmake[3]: *** [.compile.classlist] Error 1
 gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/java'
 gmake[2]: *** [all] Error 1
 gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java'
 gmake[1]: *** [all] Error 1
 gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make'
 gmake: *** [j2se-build] Error 2
 *** Error code 2
 
 Stop in /usr/ports/java/jdk15.

Look a little earlier in the output for the actual 
errors that stopped the compile.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error Compiling jdk15

2006-03-01 Thread Warren Liddell
Below is the erro msg when compiling on a FreeBSD6.1-Pre-Release...

Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 errors
12 warnings
gmake[3]: *** [.compile.classlist] Error 1
gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk15.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compiling jdk15

2005-05-10 Thread Ryan Winograd
Hi all,
I'm having problems compiling the jdk15 port on my machine.
It's running 5.3-Release and also has the jdk14 and linux-sun-jdk14 
ports installed.
Here is the end of the make install output.

Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 errors
12 warnings
gmake[3]: *** [.compile.classlist] Error 1
fi gmake[3]: Leaving directory
gmake[2]: *** [all] Error 1
`/usr/ports/java/jdk15/work/j2se/make/java/java' gmake[2]: Leaving
gmake[1]: *** [all] Error 1
directory `/usr/ports/java/jdk15/work/j2se/make/java' gmake[1]:
gmake: *** [j2se-build] Error 2
Leaving directory `/usr/ports/java/jdk15/work/j2se/make' *** Error
code 2
Stop in /usr/ports/java/jdk15.
If being able to see the whole thing would be helpful, it can be
downloaded from http://cspain.no-ip.info/jdk15build.out
Thx in advance for all help and advice, and if any other info about my
system would be helpful, please let me know and i'll post it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Issue compiling JDK15

2005-04-07 Thread Todd Shirk
Hi,

I've been attempting to compile JDK15 on my AMD64 laptop.  I have
linux redhat 8 installed for linux compatibility and the
linux-sun-jdk1.4.2 installed so that the /usr/ports/java/jdk15 would
use the appropriate javac compiler to compile JDK15 natively.  I reach
a point where I receive the following message.

execv(): Bad address
Error trying to exec /usr/local/linux-sun-jdk1.4.2/bin/javac.
Check if file exists and permissions are set correctly.
gmake[3]: *** [.compile.classlist] Error 1
gmake[3]: Leaving directory '/usr/ports/java/jdk15/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory '/usr/ports/java/jdk15/work/j2se/make/java'
gmake[1] *** [all] Error 1
gmake[1]: Leaving directory '/usr/ports/java/jdk15/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk15.

I've checked and /usr/local/linux-sun-jdk1.4.2/bin/javac exists and
permissions appear adequate.  For giggles I chmod 777 on the file with
the same results.  Any thoughts?

Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]