From owner-freebsd-questions Wed Mar 14 5:42:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cast-ext.ab.videon.ca (cast-ext.ab.videon.ca [206.75.216.34]) by hub.freebsd.org (Postfix) with SMTP id 5D0B137B719 for ; Wed, 14 Mar 2001 05:41:57 -0800 (PST) (envelope-from andrews@powersurfr.com) Received: (qmail 5603 invoked from network); 14 Mar 2001 13:41:56 -0000 Received: from unknown (HELO crypt) ([24.108.67.188]) (envelope-sender ) by cast-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP for ; 14 Mar 2001 13:41:56 -0000 Message-ID: <00ce01c0ac8c$7f568770$2200a8c0@crypt> From: "Paul Andrews" To: Subject: Make buildworld on 4.2-STABLE Date: Wed, 14 Mar 2001 06:41:39 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00CB_01C0AC51.D2D92AF0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00CB_01C0AC51.D2D92AF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello Everyone, I am currently in the process of trying to buildworld on 4.2-STABLE. = However I have run into a snag an am getting an Internal compiler error: = program cc1 got fatal signal 11, see last few lines below.=20 I am running a=20 AMD K6-233 CPU 256MB RAM 6.4GB HD 2 DLINK DFE-530TX NICS SoundBlaster 16=20 uname -a output FreeBSD hexadecimal.extorted.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Wed = Mar 14 00:21:16 MST 2001 = andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXADECIMAL i386 I just installed the OS last night on this machine and rebuilt the = release kernel to work with the SB16. Now I am trying to update to = 4.2-STABLE. I cvsup'd the source tree for RELENG_4 at approximately 11:00 pm MST. = Once completed I started to complie my new binaries by running make = buildworld. I get to stage 2: build tools and get the failure when = trying to compile what it looks to be like a newer version of gcc.. Any suggestions or insight would be greatly appreciated. Paul Andrews -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj INSTALL=3D"sh = /usr/src/tools/install.sh" = PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/= obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f = Makefile.inc1 build-tools cd /usr/src/bin/csh; make build-tools grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep = '^#define' >> sh.err.h cc -E -O -pipe -I. -I/usr/src/bin/csh = -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' = -Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/tc.const.c = /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h = /usr/src/bin/csh/../../contrib/tcsh/config_f.h = /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | = grep 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char = \1[];/' | sort >> tc.const.h cc -o gethost -static -O -pipe -I. -I/usr/src/bin/csh = -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' = -Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/gethost.c cd /usr/src/bin/sh; make build-tools cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c = /usr/src/bin/sh/mkinit.c cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static = mkinit.o -o mkinit cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c = /usr/src/bin/sh/mknodes.c cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static = mknodes.o -o mknodes cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c = /usr/src/bin/sh/mksyntax.c cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static = mksyntax.o -o mksyntax cd /usr/src/games/adventure; make build-tools cc -O -pipe -traditional-cpp -c /usr/src/games/adventure/setup.c cc -static -O -pipe -traditional-cpp -o setup setup.o cd /usr/src/games/hack; make build-tools cc -O -pipe -fwritable-strings -I/usr/src/games/hack -I. -c = /usr/src/games/hack/makedefs.c cc -static -O -pipe -fwritable-strings -I/usr/src/games/hack -I. -o = makedefs makedefs.o cd /usr/src/games/phantasia; make build-tools cc -O -pipe -c -o cross-phantglobs.o = /usr/src/games/phantasia/phantglobs.c cc -O -pipe -c /usr/src/games/phantasia/setup.c cc -static -O -pipe -o setup cross-phantglobs.o setup.o -lm cd /usr/src/gnu/usr.bin/cc/cc_tools; make build-tools gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.gperf > = c-gperf.h gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$' = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/cp/gxx.gperf = >gxx-hash.h ln -sf gxx-hash.h hash.h echo '#include "cp/cp-tree.def"' > gencheck.h echo '#include "objc/objc-tree.def"' >> gencheck.h echo '#include "auto-host.h"' > config.h echo '#include "gansidecl.h"' >> config.h echo '#include "i386/xm-i386.h"' >> config.h echo '#include "hwint.h"' >> config.h echo '#include "auto-host.h"' > hconfig.h echo '#include "gansidecl.h"' >> hconfig.h echo '#include "i386/xm-i386.h"' >> hconfig.h echo '#include "hwint.h"' >> hconfig.h echo 'static char *multilib_raw[] =3D { "aout maout;", "elf !maout;", = NULL };'> multilib.h echo 'static char *multilib_matches_raw[] =3D { "maout maout;", "melf = melf;", NULL };' >> multilib.h echo 'static char *multilib_extra =3D "";' >> multilib.h echo '#include "cp/lang-options.h"' > options.h echo '#include "f/lang-options.h"' >> options.h echo '#include "cp/lang-specs.h"' > specs.h echo '#include "f/lang-specs.h"' >> specs.h echo '#include "objc/lang-specs.h"' >> specs.h echo '#include "gansidecl.h"' > tconfig.h echo '#include "i386/xm-i386.h"' >> tconfig.h echo '#include "i386/i386.h"' > tm.h echo '#include "i386/att.h"' >> tm.h echo '#include ' >> tm.h echo '#include "dbxelf.h"' >> tm.h echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h echo '#include ' >> tm.h cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" = -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c cc -static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" = -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -o = gencheck gencheck.o ./gencheck > tree-check.h cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" = -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengenrtl.c cc -static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" = -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -o = gengenrtl gengenrtl.o ./gengenrtl genrtl.h genrtl.c cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" = -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" = -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc = -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/rtl.c {standard input}: cc: Assembler messages: {standard input}:0: Warning: end of file not at end of a line; newline = inserted {standard input}:951: Error: Unknown pseudo-op: `.lc169' Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------=_NextPart_000_00CB_01C0AC51.D2D92AF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello Everyone,
 
