From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 1 21:06:43 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72B116A4CE for ; Sat, 1 Jan 2005 21:06:43 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF4C43D41 for ; Sat, 1 Jan 2005 21:06:43 +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 (rwcrmhc12) with ESMTP id <2005010121064201400r4jkhe>; Sat, 1 Jan 2005 21:06:43 +0000 Message-ID: <41D710C1.8000909@comcast.net> Date: Sat, 01 Jan 2005 16:06:09 -0500 From: Sean User-Agent: Mozilla Thunderbird 1.0 (X11/20041231) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gcc error and openoffice install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 21:06:43 -0000 I been trying to install openoffice onto my amd64 system and currently am running into a problem with gcc32 failing. Here is the error... --------------------------------------------- ../../gcc-3.2.3/gcc/config/i386/x86-64.h:76:1: warning: this is the location of the previous definition stage1/xgcc -Bstage1/ -B/usr/local/x86_64-portbld-freebsd6.0/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-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. --------------------------------------------- I have support into my kernel for 32 bit, and have included 'withlib32=yes' into make.conf. Anyone seen this, and perhaps knows a fix? Is it possible to get gcc32 and openoffice running on an amd64. I have only put this system together less then a week ago, so not up yet on all the problems. Posted to the general questions list and replies seem to point to openoffice and gcc32 not being able to work on amd64. Here is some basic system info, just in case. --------------------------------------------- tardis# uname -a FreeBSD tardis.mydomain.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Jan 1 11:23:12 EST 2005 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# --------------------------------------------- Thanks in advance to any replies. Sean