Date: Sat, 01 Jan 2005 01:04:12 -0500 From: Sean <rsh.lists@comcast.net> To: "Michael C. Shultz" <ringworm@inbox.lv> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: Passing options to a 'make install clean' Message-ID: <41D63D5C.3010504@comcast.net> In-Reply-To: <200412311858.23587.ringworm@inbox.lv> References: <200412311611.02070.reso3w83@verizon.net> <20050101021017.GB58103@xor.obsecurity.org> <41D60B50.4080307@comcast.net> <200412311858.23587.ringworm@inbox.lv>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael C. Shultz wrote: >> >>Well I thought I would just let both of you know as I write this I >>have started the rebuild of my system with "WITH_LIB32=yes" in the >>make.conf. I will let you know how it goes. >> >>I guess if you don't here from me for a while, then it did not go >>well! 8-) >> >>Sean > > > I'd like to hear how it goes, either way if you don't mind. I've > a feeling many people will be getting AMD64s and so I wish > to stay up as much as possible on what it takes to support them. > > -Mike > > Hi Mike, Well here is what I did and what resulted. -Added the "WITH_LIB32=yes" to make.conf. -While I was at it I moved over to the new scheduler. -Did the standard builds and installs of world and kernel. -Started Openoffice build, command line below ------------------------------------------------------------------------------ tardis# make WITHOUT_JAVA=1 WITH_TTF_BYTECODE_ENABLED=YES install clean ------------------------------------------------------------------------------ -error during build of gcc, results below ------------------------------------------------------------------------------ . -I.././..//gcc-3.2.3/gcc/config -I.././..//gcc-3.2.3/gcc/../include .././..//gcc-3.2.3/gcc/err ors.c -o errors.o In file included from config.h:26, from ../../gcc-3.2.3/gcc/errors.c:25: ../../gcc-3.2.3/gcc/config/i386/freebsd.h:143:1: warning: "ASM_OUTPUT_MAX_SKIP_ALIGN" redefined In file included from config.h:25, from ../../gcc-3.2.3/gcc/errors.c:25: ../../gcc-3.2.3/gcc/config/i386/x86-64.h:76:1: warning: this is the location of the previous def inition stage1/xgcc -Bstage1/ -B/usr/local/x86_64-portbld-freebsd6.0/bin/ -DIN_GCC -g -O2 -W -Wall -W write-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long - DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \ genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/ libiberty.a ./genflags .././..//gcc-3.2.3/gcc/config/i386/i386.md > tmp-flags.h Segmentation fault (core dumped) gmake[2]: *** [s-flags] Error 139 gmake[2]: Leaving directory `/usr/ports/lang/gcc32/work/build/gcc' gmake[1]: *** [stage2_build] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc32/work/build/gcc' gmake: *** [bootstrap] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc32. *** Error code 1 Stop in /usr/ports/editors/openoffice-1.1. ------------------------------------------------------------------------------ So basically the builds and installs made no difference to the gcc problem. Some other system information, if it helps. ------------------------------------------------------------------------------ tardis# uname -a FreeBSD tardis.mydomain.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Fri Dec 31 23:02:45 EST 2004 sean@tardis.mydomain.net:/usr/obj/usr/src/sys/TARDISKERNEL amd64 tardis# ------------------------------------------------------------------------------ tardis# gcc -v Using built-in specs. Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 tardis# ------------------------------------------------------------------------------ One thing I see in the openoffice lines is a reference to x86_64-portbld-freebsd6.0/. Wasn't that the original name for the amd64 platform, before it was called amd64? Perhaps a problem? If you have something else you would like me to try, or looking for some more information on configurations, just ask, I do not mind. Sean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D63D5C.3010504>