I am currently in the process of trying = to=20 buildworld on 4.2-STABLE. However I have run into a snag an am getting = an=20 Internal compiler error: program cc1 got fatal signal 11, see last few = lines=20 below.
 
I am running a
AMD K6-233 CPU
256MB RAM
6.4GB HD
2 DLINK DFE-530TX NICS
SoundBlaster 16
 
uname -a output
FreeBSD hexadecimal.extorted.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: = Wed Mar=20 14 00:21:16 MST 2001     andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXADECIMAL<= /A> =20 i386
 
I just installed the OS last night on this machine and rebuilt the = release=20 kernel to work with the SB16. Now I am trying to update to = 4.2-STABLE.
 
I cvsup'd the source tree for RELENG_4 at approximately 11:00 pm = MST. Once=20 completed I started to complie my new binaries by running make = buildworld. I get=20 to stage 2: build tools and get the failure when trying to compile what = it looks=20 to be like a newer version of gcc..
 
Any suggestions or insight would be greatly appreciated.
 
Paul Andrews
-------------------------------------------------------------->>>=20 stage 2: build=20 tools
--------------------------------------------------------------cd=20 /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj  INSTALL=3D"sh=20 /usr/src/tools/install.sh" =20 PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/= obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin=20 make -f Makefile.inc1 build-tools
cd /usr/src/bin/csh; make=20 build-tools
grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c = | grep=20 '^#define' >> sh.err.h
cc -E -O -pipe -I. -I/usr/src/bin/csh=20 -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' = -Wall=20 -Wformat   /usr/src/bin/csh/../../contrib/tcsh/tc.const.c=20 /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h=20 /usr/src/bin/csh/../../contrib/tcsh/config_f.h=20 /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | = grep=20 'Char STR' |  sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char = \1[];/'=20 |  sort >> tc.const.h
cc -o gethost  -static -O -pipe = -I.=20 -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh=20 -D_PATH_TCSHELL=3D'"/bin/csh"' -Wall -Wformat  =20 /usr/src/bin/csh/../../contrib/tcsh/gethost.c
cd /usr/src/bin/sh; = make=20 build-tools
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall=20 -Wformat   -c /usr/src/bin/sh/mkinit.c
cc -O -pipe -DSHELL = -I.=20 -I/usr/src/bin/sh -Wall -Wformat    -static = mkinit.o  -o=20 mkinit
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall = -Wformat  =20 -c /usr/src/bin/sh/mknodes.c
cc -O -pipe -DSHELL -I. = -I/usr/src/bin/sh -Wall=20 -Wformat    -static mknodes.o  -o mknodes
cc -O = -pipe=20 -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat   -c=20 /usr/src/bin/sh/mksyntax.c
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh = -Wall=20 -Wformat    -static mksyntax.o  -o mksyntax
cd=20 /usr/src/games/adventure; make build-tools
cc -O -pipe=20 -traditional-cpp   -c /usr/src/games/adventure/setup.c
cc = -static=20 -O -pipe -traditional-cpp    -o setup setup.o
cd=20 /usr/src/games/hack; make build-tools
cc -O -pipe -fwritable-strings=20 -I/usr/src/games/hack -I.   -c = /usr/src/games/hack/makedefs.c
cc=20 -static -O -pipe -fwritable-strings -I/usr/src/games/hack = -I.   =20 -o makedefs makedefs.o
cd /usr/src/games/phantasia; make = build-tools
cc -O=20 -pipe   -c -o cross-phantglobs.o=20 /usr/src/games/phantasia/phantglobs.c
cc -O -pipe   -c=20 /usr/src/games/phantasia/setup.c
cc -static -O = -pipe    -o=20 setup cross-phantglobs.o setup.o -lm
cd = /usr/src/gnu/usr.bin/cc/cc_tools;=20 make build-tools
gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word=20 -k1,3,$ =20 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.gperf = >=20 c-gperf.h
gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$'  = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/cp/gxx.gperf=20 >gxx-hash.h
ln -sf gxx-hash.h hash.h
echo '#include=20 "cp/cp-tree.def"'         &n= bsp;     =20 > gencheck.h
echo '#include=20 "objc/objc-tree.def"'        &nbs= p;  =20 >> gencheck.h
echo '#include=20 "auto-host.h"'          = ;        =20 > config.h
echo '#include=20 "gansidecl.h"'          = ;        =20 >> config.h
echo '#include=20 "i386/xm-i386.h"'        >>=20 config.h
echo '#include=20 "hwint.h"'          &nb= sp;           =20 >> config.h
echo '#include=20 "auto-host.h"'          = ;        =20 > hconfig.h
echo '#include=20 "gansidecl.h"'          = ;        =20 >> hconfig.h
echo '#include=20 "i386/xm-i386.h"'        >>=20 hconfig.h
echo '#include=20 "hwint.h"'          &nb= sp;           =20 >> hconfig.h
echo 'static char *multilib_raw[] =3D {  = "aout maout;",=20 "elf !maout;", NULL };'> multilib.h
echo 'static char=20 *multilib_matches_raw[] =3D {  "maout maout;", "melf melf;", NULL=20 };'   >> multilib.h
echo 'static char *multilib_extra = =3D=20 "";'        >> = multilib.h
echo=20 '#include=20 "cp/lang-options.h"'         = ;   =20 > options.h
echo '#include=20 "f/lang-options.h"'         =     =20 >> options.h
echo '#include=20 "cp/lang-specs.h"'         &= nbsp;    =20 > specs.h
echo '#include=20 "f/lang-specs.h"'         &n= bsp;     =20 >> specs.h
echo '#include=20 "objc/lang-specs.h"'         = ;   =20 >> specs.h
echo '#include=20 "gansidecl.h"'          = ;        =20 > tconfig.h
echo '#include=20 "i386/xm-i386.h"'        >>=20 tconfig.h
echo '#include "i386/i386.h"'   > tm.h
echo = '#include=20 "i386/att.h"'          =  =20 >> tm.h
echo '#include=20 <freebsd.h>'         &= nbsp;          =20 >> tm.h
echo '#include=20 "dbxelf.h"'          &n= bsp;          =20 >> tm.h
echo '#include=20 "i386/freebsd.h"'         &n= bsp;     =20 >> tm.h
echo '#include=20 "i386/perform.h"'         &n= bsp;     =20 >> tm.h
echo '#include=20 <freebsd-native.h>'        =      =20 >> tm.h
cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H = -DPREFIX=3D\"/usr\"=20 -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n= bsp; -c=20 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c
cc= =20 -static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20 -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n= bsp; =20 -o gencheck gencheck.o
./gencheck > tree-check.h
cc -O -pipe = -I.=20 -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20 -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n= bsp; -c=20 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengenrtl.c
c= c=20 -static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20 -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n= bsp; =20 -o gengenrtl gengenrtl.o
./gengenrtl genrtl.h genrtl.c
cc -O -pipe = -I.=20 -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20 -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n= bsp; -c=20 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c
cc = -O=20 -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20 -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n= bsp; -c=20 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/rtl.c
{standa= rd=20 input}: cc: Assembler messages:
{standard input}:0: Warning: end of = file not=20 at end of a line; newline inserted
{standard input}:951: Error: = Unknown=20 pseudo-op:  `.lc169'
Internal compiler error: program cc1 got = fatal=20 signal 11
*** Error code 1
 
Stop in = /usr/src/gnu/usr.bin/cc/cc_tools.
***=20 Error code 1
 
Stop in /usr/src.
*** Error code = 1
 
Stop in /usr/src.
*** Error code = 1
 
Stop in /usr/src.
 
------=_NextPart_000_00CB_01C0AC51.D2D92AF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message