Date: Tue, 13 Nov 2001 12:51:45 -0800 (PST) From: Doug Silver <dsilver@quantified.com> To: freebsd-stable@FreeBSD.ORG Subject: Problems upgrading from 4.2 to 4.4S Message-ID: <Pine.LNX.4.21.0111131216450.29673-100000@danzig.sd.quantified.net>
next in thread | raw e-mail | index | archive | help
I have two 4.2 boxes, and one box did a buildworld/installworld properly, but my other machine keeps having problems during the buildworld stage, always at the same point: cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/strip -I/usr/src/gnu/usr.bin/binutils/strip/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/strip/../libbinutils -I/usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/binutils -c /usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/binutils/is-strip.c cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/strip -I/usr/src/gnu/usr.bin/binutils/strip/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/strip/../libbinutils -I/usr/src/gnu/usr.bin/binutils/strip/../../../../contrib/binutils/binutils -static -o strip objcopy.o is-strip.o ../libbinutils/libbinutils.a ../libbfd/libbfd.a ../libiberty/libiberty.a ../libbinutils/libbinutils.a(bucomm.o): In function `make_tempname': bucomm.o(.text+0x357): warning: mktemp() possibly used unsafely; consider using mkstemp() cp strip maybe_stripped strip maybe_stripped ===> doc ===> libiberty ===> libbfd Segmentation fault - core dumped *** Error code 139 Stop in /usr/src/gnu/usr.bin/binutils. Here's /etc/make.conf: COPTFLAGS= -O -pipe USA_RESIDENT=YES NO_FORTRAN=true NO_LPR=true NOGAMES=true NOUUCP=true MAKE_IDEA=YES NO_MODULES=true I added the 'NO_MODULES' after I saw someone suggest it in the archive. I have the make log if that would help too. I just cvsup'd this morning, deleted /usr/obj, etc, but still can't figure out why it's getting stuck. Any suggestions? Thanks! -Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0111131216450.29673-100000>