Re: make world failure

2003-11-17 Thread sethbc
What do you have your CFLAGS/CPUTYPE set to? I've run into this before with aggressive CFLAGS/CPUTYPE i believe (-O3 with athlon-mp) seth Hi, I end up with the following when I run `make world` on 5.1-RELEASE-p10. /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such

Re: make world failure: tar/cleaning object tree

2003-06-16 Thread Kris Kennaway
On Mon, Jun 16, 2003 at 10:21:51AM +0200, Matthias Andree wrote: Hi, make world fails, rm -rf /usr/obj ; make -DNOCLEAN world is fine. Always update with 'cvs update -PdA' Kris pgp0.pgp Description: PGP signature

Re: make world failure: tar/cleaning object tree

2003-06-16 Thread Matthias Andree
On Mon, 16 Jun 2003, Kris Kennaway wrote: On Mon, Jun 16, 2003 at 10:21:51AM +0200, Matthias Andree wrote: make world fails, rm -rf /usr/obj ; make -DNOCLEAN world is fine. Always update with 'cvs update -PdA' I used cvsup without -s. shrug -- Matthias Andree

Re: make world failure...

2001-02-11 Thread Robert Drehmel
In 38689.981926085@critter, Poul-Henning Kamp wrote: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/syv/src/lib/libc/include -D__DBINTERFACE _PRIVATE -DINET6 -I/usr/obj/syv/src/lib/libc -DPOSIX_MISTAKE -I/syv/src/lib/libc /../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/syv/src/i386/usr/include

Re: make world failure...

2001-02-11 Thread Udo Erdelhoff
On Sun, Feb 11, 2001 at 10:56:18PM +0100, Robert Drehmel wrote: In 38689.981926085@critter, Poul-Henning Kamp wrote: [buildworld failure lib/libc/locale/lmessages.c] It should work with '#include stddef.h'. Yep, that seems to be enough to get past this point. I don't know if there are any

Re: Make World failure

1999-08-30 Thread Matthew N. Dodd
On Mon, 30 Aug 1999, Systems Administrator wrote: Make world for 4.0 is failing due to libedit libraries that were compiled during the process.. various errors with tputs and other functions in libedit.a, please commit a fix soon, I just reinstalled -RELEASE and wanna get out of it. Any

Re: Make World failure

1999-08-30 Thread Systems Administrator
Thats not where it dies :).. -- Jason DiCioccio | [EMAIL PROTECTED] FreeBSD - The Power to Serve | http://www.freebsd.org |

Re: Make World failure

1999-08-30 Thread Jordan K. Hubbard
Thats not where it dies :).. Be more specific. Just saying "it dies" does not help anyone here. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Make World failure

1999-08-30 Thread Steve Kargl
Systems Administrator wrote: Thats not where it dies :).. It's the same problem. libtermcap has changed or causes conflicts with symbols (if I understand some of Peter's commits). The tput function you noted would have come from -ltermcap (as does the tgetent, tgetnum, etc.i below) What I

Re: Make World failure

1999-08-30 Thread Systems Administrator
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -I/usr/obj/usr/src/tm p/usr/include -static -o sh alias.o arith.o arith_lex.o cd.o echo.o error.o eva l.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin .o mystring.o options.o output.o parser.o printf.o

Re: make world failure (signal 11 in cpp)

1999-08-26 Thread John W. DeBoskey
Hi folks, To answer my own question, I came into work this morning and found my console full of messages... spec_getpages: I/O read failure: (error code=0) bp 0xc36fe9a0 vp 0xc92ce000 size: 0, resid: 0, a_count: 4096, valid: 0x0 nread: 0, reqpage: 0, pindex: 9,

Re: make world failure (signal 11 in cpp)

1999-08-25 Thread Greg Lehey
On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote: Hi, I'm having problems making world... before I dig into this, does anyone already know what's going on? My source is current as of 11:30pm EST. thanks, John === cpp cc -O -pipe

Re: make world failure (signal 11 in cpp)

1999-08-25 Thread John W. DeBoskey
On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote: Hi, I'm having problems making world... before I dig into this, does anyone already know what's going on? My source is current as of 11:30pm EST. thanks, John === cpp cc -O -pipe

Re: make world failure (signal 11 in cpp)

1999-08-25 Thread Jeroen Ruigrok/Asmodai
* Greg Lehey ([EMAIL PROTECTED]) [990826 06:19]: On Wednesday, 25 August 1999 at 23:39:56 -0400, John W. DeBoskey wrote: === cpp cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/config -DFREEBSD_NATIVE

Re: make world failure (egcs)

1999-07-29 Thread Oscar Bonilla
On Thu, Jul 29, 1999 at 08:46:52AM -0400, John W. DeBoskey wrote: Hi, The following seems to have slipped in over the last 24 hours. I'm probably the last to see it, and it may already be fixed, but I don't see any obvious commits: c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -O

Re: make world failure mode

1999-05-07 Thread Andy Farkas
On Mon, 3 May 1999, Bruce Evans wrote: I have noticed that if you do not have /usr/share/groff_font directory, a buildworld will fail. I think GROFF_FONT_PATH is missing from a Makefile maybe? The dev* directories are already built in the obj tree... Similarly for /usr/share/tmac and

Re: make world failure

1999-05-05 Thread David O'Brien
I had tried cd /usr/src and make cleandir and make cleandir. It didn't help. Any idea ? Thanks. rm -rf /usr/src cd /usr cvs co src Something is wrong with your tree. This output is very simular to what you get when contrib/egcs/gcc/config/freebsd-native.h isn't being picked up

Re: make world failure mode

1999-05-02 Thread Bruce Evans
# uname -v FreeBSD 3.1-STABLE #2: Mon Apr 26 22:46:11 EST 1999 I have noticed that if you do not have /usr/share/groff_font directory, a buildworld will fail. I think GROFF_FONT_PATH is missing from a Makefile maybe? The dev* directories are already built in the obj tree... Similarly for

Re: make world failure

1999-04-29 Thread Mark Murray
David O'Brien wrote: On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote: I just encountered this: === gnu/usr.bin/cc/doc makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/ src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc/cp --no-split -I

Re: make world failure

1999-04-29 Thread Jean-Marc Zucconi
Mark Murray writes: David O'Brien wrote: On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote: I just encountered this: === gnu/usr.bin/cc/doc makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/

Re: make world failure

1999-04-28 Thread David O'Brien
On Thu, Apr 29, 1999 at 03:19:37AM +0200, Jean-Marc Zucconi wrote: I just encountered this: === gnu/usr.bin/cc/doc makeinfo -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc -I /u3/src/gnu/usr.bin/cc/doc/../../../../contrib/egcs/gcc/cp --no-split -I /u3/src/gnu/usr.bin/cc/doc -I