PDA

View Full Version : sun-jre6


Caffeino
07-27-2008, 10:37 AM
I am trying to build suns jre6.

I of course downloaded the Unix binaries of the correct version and put them in the correct location (distfiles), no complaints from that.

It is unclear to me why make stopped the first time, although it appears that it was trying to access a path with a double slash in the middle here :

===> Extracting for sun-jre6-6.0.5
: not found
: not found
/usr/pkgsrc/distfiles//jre-6u5-linux-i586.bin: n/sh: not found

Trying make again gives an error;

cd: can't cd to /usr/pkgsrc/lang/sun-jre6/work/jre1.6.0_05/lib

Full initial make log is attached. Does anyone have any pointers?

JMJ_coder
07-29-2008, 04:09 AM
Hello,

Did you try to make clean and then try to re-make it? Sometimes it works (sometimes it doesn't).