You are not logged in.
Here is the last few lines of the output. I have jre and jdk already installed via pacman.
mkdir -p stamps
touch stamps/hotspot-tools-copy-source-files.stamp
find hotspot-tools -name '*.java' | sort > hotspot-tools-source-files.txt
mkdir -p lib/hotspot-tools
if ! test -d /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0 ; \
then \
/opt/java/jre/bin/javac -J-Xmx512m -g -d lib/hotspot-tools \
-source 1.5 \
-sourcepath rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated \
-bootclasspath '' @hotspot-tools-source-files.txt ; \
else \
/var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/javac -J-Xmx512m -g -d lib/hotspot-tools \
-source 1.5 \
-sourcepath rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated \
-bootclasspath '' @hotspot-tools-source-files.txt ; \
fi
/bin/sh: line 7: /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/javac: No such file or directory
make: *** [stamps/hotspot-tools-class-files.stamp] Error 127
==> ERROR: Build Failed.
Aborting...
there is no /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/javac, but there is /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/java. I'm wondering if there might be a typo in the source...
Last edited by pogeymanz (2008-06-11 22:37:03)
Offline
I had the same problem, gave up, its probably a missing depend or something, anyway you can get a binary package from this repository.
[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64
Offline
what an easy way out...:P Oh well. I'll try that
Offline
I had the same issue as well.
Never did solve it.
Also Icedtea would not run any local java apps for me, worked fine in browser, X86_64, had to go back to jre.
VB
Offline
Works fine for me (i686). But here are enought votes for a bug report I think.
Offline