8.1R buildworld failing in cc1 on amd64

2010-11-06 Thread Jed Clear
I'm running FreeBSD 8.1-RELEASE-p1 on a Phenom II. I'm trying to rebuild world as a load test. However it keeps failing at the same spot while compiling cc1. I'm not using -j or any other flag, just a simple make buildworld. I've rm -rf /usr/src/* /usr/obj/* and re-cvsup'd the whole tree

buildworld failing.

2005-05-07 Thread Brian Wolman
Hi all, I can't seem to get a buildworld to complete without errors. I _just_ went from 4.11 to 5.4 using sources. The buildworld then also had errors. The errors are below, as well as a locate for the missing libraries. If you go into the directory for /usr/local/libexec/mail.local and do

Re: buildworld failing.

2005-05-07 Thread Kris Kennaway
On Sat, May 07, 2005 at 08:05:34PM -0400, Brian Wolman wrote: Hi all, I can't seem to get a buildworld to complete without errors. I _just_ went from 4.11 to 5.4 using sources. The buildworld then also had errors. The errors are below, as well as a locate for the missing libraries. If

Re: make buildworld failing

2004-12-07 Thread Guillaume R.
While trying to update to 5.3 stable, buildworld errors out on me. I'm running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if you need more output please let me know. No luck looking up the errors in google, so your help is appreciated. try rm'ing your source tree

Re: make buildworld failing

2004-12-07 Thread Vonleigh Simmons
try rm'ing your source tree and re-cvsup'ing Lo How could u do that? I'm interesting coz I've also got some problems cd /usr/src rm -rf * Then follow the instructions in the handbook for cvsup: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Vonleigh Simmons

Re: make buildworld failing

2004-12-06 Thread luke
On Sun, 5 Dec 2004 17:09:18 -0800, Vonleigh Simmons [EMAIL PROTECTED] wrote: While trying to update to 5.3 stable, buildworld errors out on me. I'm running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if you need more output please let me know. No luck looking up the

Re: make buildworld failing

2004-12-06 Thread Vonleigh Simmons
While trying to update to 5.3 stable, buildworld errors out on me. I'm running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if you need more output please let me know. No luck looking up the errors in google, so your help is appreciated. try rm'ing your source tree and

make buildworld failing

2004-12-05 Thread Vonleigh Simmons
While trying to update to 5.3 stable, buildworld errors out on me. I'm running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if you need more output please let me know. No luck looking up the errors in google, so your help is appreciated. Things I've tried: deleing /usr/obj,

make buildworld failing

2004-10-28 Thread Jamie
I am upgrading my system from 4.4 REL to 4.10 REL. I cvsupped my source tree over, and after I've got the new source tree, when I go to run make buildworld, it compiles for quite a while, but then eventually it fails: objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x1000 -f bin -b

Re: make buildworld failing [ SOLVED ]

2004-10-28 Thread Jamie Ostrowski
On Thu, 28 Oct 2004, Jamie wrote: I am upgrading my system from 4.4 REL to 4.10 REL. I cvsupped my source tree over, and after I've got the new source tree, when I go to run make buildworld, it compiles for quite a while, but then eventually it fails: objcopy -S -O binary boot2.out

I *really* need help PLEASE - buildworld failing on mkdep libstdc++ can't find unwind.h but it *is* there

2004-04-12 Thread Paul Seniura
[Some of the maillists including -current@ are down at the moment. I hope someone on this list can help in meantime, please?] I've posted several msgs over the past two weeks stumbling on buildworld when using lang/gcc33. I've gone back to using system gcc by clearing out env-vars and

Re: I *really* need help PLEASE - buildworld failing on mkdeplibstdc++ can't find unwind.h but it *is* there

2004-04-12 Thread Chuck Swiger
Paul Seniura wrote: [Some of the maillists including -current@ are down at the moment. I hope someone on this list can help in meantime, please?] I can confirm that your email is making it to the list, anyway... I've posted several msgs over the past two weeks stumbling on buildworld when

Re: I *really* need help PLEASE - buildworld failing on mkdep libstdc++can't find unwind.h but it *is* there

2004-04-12 Thread P.D. Seniura
Hi Chuck, - Original Message - From: Chuck Swiger [EMAIL PROTECTED] Date: Mon, 12 Apr 2004 16:02:53 -0400 To: Paul Seniura [EMAIL PROTECTED] Subject: Re: I *really* need help PLEASE - buildworld failing on mkdep libstdc++can't find unwind.h but it *is* there Paul Seniura wrote

Re: I *really* need help PLEASE - buildworld failing on mkdep libstdc++can't find unwind.h but it *is* there

2004-04-12 Thread Garance A Drosihn
At 2:41 PM -0600 4/12/04, P.D. Seniura wrote: Chuck Swiger wrote: It is not clear to me what problem you are trying to solve by the activities you are pursuing: perhaps you ought to install 5.2.1 or 4.9 from a .iso image and get on with other tasks, and revisit the issue of recompiling

Re: Buildworld Failing

2003-02-05 Thread Marc Silver
Kris, On Tue, Feb 04, 2003 at 10:20:04AM -0800, Kris Kennaway wrote: You actually want 'make cleandir' What is the technical difference between 'make clean' and 'make cleandir'...? Perhaps you can clear this up for me? - Marc To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Buildworld Failing

2003-02-05 Thread Kris Kennaway
On Wed, Feb 05, 2003 at 09:48:34AM +, Marc Silver wrote: Kris, On Tue, Feb 04, 2003 at 10:20:04AM -0800, Kris Kennaway wrote: You actually want 'make cleandir' What is the technical difference between 'make clean' and 'make cleandir'...? Perhaps you can clear this up for me? From

Re: Buildworld Failing

2003-02-05 Thread Stephen Hilton
On Wed, 5 Feb 2003 05:43:50 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: What is the output of: % ls -ld /usr/lib/*termcap* ? I think that buildworld uses stuff from /usr/obj when it can find it though. I wonder about this also ^ _My_ _working_ 4.7-STABLE system reports:

Re: Buildworld Failing

2003-02-04 Thread Marc Silver
Hi there, Did you clean out /usr/obj before you started the 'make buildworld'?? If you have previously compiled buildworld, then this is something you should do. To do this: cd /usr/obj chflags -R noschg * rm -fr /usr/obj/usr Then, 'make clean' in /usr/src and start again. Hopefully that'll

Re: Buildworld Failing

2003-02-04 Thread Stephen Hilton
On Tue, 04 Feb 2003 15:47:04 -0500 Gerard Samuel [EMAIL PROTECTED] wrote: I tried searching for termcap via whereis termcap on both the affected box, and another box running 4.7-p3, and couldn't find it. Is termcap a file? Stephen Hilton wrote: --

Re: Buildworld Failing

2003-02-04 Thread Gerard Samuel
So what could be causing the buildworld to fail? I might have to install from scratch... gatekeeper# find /usr/src -name termcap* /usr/src/contrib/ncurses/include/termcap.h.in /usr/src/contrib/perl5/lib/termcap.pl /usr/src/contrib/tcsh/termcap.vms /usr/src/etc/termcap.small

Re: Buildworld Failing

2003-02-04 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 02:45:20PM +, Marc Silver wrote: Hi there, Did you clean out /usr/obj before you started the 'make buildworld'?? If you have previously compiled buildworld, then this is something you should do. To do this: cd /usr/obj chflags -R noschg * rm -fr /usr/obj/usr

Re: Buildworld Failing

2003-02-04 Thread Gerard Samuel
Tried that also. Still the same error. Is ltermcap a file??? Kris Kennaway wrote: On Tue, Feb 04, 2003 at 02:45:20PM +, Marc Silver wrote: Hi there, Did you clean out /usr/obj before you started the 'make buildworld'?? If you have previously compiled buildworld, then this is something

Re: Buildworld Failing

2003-02-04 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 02:15:44PM -0600, Stephen Hilton wrote: Is running make cleandir twice no longer recommended/needed in 4.7-STABLE ? If you have already blown away the obj dir (and I was assuming that the poster had his in /usr/obj, which he had removed) then you only need one

Buildworld Failing

2003-02-03 Thread Gerard Samuel
I have a FreeBSD 4.7 p2 box, and Im trying to upgrade to p3. I just did a fresh cvsup, and cd to /usr/src Execute make buildworld, and its failing at - cc -O -pipe -DINFODIR=\/usr/share/info:/usr/local/info:/usr/X11R6/info:.\ -DHAVE_CONFIG_H -DLOCALEDIR=\/usr/share/locale\