From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 06:04:41 2005 Return-Path: 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 9656216A4CE for ; Sat, 1 Jan 2005 06:04:41 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5764B43D1D for ; Sat, 1 Jan 2005 06:04:41 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.ne.client2.attbi.com[66.30.82.93]) by comcast.net (rwcrmhc13) with ESMTP id <2005010106044001500c3hlce>; Sat, 1 Jan 2005 06:04:40 +0000 Message-ID: <41D63D5C.3010504@comcast.net> Date: Sat, 01 Jan 2005 01:04:12 -0500 From: Sean User-Agent: Mozilla Thunderbird 1.0 (X11/20041231) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael C. Shultz" References: <200412311611.02070.reso3w83@verizon.net> <20050101021017.GB58103@xor.obsecurity.org> <41D60B50.4080307@comcast.net> <200412311858.23587.ringworm@inbox.lv> In-Reply-To: <200412311858.23587.ringworm@inbox.lv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-questions@freebsd.org cc: Kris Kennaway Subject: Re: Passing options to a 'make install clean' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 06:04:41 -0000 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