From owner-freebsd-questions Mon Feb 3 11:10:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F32537B405 for ; Mon, 3 Feb 2003 11:10:10 -0800 (PST) Received: from web13509.mail.yahoo.com (web13509.mail.yahoo.com [216.136.173.13]) by mx1.FreeBSD.org (Postfix) with SMTP id C29CD43F9B for ; Mon, 3 Feb 2003 11:10:07 -0800 (PST) (envelope-from us23north@yahoo.com) Message-ID: <20030203191007.51322.qmail@web13509.mail.yahoo.com> Received: from [66.248.82.83] by web13509.mail.yahoo.com via HTTP; Mon, 03 Feb 2003 11:10:07 PST Date: Mon, 3 Feb 2003 11:10:07 -0800 (PST) From: Eric Buchanan Subject: Unable to install gcc31 port To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello list, I am trying to install the port of gcc 31, to prepare to install the port of OpenOffice. I get the following error after about two hours into the make process. Thank you in advance for your help. Eric ------- ===> Building for gcc-3.1.1_20020909 cd /backup/ports/lang/gcc31/work/gcc-3.1.1 ; contrib/gcc_update --touch gmake[1]: Entering directory `/backup/ports/lang/gcc31/work/build/libiberty' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/libiberty/testsuite' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/libiberty/testsuite' gmake[1]: Leaving directory `/backup/ports/lang/gcc31/work/build/libiberty' gmake[1]: Entering directory `/backup/ports/lang/gcc31/work/build/zlib' true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd4.7" "AR=ar" "AS=as" "CC=cc" "CXX=c++" "LD=ld" "LIBCFLAGS=-O -pipe " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do gmake[1]: Leaving directory `/backup/ports/lang/gcc31/work/build/zlib' Bootstrapping the compiler gmake[1]: Entering directory `/backup/ports/lang/gcc31/work/build/gcc' Bootstrap complete - make "quickstrap" to redo last build, "restage1" through "restage3" to rebuild specific stages, or "cleanstrap" to redo the bootstrap from scratch. gmake[1]: Leaving directory `/backup/ports/lang/gcc31/work/build/gcc' Comparing stage2 and stage3 of the compiler gmake[1]: Entering directory `/backup/ports/lang/gcc31/work/build/gcc' rm -f .bad_compare case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \ for file in *.o; do \ tail +16c ./$file > tmp-foo1; \ tail +16c stage$stage/$file > tmp-foo2 \ && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \ done case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \ for dir in tmp-foo intl cp f java objc; do \ if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \ for file in $dir/*.o; do \ tail +16c ./$file > tmp-foo1; \ tail +16c stage$stage/$file > tmp-foo2 \ && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \ done; \ else true; fi; \ done rm -f tmp-foo* case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \ if [ -f .bad_compare ]; then \ echo "Bootstrap comparison failure!"; \ cat .bad_compare; \ exit 1; \ else \ case "compare" in \ *-lean ) rm -rf stage$stage ;; \ *) ;; \ esac; true; \ fi gmake[1]: Leaving directory `/backup/ports/lang/gcc31/work/build/gcc' Building runtime libraries gmake[1]: Entering directory `/backup/ports/lang/gcc31/work/build' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/libiberty' gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/libiberty/testsuite' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/libiberty/testsuite' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/libiberty' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/zlib' true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd4.7" "AR=ar" "AS=as" "CC=cc" "CXX=c++" "LD=ld" "LIBCFLAGS=-O -pipe " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/zlib' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/fastjar' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/fastjar' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/gcc' (cd intl && gmake all) gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/gcc/intl' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/gcc/intl' if [ -f specs.ready ] ; then \ true; \ else \ echo timestamp > specs.ready; \ fi gmake GCC_FOR_TARGET="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" \ HOST_PREFIX="" HOST_PREFIX_1="loser-" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_FLAGS_FOR_TARGET="" \ CFLAGS="-O -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \ RANLIB_FOR_TARGET="ranlib" \ RANLIB_TEST_FOR_TARGET="[ -f ranlib ] || ( [ "i386-portbld-freebsd4.7" = "i386-portbld-freebsd4.7" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \ NM_FOR_TARGET="nm" AWK="awk" \ LIBGCC2_CFLAGS="-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ INCLUDES="-I. -I. -I.././..//gcc-3.1.1/gcc -I.././..//gcc-3.1.1/gcc/. -I.././..//gcc-3.1.1/gcc/config -I.././..//gcc-3.1.1/gcc/../include" \ CONFIG_H="tconfig.h " MACHMODE_H="machmode.h machmode.def" \ LIB1ASMSRC='' \ MAKEOVERRIDES= \ -f libgcc.mk all gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh .././..//gcc-3.1.1/gcc/mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/gcc' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/gcc' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libiberty' gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libiberty/testsuite' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libiberty/testsuite' gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libiberty' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd ../.././..//gcc-3.1.1/libiberty; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake "AR=ar" "AR_FLAGS=rc" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CFLAGS=-O -pipe " "LIBCFLAGS=-O -pipe " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "LDFLAGS=" "LOADLIBES=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/usr/local" "exec_prefix=/usr/local" "libdir=/usr/local/lib" "libsubdir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1" "tooldir=/usr/local/i386-portbld-freebsd4.7" \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS=" ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libiberty' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libiberty' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CC_FOR_TARGET=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "includedir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1/include/Java" "prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd4.7" "AR=ar" "AS=as" "LD=ld" "LIBCFLAGS=-O -pipe " "PICFLAG=" "RANLIB=ranlib" "NM=nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' Making all in include gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include' Making all in libio gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/libio' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/libio' Making all in libmath gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/libmath' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/libmath' Making all in libsupc++ gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/libsupc++' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/libsupc++' Making all in src gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src' Making all in po gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/po' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/po' Making all in testsuite gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/testsuite' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/testsuite' gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CC_FOR_TARGET=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "includedir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1/include/Java" "prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd4.7" "AR=ar" "AS=as" "LD=ld" "LIBCFLAGS=-O -pipe " "PICFLAG=" "RANLIB=ranlib" "NM=nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do gmake[5]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd ../.././..//gcc-3.1.1/libstdc++-v3; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS="@GCJFLAGS@ ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[5]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c' cd libI77; gmake CC='/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include' LD='ld' LIBTOOL='/bin/sh ./libtool' CFLAGS='-O -pipe ' CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1' tooldir='/usr/local/i386-portbld-freebsd4.7' all gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c/libI77' gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c/libI77' cd libF77; gmake CC='/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include' LD='ld' LIBTOOL='/bin/sh ./libtool' CFLAGS='-O -pipe ' CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1' tooldir='/usr/local/i386-portbld-freebsd4.7' all gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c/libF77' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c/libF77' cd libU77; gmake CC='/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include' LD='ld' LIBTOOL='/bin/sh ./libtool' CFLAGS='-O -pipe ' CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1' tooldir='/usr/local/i386-portbld-freebsd4.7' all gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c/libU77' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c/libU77' gmake CC='/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include' LD='ld' LIBTOOL='/bin/sh ./libtool' CFLAGS='-O -pipe ' CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1' tooldir='/usr/local/i386-portbld-freebsd4.7' libg2c.la gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c' gmake[3]: `libg2c.la' is up to date. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c' gmake CC='/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include' LD='ld' LIBTOOL='/bin/sh ./libtool' CFLAGS='-O -pipe ' CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1' tooldir='/usr/local/i386-portbld-freebsd4.7' multi-do DO="all-unilib" gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd /backup/ports/lang/gcc31/work/gcc-3.1.1/libf2c; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake CC='/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include' LD='ld' LIBTOOL='/bin/sh ./libtool' CFLAGS='-O -pipe ' CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1' tooldir='/usr/local/i386-portbld-freebsd4.7' \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS=" ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all-unilib); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libf2c' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libobjc' gmake "AR=ar" "AR_FLAGS=rc" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CFLAGS=-O -pipe " "LIBCFLAGS=-O -pipe " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "LDFLAGS=" "LIBTOOL=./libtool" "LOADLIBES=" "PICFLAG=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/usr/local" "exec_prefix=/usr/local" "libdir=/usr/local/lib" "libsubdir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1" "tooldir=/usr/local/i386-portbld-freebsd4.7" multi-do DO=all gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libobjc' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd /backup/ports/lang/gcc31/work/gcc-3.1.1/libobjc; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake "AR=ar" "AR_FLAGS=rc" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CFLAGS=-O -pipe " "LIBCFLAGS=-O -pipe " "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "LDFLAGS=" "LIBTOOL=./libtool" "LOADLIBES=" "PICFLAG=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/usr/local" "exec_prefix=/usr/local" "libdir=/usr/local/lib" "libsubdir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1" "tooldir=/usr/local/i386-portbld-freebsd4.7" \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS=" ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libobjc' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libobjc' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CXX=/backup/ports/lang/gcc31/work/build/gcc/g++ -B/backup/ports/lang/gcc31/work/build/gcc/ -nostdinc++ -nostdinc++ -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include/i386-portbld-freebsd4.7 -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libsupc++ -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libio -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/include/backward -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/testsuite -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "LD=ld" "LIBCFLAGS=-O -pipe " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-recursive gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CXX=/backup/ports/lang/gcc31/work/build/gcc/g++ -B/backup/ports/lang/gcc31/work/build/gcc/ -nostdinc++ -nostdinc++ -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include/i386-portbld-freebsd4.7 -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libsupc++ -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libio -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/include/backward -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/testsuite -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "LD=ld" "LIBCFLAGS=-O -pipe " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd ../.././..//gcc-3.1.1/libffi; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS="@GCJFLAGS@ ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' Making all in include gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi/include' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi/include' gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libffi' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/zlib' gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd4.7" "AR=ar" "AS=as" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CXX=/backup/ports/lang/gcc31/work/build/gcc/g++ -B/backup/ports/lang/gcc31/work/build/gcc/ -nostdinc++ -nostdinc++ -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include/i386-portbld-freebsd4.7 -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libsupc++ -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libio -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/include/backward -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/testsuite -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "LD=ld" "LIBCFLAGS=-O -pipe " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/zlib' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd ../.././..//gcc-3.1.1/zlib; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS="@GCJFLAGS@ ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/zlib' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/zlib' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc' Making all in include gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc/include' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc/include' gmake[3]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc' gmake "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-O -pipe " "CXXFLAGS=-O -pipe " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O -pipe " "INSTALL=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "INSTALL_DATA=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c " "INSTALL_SCRIPT=/bin/sh /backup/ports/lang/gcc31/work/gcc-3.1.1/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O -pipe " "LIBCFLAGS_FOR_TARGET=-O -pipe " "MAKE=gmake" "MAKEINFO=/backup/ports/lang/gcc31/work/gcc-3.1.1/missing makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd4.7" "AR=ar" "AS=as" "CC=/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "CXX=/backup/ports/lang/gcc31/work/build/gcc/g++ -B/backup/ports/lang/gcc31/work/build/gcc/ -nostdinc++ -nostdinc++ -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include/i386-portbld-freebsd4.7 -I/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/include -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libsupc++ -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/libio -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/include/backward -I/backup/ports/lang/gcc31/work/gcc-3.1.1/libstdc++-v3/testsuite -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src -L/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include" "LD=ld" "LIBCFLAGS=-O -pipe " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do gmake[4]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc' if [ -z "" ]; then \ true; \ else \ rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd ../.././..//gcc-3.1.1/boehm-gc; pwd`/; export srcrootpre; \ lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ compiler="/backup/ports/lang/gcc31/work/build/gcc/xgcc -B/backup/ports/lang/gcc31/work/build/gcc/ -B/usr/local/i386-portbld-freebsd4.7/bin/ -B/usr/local/i386-portbld-freebsd4.7/lib/ -isystem /usr/local/i386-portbld-freebsd4.7/include"; \ for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \ else \ if [ -d ../${dir}/${lib} ]; then \ flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ if (cd ../${dir}/${lib}; gmake \ CFLAGS="-O -pipe ${flags}" \ prefix="/usr/local" \ exec_prefix="/usr/local" \ GCJFLAGS="@GCJFLAGS@ ${flags}" \ CXXFLAGS="-O -pipe ${flags}" \ LIBCFLAGS="-O -pipe ${flags}" \ LIBCXXFLAGS="-O -pipe -fno-implicit-templates ${flags}" \ LDFLAGS=" ${flags}" \ all); then \ true; \ else \ exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi gmake[4]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc' gmake[3]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc' gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/boehm-gc' gmake[2]: Entering directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libjava' deps.mk:755: java/lang/natString.d: No such file or directory gmake[2]: *** No rule to make target `java/lang/natString.d'. Stop. gmake[2]: Leaving directory `/backup/ports/lang/gcc31/work/build/i386-portbld-freebsd4.7/libjava' gmake[1]: *** [all-target-libjava] Error 2 gmake[1]: Leaving directory `/backup/ports/lang/gcc31/work/build' gmake: *** [bootstrap] Error 2 *** Error code 2 Stop in /backup/ports/lang/gcc31. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message