Build error on Ubuntu 8.10
Mohamed Bana
mbana.lists at googlemail.com
Fri Nov 14 22:03:11 UTC 2008
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
More information about the build-dev
mailing list