You are missing the binary plugs from
http://download.java.net/openjdk/jdk7/
make[4]: *** No rule to make target
`/home/mbana/openjdk/jdk7/jdk-7-ea-plug-b39-linux-x64-06_nov_2008/jre/lib/amd64/libjsoundhs.so', needed by
`/home/mbana/openjdk/jdk7/build/linux-amd64/lib/amd64/libjsoundhs.so'. Stop.
make[4]: Leaving directory `/home/mbana/openjdk/jdk7/jdk/make/java/redist'
Doesn't look like it has anything to do with Ubuntu or hotspot changes.
-kto
Mohamed Bana wrote:
Hello,
I followed this
http://www.jboss.org/community/docs/DOC-12912;jsessionid=E7B0206FAB20E919729224AA55A60866
post verbatim yet I still can't compile openjdk.
It's not the dash issue;
$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2008-10-31 17:23 /bin/sh -> bash
$ gcc --version
gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2
$ make sanity
http://pastebin.com/m3c7dc3d6
without replacing the original hotspot/src/share/vm/libadt/port.hpp with
the one found on that site, it fails when building hotspot.
I should warn you; the error files below are quite big.
$ make WARNINGS_ARE_ERRORS= 2>&1 | tee errors2
errors;
http://filebin.ca/fqbyr/errors or http://filebin.ca/fqbyr
$ make 2>&1 | tee errors2
errors2;
http://filebin.ca/ojkduk/errors2 or http://filebin.ca/ojkduk
Thanks