From owner-freebsd-questions Mon Apr 16 10:49:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 0427437B496 for ; Mon, 16 Apr 2001 10:49:06 -0700 (PDT) (envelope-from freymann@eagle.ca) Received: from phantom (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.0/8.11.0) with SMTP id f3GHoHK54559 for ; Mon, 16 Apr 2001 13:50:18 -0400 (EDT) (envelope-from freymann@eagle.ca) Message-ID: <009e01c0c69d$e847ab30$0f01a8c0@phantom> Reply-To: "Gerald T. Freymann" From: "Gerald T. Freymann" To: Subject: trying make buildworld on 4.3RC3 Date: Mon, 16 Apr 2001 13:51:46 -0400 Organization: eagle.ca MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit 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 Been trying for two days just to do a simple "make buildworld" Biggest problem is, it takes almost 2.5 hours before it barfs. Been catching up on movies ;-) Got me a new playtoy, Dual Pentium Pro 200 CPU's... loaded FreeBSD 4.2-Release, then immediately did a CVSUP on Sunday April 15th to 4.3RC3? I've been getting a wide variety of errors... this is the most recent one: /usr/libexec/elf/ld: final link failed: Memory exhausted That's an odd one. Hell, I have 128Megs of ram onboard... 4 Gig drive with loads of space and good sized swap partition: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 99183 27942 63307 31% / /dev/da0s1f 3473102 756424 2438830 24% /usr /dev/da0s1e 148823 717 136201 1% /var procfs 4 4 0 100% /proc last pid: 22782; load averages: 0.00, 0.32, 0.51 up 0+06:08:35 13:46:11 27 processes: 1 running, 26 sleeping CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle Mem: 13M Active, 77M Inact, 19M Wired, 5468K Cache, 22M Buf, 7452K Free Swap: 345M Total, 345M Free Happens here: cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\ " -I/usr/obj/usr/src/i386/usr/sr c/gnu/usr.bin/cc/cccp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cccp/../cc_tool s -I/usr/src/gnu/usr.bin/cc/cccp /../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cccp/../../../../contrib /gcc/config -I/usr/obj/usr/src /i386/usr/include -c /usr/src/gnu/usr.bin/cc/cccp/../../../../contrib/gcc/version.c cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\ " -I/usr/obj/usr/src/i386/usr/sr c/gnu/usr.bin/cc/cccp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cccp/../cc_tool s -I/usr/src/gnu/usr.bin/cc/cccp /../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cccp/../../../../contrib /gcc/config -I/usr/obj/usr/src /i386/usr/include -static -o cpp cccp.o cexp.o obstack.o prefix.o version.o *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cccp. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I'll clean up the /usr/obj tree yet again, run it again, and post the other error. My /etc/make.conf file contains: CFLAGS= -O -pipe COPTFLAGS= -O -pipe NOPROFILE= true USA_RESIDENT= YES I've even tried it with no make.conf and no difference. I did a cvsup again this morning, but it mostly caught changes in the ports not /usr/src I did create a custom kernel, but I haven't even got that far so I don't think that's the problem just yet! Any ideas? -Gerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message