Date: Fri, 20 Feb 2004 22:15:09 -0800 From: Lin Jianfong <ljfong@hong.homeunix.net> To: FreeBSD Java List <freebsd-java@freebsd.org> Subject: java/jdk14 Build Error Message-ID: <20040221061509.GA40851@hong.attbi.com>
next in thread | raw e-mail | index | archive | help
Hello, I have been having trouble building java/jdk14 port, the error has always been cc1plus does not recognize option '-auxbase-strip' option. I'm doing this on a FreeBSD 5.2-Release box, and the latest cvsup from yesterday. The error as follows: /usr/bin/sed -e 's!uchardir\.o!/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/&!g' > /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/uchardir.d^M /usr/bin/gcc -W -Wall -Wno-unused -Wno-parentheses -DHEADLESS -fPIC -DCC_NOEX -DNEED_BOGUS_DELETE_OPERATORS -Di586 -DARCH='"i586"' -DRELEASE='"1.4.2-p6"' -DFULL_VERSION='"1.4.2-p6-ljfong_20_feb_2004_16_38"' -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_BSD_SOURCE -I. -I/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/font -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/font -I../../../src/share/native/sun/awt/font/fontmanager/include -I../../../src/share/native/sun/awt/font/t2k -I../../../src/share/native/sun/awt/font/layout -I../../../src/share/native/sun/awt/font/opentype -I../../../src/share/native/sun/awt/font/layoutengine -I../../../src/share/native/sun/awt/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/X11TextRenderer.o ../../../src/solaris/native/sun/awt/font/X11TextRenderer.cpp^M cc1plus: unrecognized option `-auxbase-strip'^M cc1plus: output filename specified twice^M gmake[4]: *** [/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/X11TextRenderer.o] Error 1^M gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun/font'^M gmake[3]: *** [optimized] Error 2^M gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun/font'^M gmake[2]: *** [all] Error 1^M gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun'^M gmake[1]: *** [all] Error 1^M gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'^M gmake: *** [j2se-build] Error 2^M *** Error code 2^M ^M Stop in /usr/ports/java/jdk14.^M ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall58751.0 make -DWITH_LINUX_BOOTSTRAP^M ** Fix the problem and try again.^M ** The following packages were not installed or upgraded (*:skipped / !:failed)^M ! java/jdk14 (unknown build error)^M Not sure what '-auxbase-strip' option does, however, g++295 seems to recognize this option ok, just not g++ 3.3 with the base system. Any help/suggestion appreciated. -- Hong
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040221061509.GA40851>