make world breakage

1999-12-15 Thread Clive Lin
FreeBSD current source cvsuped about 2 hrs ago: === gnu/usr.bin/binutils/ld cc -Os -pipe -mpentiumpro -march=pentiumpro -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386

Re: Init Re: MAKEDEV (Re: Speaking of moving files (Re: make world broken building fortunes ) ) )

1999-12-15 Thread Donn Miller
David Scheidt wrote: What's wrong with run with system V runlevels? Other than it's system V and everything AT^HUSL did is evil, of course. Well, the one danger is that we'd be slowly drifting away from the classic BSD way of doing thigs. Of course, the official BSD is dead (right?). But

Re: Init Re: MAKEDEV (Re: Speaking of moving files (Re: make world broken building fortunes ) ) )

1999-12-15 Thread Mark Newton
On Thu, Dec 16, 1999 at 01:22:46AM -0500, Donn Miller wrote: runlevels, OpenBSD does not or goes with an entirely different system), them would it be fair to consider FreeBSD "BSD"? The advantage here is that FreeBSD would mature into it's own type of UNIX with a BSD heritage. Can we

Re: make world broken building fortunes

1999-12-14 Thread Marcel Moolenaar
Peter Wemm wrote: I wonder if we should move fortune to usr.bin? It's hardly a game and I'm way beyond tired of it being left out of standard paths... (ie: "/bin:/usr/bin[:/usr/local/bin]") After letting this go through my head for a day (it probably isn't important anymore :-), I think

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Matthew Thyer
On Mon, 13 Dec 1999, Louis A. Mamakos wrote: So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with just the root file system mounted? How about removing awk from MAKEDEV so life isn't so hard to recover when you use a 3.3 fixit floppy after removing /dev and not making

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Ben Rosengart
On Mon, 13 Dec 1999, Bill Fumerola wrote: On Mon, 13 Dec 1999, Louis A. Mamakos wrote: So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with just the root file system mounted? As one who just got his ass bitten by this, I would vote yes. As one who's missed chown at

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Matthew Dillon
: : So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with : just the root file system mounted? : : As one who just got his ass bitten by this, I would vote yes. : :As one who's missed chown at times when only root's mounted, I'm with Bill. : :-- : Ben Rosengart : :UNIX

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Matthew Dillon writes: I think at one time or another all of us have missed *something* in /usr that wasn't in /. For example, disklabel -e doesn't work without vi -- which is in /usr. EDITOR=/bin/ed export EDITOR disklabel -e

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread David Wolfskill
[Recipient list trimmed down to just the list. dhw] Date: Tue, 14 Dec 1999 19:38:32 +0100 From: Poul-Henning Kamp [EMAIL PROTECTED] It would make more sense, considering the way FreeBSD is distributed for /usr/local to be a mountpoint than for /usr to be a mountpoint. It's hardly

Re: make world broken building fortunes

1999-12-14 Thread Peter Jeremy
On 1999-Dec-13 20:42:36 +1100, Marcel Moolenaar [EMAIL PROTECTED] wrote: Index: Makefile.inc1 === RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.106 diff -u -r1.106 Makefile.inc1 --- Makefile.inc1 1999/12/12

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Wilko Bulte
On Tue, Dec 14, 1999 at 10:32:23AM -0800, Matthew Dillon wrote: : : So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with : just the root file system mounted? : : As one who just got his ass bitten by this, I would vote yes. : :As one who's missed chown at times when

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Wilko Bulte
On Tue, Dec 14, 1999 at 07:38:32PM +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Matthew Dillon writes: I think at one time or another all of us have missed *something* in /usr that wasn't in /. For example, disklabel -e doesn't work without vi -- which is in

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Blaz Zupan
How about removing awk from MAKEDEV so life isn't so hard to recover when you use a 3.3 fixit floppy after removing /dev and not making enough of it again. How about finally starting to work on devfs and forget about all the MAKEDEV junk and leave it as it is for now? Blaz Zupan, [EMAIL

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Lyndon Nerenberg
"BSDman" == BSDman [EMAIL PROTECTED] writes: BSDman one idea about /usr is to allow the admin to mount it BSDman read-only. I didn't tried it but this would give some BSDman level of security against modifications of the files there BSDman in. This is particulary useful in a

MAKEDEV (Re: Speaking of moving files (Re: make world broken buildingfortunes ) )

1999-12-14 Thread Andrzej Bialecki
On Mon, 13 Dec 1999, Bill Fumerola wrote: On Mon, 13 Dec 1999, Louis A. Mamakos wrote: So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with just the root file system mounted? As one who just got his ass bitten by this, I would vote yes. On a related subject: don't

Re: MAKEDEV (Re: Speaking of moving files (Re: make world broken building fortunes ) )

1999-12-14 Thread Brian Somers
[.] On a related subject: don't you think it's high time to end up this madness with MAKEDEV being a shell script, and reimplement it in C? Today, [.] *cough*DEVFS*cough* -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.Awfulhak.org

Re: MAKEDEV (Re: Speaking of moving files (Re: make world broken building fortunes ) )

1999-12-14 Thread Rodney W. Grimes
[.] On a related subject: don't you think it's high time to end up this madness with MAKEDEV being a shell script, and reimplement it in C? Today, [.] *cough*DEVFS*cough* Yea... been hearing that for 4 years... one of it's big short comings is that it needs a persistent backing

Re: MAKEDEV (Re: Speaking of moving files (Re: make world broken building fortunes ) )

1999-12-14 Thread Mark Newton
On Wed, Dec 15, 1999 at 01:39:28AM +, Brian Somers wrote: [.] On a related subject: don't you think it's high time to end up this madness with MAKEDEV being a shell script, and reimplement it in C? Today, [.] *cough*DEVFS*cough* Gesunteit. - mark -- Mark Newton

Re: RE: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Matthew Dillon
: :Poul-Henning Kamp wrote : It would make more sense, considering the way FreeBSD is distributed for : /usr/local to be a mountpoint than for /usr to be a mountpoint. : : /var is traditionally a mountpoint to keep the logs out of harms : way (and vice versa), but /usr never had that level of

Re: MAKEDEV (Re: Speaking of moving files (Re: make world broken building fortunes ) )

1999-12-14 Thread Warner Losh
In message [EMAIL PROTECTED] Brian Somers writes: : *cough*DEVFS*cough* devfs*D* Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make world broken building fortunes

1999-12-13 Thread Marcel Moolenaar
Peter Jeremy wrote: === games/fortune/datfiles PATH=$PATH:/usr/games:/usr/obj/3.0/cvs/src/games/fortune/datfiles/../strfile strfile -Crs /3.0/cvs/src/games/fortune/datfiles/fortunes fortunes.dat strfile: illegal option -- C strfile [-iorsx] [-c char] sourcefile [datafile] *** Error code 1

Re: make world broken building fortunes

1999-12-13 Thread Sheldon Hearn
On Mon, 13 Dec 1999 10:42:36 +0100, Marcel Moolenaar wrote: I think the easiest solution would be (instead of your patches of course): -STRICTTMPPATH= ${WORLDTMP}/bin:${WORLDTMP}/usr/bin +STRICTTMPPATH= ${WORLDTMP}/bin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games Only if you preceded the

Re: make world broken building fortunes

1999-12-13 Thread Rodney W. Grimes
On Mon, 13 Dec 1999 10:42:36 +0100, Marcel Moolenaar wrote: I think the easiest solution would be (instead of your patches of course): -STRICTTMPPATH= ${WORLDTMP}/bin:${WORLDTMP}/usr/bin +STRICTTMPPATH= ${WORLDTMP}/bin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games Only if you

Speaking of moving files (Re: make world broken building fortunes)

1999-12-13 Thread Kris Kennaway
On Mon, 13 Dec 1999, Peter Wemm wrote: I wonder if we should move fortune to usr.bin? It's hardly a game and I'm way beyond tired of it being left out of standard paths... (ie: "/bin:/usr/bin[:/usr/local/bin]") I have no opinion about fortune, but I do think that md5 should be moved from

Re: Speaking of moving files (Re: make world broken building fortunes)

1999-12-13 Thread Doug White
On Mon, 13 Dec 1999, Kris Kennaway wrote: On Mon, 13 Dec 1999, Peter Wemm wrote: I wonder if we should move fortune to usr.bin? It's hardly a game and I'm way beyond tired of it being left out of standard paths... (ie: "/bin:/usr/bin[:/usr/local/bin]") I have no opinion about

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-13 Thread Louis A. Mamakos
On Mon, 13 Dec 1999, Kris Kennaway wrote: On Mon, 13 Dec 1999, Peter Wemm wrote: I wonder if we should move fortune to usr.bin? It's hardly a game and I'm way beyond tired of it being left out of standard paths... (ie: "/bin:/usr/bin[:/usr/local/bin]") I have no opinion

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-13 Thread Bill Fumerola
On Mon, 13 Dec 1999, Louis A. Mamakos wrote: So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with just the root file system mounted? As one who just got his ass bitten by this, I would vote yes. -- - bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp - -

Re: make world is failed on pc98

1999-12-12 Thread Marcel Moolenaar
Takahashi Yoshihiro wrote: BTW: Is there a special reason to have boot2 in aout? Because nobody transplant from the i386 boot2 :-). FreeBSD(98) porting team is always suffering from a shortage of workers. In article [EMAIL PROTECTED] Mike Smith [EMAIL PROTECTED] writes: Only in

Re: make world is failed on pc98

1999-12-12 Thread Takahashi Yoshihiro
In article [EMAIL PROTECTED] Marcel Moolenaar [EMAIL PROTECTED] writes: Since pc98 only has a specialized boot2 and thus shares boot0 and boot1 with other architectures, it can be assumed that an ELF boot2 doesn't need any special hacking in boot0 and/or boot1, right? No, if HDD is formated

make world broken building fortunes

1999-12-12 Thread Peter Jeremy
I'm still running a -CURRENT from just before the signal changes and for the past 4 days, my nightly buildworld has been dying at follows: === games/fortune/datfiles PATH=$PATH:/usr/games:/usr/obj/3.0/cvs/src/games/fortune/datfiles/../strfile st rfile -Crs

Re: make world broken building fortunes

1999-12-12 Thread Peter Jeremy
On 1999-Dec-13 11:06:19 +1100, I wrote: I'm still running a -CURRENT from just before the signal changes and for the past 4 days, my nightly buildworld has been dying at follows: === games/fortune/datfiles PATH=$PATH:/usr/games:/usr/obj/3.0/cvs/src/games/fortune/datfiles/../strfile strfile -Crs

Re: make world broken building fortunes

1999-12-12 Thread Peter Jeremy
On 1999-Dec-13 11:06:19 +1100, I wrote: I'm still running a -CURRENT from just before the signal changes and for the past 4 days, my nightly buildworld has been dying at follows: === games/fortune/datfiles PATH=$PATH:/usr/games:/usr/obj/3.0/cvs/src/games/fortune/datfiles/../strfile strfile -Crs

make world is failed on pc98

1999-12-11 Thread Takahashi Yoshihiro
The boot2 for pc98 (sys/boot/pc98/boot2) is a.out program. So, several tools for a.out are needed to make boot2. I make the patch to fix this. Is there any problem? --- Makefile.inc1 1999/12/10 16:13:41 1.102 +++ Makefile.inc1 1999/12/11 10:01:21 @@ -143,6 +143,10 @@ USRDIRS=

Re: make world is failed on pc98

1999-12-11 Thread Marcel Moolenaar
Takahashi Yoshihiro wrote: +.if ${MACHINE} == "pc98" ${OBJFORMAT} == "elf" +USRDIRS+= usr/libexec/aout +.endif I don't think you need to test for OBJFORMAT. Also, include MACHINE_ARCH in case of cross-building. eg: .if ${MACHINE_ARCH} == "i386" ${MACHINE} == "pc98" +.if ${MACHINE}

make world broken by choose-temp.c

1999-12-11 Thread Adam Wight
=== cc cc -O -pipe -m486 -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr2/src/gnu/usr.bin/cc/cc/../cc_tools

Re: make world is failed on pc98

1999-12-11 Thread Mike Smith
The boot2 for pc98 (sys/boot/pc98/boot2) is a.out program. So, several tools for a.out are needed to make boot2. I make the patch to fix this. Is there any problem? Only in the longer term, I think. How hard would it be to port the 'new' i386 boot2? -- \\ Give a man a fish, and you

Re: make world is failed on pc98

1999-12-11 Thread Takahashi Yoshihiro
In article [EMAIL PROTECTED] Marcel Moolenaar [EMAIL PROTECTED] writes: Other than that: Go ahead! Thank you for many comments. BTW: Is there a special reason to have boot2 in aout? Because nobody transplant from the i386 boot2 :-). FreeBSD(98) porting team is always suffering from a

Make world breakage (12/09/99)

1999-12-09 Thread Forrest Aldrich
Getting this from this morning's make world (after doing a make clean, just for good measure): -- Rebuilding dependencies -- cd /usr/src; COMPILER_PATH=/usr/obj/usr/src

Re: Make world breakage (12/09/99)

1999-12-09 Thread Marcel Moolenaar
Forrest Aldrich wrote: Getting this from this morning's make world (after doing a make clean, just for good measure): re-cvsup. The problem should be fixed already. -- Marcel Moolenaarmailto:[EMAIL PROTECTED] SCC Internetworking Databases http

make world: doesn't?

1999-12-08 Thread John W. DeBoskey
Hi, I've just cvsup'd my -current source tree about 5 minutes ago and tried to make world... and got the following: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Stop in /usr/src. FreeBSD(root)/usr/src % This was ok 24 hours ago... I

make world is no more ?

1999-12-08 Thread Poul-Henning Kamp
I guess this is the ultimate way to break make world... syv# make world make: don't know how to make world. Stop *** Error code 2 Stop in /usr/src. syv# -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "

Re: make world: doesn't?

1999-12-08 Thread Gianmarco Giovannelli
At 08/12/99, John W. DeBoskey wrote: Hi, I've just cvsup'd my -current source tree about 5 minutes ago and tried to make world... and got the following: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Stop in /usr/src. FreeBSD(root)/usr/src

Re: make world: doesn't?

1999-12-08 Thread Marcel Moolenaar
"John W. DeBoskey" wrote: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Fixed! thanks, -- Marcel Moolenaarmailto:[EMAIL PROTECTED] SCC Internetworking Databases http://www.scc.nl/ The FreeB

Re: make world is no more ?

1999-12-08 Thread Marcel Moolenaar
Poul-Henning Kamp wrote: I guess this is the ultimate way to break make world... syv# make world make: don't know how to make world. Stop *** Error code 2 Oops :-/ The `world' target has been added to Makefile. I guess this only shows that I'm used to use

Re: make world: doesn't?

1999-12-08 Thread Kris Kennaway
On Wed, 8 Dec 1999, John W. DeBoskey wrote: I've just cvsup'd my -current source tree about 5 minutes ago and tried to make world... and got the following: FreeBSD(root)/usr/src %make world make: don't know how to make world. Stop *** Error code 2 Is this a candidate for 'world's

make world broken on a 3 month old system

1999-12-07 Thread Mark Newton
I'm trying to "make world" on a system last built on Sep 29th; it's failing like so: === f77doc /usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for /usr/src/gnu/usr.bin/cc/f77doc cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC -

Re: make world broken on a 3 month old system

1999-12-07 Thread Edwin Culp
Mark Newton wrote: I'm trying to "make world" on a system last built on Sep 29th; it's failing like so: === f77doc /usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for /usr/src/gnu/usr.bin/cc/f77doc cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINF

make world failure in pccardc

1999-12-03 Thread Poul-Henning Kamp
=== usr.sbin/pccard/pccardc cc -O -pipe -I/usr/src/usr.sbin/pccard/pccardc/../pccardd -Wall -g -static -c /usr/src/usr.sbin/pccard/pccardc/power.c /usr/src/usr.sbin/pccard/pccardc/power.c: In function `power_main': /usr/src/usr.sbin/pccard/pccardc/power.c:79: `PIOCSVIR' undeclared (first use

Re: Make world broken in libc_r

1999-11-27 Thread Alfred Perlstein
On Sat, 27 Nov 1999, Mark Murray wrote: Hi "make world" is broken in libc_r. Simple fix is to replace all "socklen_t" with "int". libc_r likes to pull data from /usr/include instead of the source tree, "make includes" fixes this. I'm not sure if

Re: -current Make World

1999-11-16 Thread Matt Hamilton
Speaking of which, is their an archive (web based?) of the FreeBSD-current mailing list (how about others?)? I didn't see one linked in my searches around the web pages. I am currently working on a full-text search/archive of Open Source mailing lists, which should be up at

Make world this morning.

1999-11-16 Thread Edwin Culp
Just looking at the results of a make world from a cvsup at about 4:40 PST. ed /usr/obj/usr/src/tmp/usr/include/sys/ttydev.h:60: warning: `B115200' redefined /usr/obj/usr/src/tmp/usr/include/termios.h:227: warning: this is the location of the previous definition cc -nostdinc -O -pipe -DBSD

Re: Make world this morning.

1999-11-16 Thread Bill Fumerola
On Tue, 16 Nov 1999, Edwin Culp wrote: /usr/src/games/larn/monster.c: In function `hitm': /usr/src/games/larn/monster.c:856: syntax error before `amt' My first breakage of world, how neat. Thanks to Marcel for fixing what was the result of me having too many local copies of src/games on my

Re: -current Make World

1999-11-15 Thread Kris Kennaway
On Sun, 14 Nov 1999, Lester Igo wrote: Speaking of which, is their an archive (web based?) of the FreeBSD-current mailing list (how about others?)? I didn't see one linked in my searches around the web pages. http://www.freebsd.org/mail/ kind of obviously pointed to by

-current Make World

1999-11-14 Thread Lester Igo
I have been trying to get world to compile on my system and had a "signal 12" failure at the same location every time. I started with FreeBSD-3.3-Release last Friday, tried current and it failed so I moved on to stable, it worked, I installed it and built a new kernel, and then using the fresh

Re: -current Make World

1999-11-14 Thread David O'Brien
On Sun, Nov 14, 1999 at 11:02:18PM -0800, Lester Igo wrote: I started with FreeBSD-3.3-Release last Friday, tried current and it failed so I moved on to stable, it worked, I installed it and built a new kernel, and then using the fresh compile I tried to go to -current and it still fails at

perl error in make world

1999-11-13 Thread Annelise Anderson
I'm getting the following error with today's -current sources; this particular system has a rather strange history, so it may not be the sources, but something else. I have tried -DNOCRYPT, which doesn't help. And I've searched the archives without finding anything directly applicable, so

Re: Make World dies.......

1999-11-13 Thread William Woods
Shit, I will loose all my custom settings...no other way around this On 13-Nov-99 Mike Smith wrote: I did a cvsup today for -current to compile on my Alphastation 200 4/233 and douring a make world, this is what I got: You currently have -stable on your box. You cannot do

Re: Make World dies.......

1999-11-13 Thread Mike Muir
William Woods wrote: Shit, I will loose all my custom settings...no other way around this Try compiling and installing the kernel first, reboot, buildworld.. should work (did for me but hey, im x86..) NO PROMISES! heh mike. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Make World dies.......

1999-11-13 Thread Doug Rabson
On Sat, 13 Nov 1999, Mike Muir wrote: William Woods wrote: Shit, I will loose all my custom settings...no other way around this Try compiling and installing the kernel first, reboot, buildworld.. should work (did for me but hey, im x86..) NO PROMISES! heh This should work (I have

Re: perl error in make world

1999-11-13 Thread Kris Kennaway
On Sat, 13 Nov 1999, Annelise Anderson wrote: I'm getting the following error with today's -current sources; this particular system has a rather strange history, so it may not be the sources, but something else. I have tried -DNOCRYPT, which doesn't help. And I've searched the archives

Re: Make world error on todays cvsup......

1999-11-03 Thread Doug Rabson
On Sat, 2 Oct 1999, William Woods wrote: Doing a make world on a DEC Alpha 200 4/233 I get this: The command that produced this was make -DNOGAMES -j 4 world /usr/obj/usr/src/tmp/usr/include/ufs/ffs install: ufs/ffs/softdep.h: No such file or directory It looks like you have a broken

Make world error on todays cvsup......

1999-11-02 Thread William Woods
Doing a make world on a DEC Alpha 200 4/233 I get this: The command that produced this was make -DNOGAMES -j 4 world cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 cam/*.h /usr/obj/usr/src/tmp/usr/include/cam cd /usr/src

Re: Make world error on todays cvsup......

1999-11-02 Thread John Polstra
In article [EMAIL PROTECTED], William Woods [EMAIL PROTECTED] wrote: Doing a make world on a DEC Alpha 200 4/233 I get this: ... cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h /usr/obj/usr/src/tmp/usr/include/ufs/ffs install: ufs/ffs/softdep.h: No such file

Re: Make world error on todays cvsup......

1999-11-02 Thread William Woods
Thank you... On 03-Nov-99 John Polstra wrote: In article [EMAIL PROTECTED], William Woods [EMAIL PROTECTED] wrote: Doing a make world on a DEC Alpha 200 4/233 I get this: ... cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h /usr/obj/usr/src/tmp/usr/include/ufs

Re: make world failing on current

1999-10-25 Thread Ollivier Robert
According to Dana Huggard: /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c *** Signal 12 You need to build and run a new kernel before. There were some changes that require that. You need to read all -current mails... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL

Make world this morning

1999-10-21 Thread Edwin Culp
I just saw my log file from this mornings make world. ed cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libc/../libc/gen/getcwd.c -o

Re: Make world this morning

1999-10-21 Thread Julian Elischer
re-sup On Thu, 21 Oct 1999, Edwin Culp wrote: I just saw my log file from this mornings make world. ed cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp

Re: Make world this morning

1999-10-21 Thread Edwin Culp
I'm in the process, thank you. ed Julian Elischer wrote: re-sup On Thu, 21 Oct 1999, Edwin Culp wrote: I just saw my log file from this mornings make world. ed cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src

Re: -CURRENT `make world` fails.. (ucontext.h?)

1999-10-18 Thread Daniel C. Sobral
[cc'ing Marcel just in case he wants to volunteer any suggestion... :)] [also cc'ing Mike Smith since aout_freebsd.c seems to be his] [and cc'ing Peter too, since he dabbed a lot in that file] Will Andrews wrote: ... Is there any additional information I can provide (I noticed a related

Re: -CURRENT `make world` fails.. (ucontext.h?)

1999-10-18 Thread Will Andrews
inary from a snapshot, copy it to /boot, and that will be able to load a -current kernel. Interesting. All I did was rebuild the kernel again and tried another make world. For some reason, the system wanted me to build the same kernel twice. Or maybe I cvsup'd more than once, and didn't build a

Re: -CURRENT `make world` fails.. (ucontext.h?)

1999-10-18 Thread Daniel C. Sobral
) In a perfect world, anyway. :-) Anyway, there are problems a -STABLE world will have with a -CURRENT kernel, but they are not likely to be crippling (ie, you should be able to make world after booting the new kernel). One thing that *can* bite is the use of klds. Bad ju ju may result from

make world failing on current

1999-10-17 Thread Dana Huggard
I've been trying a make world for the last few days. I finally removed my src tree and CVSup'ed the complete tree again but it i still failing in the same place. I don't know how to get past this. Can anyone offer some enlightenment? :) Thanks. Output of make world: === f77doc /usr/obj

-CURRENT `make world` fails.. (ucontext.h?)

1999-10-17 Thread Will Andrews
Hi, On a fresh cvsup of the -CURRENT sources, I've been trying to do a `make world`. I've gotten all the way through (past signal 12 errors, which were fixed by reading the -CURRENT archives and recompiling an up-to-date kernel) to the boot loader. Since the errors are on another box

Make world broken in doscmd; patch

1999-10-08 Thread Philipp Mergenthaler
Hi, the change in src/sys/i386/include/ucontext.h (in struct __mcontext), where "struct trapframe mc_tf;" was replaced by it's members broke doscmd. (The relevant files are $FreeBSD: src/sys/i386/include/ucontext.h,v 1.3 1999/10/07 12:40:34 marcel Exp $ $FreeBSD:

Re: Make world broken in doscmd; patch

1999-10-08 Thread Marcel Moolenaar
Philipp Mergenthaler wrote: the change in src/sys/i386/include/ucontext.h (in struct __mcontext), where "struct trapframe mc_tf;" was replaced by it's members broke doscmd. Fixed. Thanks, -- Marcel Moolenaarmailto:[EMAIL PROTECTED] SCC Internetworking Databases

Re: my make world is broken !

1999-10-05 Thread Daniel C. Sobral
Bruce Evans wrote: 3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. 4: Don't use modules in -current unless you know what you are doing. This normally

Re: my make world is broken !

1999-10-05 Thread John Hay
3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. 4: Don't use modules in -current unless you know what you are doing. This normally means

my make world is broken !

1999-10-04 Thread Juan Amado Becerril Castillo
Suggestions ??? -- elf make world started on Thu Sep 30 09:23:09 CDT 1999 -- -- Cleaning up the temporary elf

my make world is broken !

1999-10-04 Thread Juan Amado Becerril Castillo
Suggestions ??? -- elf make world started on Thu Sep 30 09:23:09 CDT 1999 -- -- Cleaning up the temporary elf

make world trouble

1999-10-04 Thread Juan Amado Becerril Castillo
Anybody can help me, how I can fix this ! Thanks. === c++filt /usr/obj/usr/src/gnu/usr.bin/cc/c++filt created for /usr/src/gnu/usr.bin/cc/c++filt === doc /usr/obj/usr/src/gnu/usr.bin/cc/doc created for /usr/src/gnu/usr.bin/cc/doc === f77 /usr/obj/usr/src/gnu/usr.bin/cc/f77 created for

Re: my make world is broken !

1999-10-04 Thread Peter Wemm
And *don't* post the same thing three times to the lists unless you want to find yourself filtered out! Juan Amado Becerril Castillo wrote: Suggestions ??? -- elf make world started on Thu Sep 30 09:23:09 CDT 1999

Re: my make world is broken !

1999-10-04 Thread Mark Murray
3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. I suspect that _now_ is the time to try to make thes build at kernel build time, and also move to some subdirectory

Re: my make world is broken !

1999-10-04 Thread Daniel C. Sobral
Juan Amado Becerril Castillo wrote: Suggestions ??? Sure. Read the mailing list you are posting to. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] Rule 69: Do unto other's code as you'd have it done unto yours To Unsubscribe: send mail to

Re: my make world is broken !

1999-10-04 Thread Peter Wemm
Mark Murray wrote: 3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. I suspect that _now_ is the time to try to make thes build at kernel build time, and also

Re: my make world is broken !

1999-10-04 Thread Bill Fumerola
On Thu, 30 Sep 1999, Juan Amado Becerril Castillo wrote: Suggestions ??? Not mail the list 3 f'ing times, to start. -- - bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp - - ph:(800) 252-2421 - [EMAIL PROTECTED] - [EMAIL PROTECTED] - To Unsubscribe: send mail to

Re: my make world is broken !

1999-10-04 Thread Bruce Evans
3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. 4: Don't use modules in -current unless you know what you are doing. This normally means not using modules

Re: my make world is broken !

1999-10-04 Thread Mark Murray
3: *always* build (or try to) and install a new kernel before a make world as that's a lot easier to back out of. This badly bites the bum of anyone who uses KLD's regularly. 4: Don't use modules in -current unless you know what you are doing. This normally means not using

Re: make world, attempt 5

1999-09-26 Thread John Hay
or those people who would like make world to complete? Greg -- See complete headers for address, home page and phone numbers finger [EMAIL PROTECTED] for PGP public key To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make world, attempt 5

1999-09-26 Thread Sheldon Hearn
On Sun, 26 Sep 1999 09:00:50 +0930, Greg Lehey wrote: I've been trying for the last 24 hours solid to make a new world. The latest problem is: :-( /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:245: syntax error before `' Hi Greg, I was the last person to touch

Re: make world, attempt 5

1999-09-26 Thread D. Rock
Greg Lehey schrieb: I've been trying for the last 24 hours solid to make a new world. The latest problem is: === libwrap cc -nostdinc -O -pipe -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS -DSEVERITY=LOG_INFO

Re: make world, attempt 5

1999-09-26 Thread Greg Lehey
On Sunday, 26 September 1999 at 21:01:17 +0200, Sheldon Hearn wrote: On Sun, 26 Sep 1999 09:00:50 +0930, Greg Lehey wrote: I've been trying for the last 24 hours solid to make a new world. The latest problem is: :-(

Re: Make World Broken?

1999-09-23 Thread Sheldon Hearn
On Wed, 22 Sep 1999 23:52:54 MST, Thomas Dean wrote: cvsup this evening. make world failed. /usr/src/crypto does not exist. Nope, no problem (well, apart from a few momentarily pending repo-copies which are resolved now). A lot of stuff moved from secure to crypto, so mebbe check which

Re: Make World Broken?

1999-09-23 Thread Doug
Thomas Dean wrote: cvsup this evening. make world failed. /usr/src/crypto does not exist. I got bitten by this too. The solution is to add the crypto distribution to your cvsup file. I'm not sure how I feel about this though. I kind of liked having DES in its own dist since I don't

Make World Broken?

1999-09-22 Thread Thomas Dean
cvsup this evening. make world failed. /usr/src/crypto does not exist. tomdean = make world output == cd /usr/src/gnu/lib/libdialog; /usr/obj/usr/src/tmp/usr/bin/make beforeinstall install -C -o root -g wheel -m 444 /usr/src/gnu/lib/libdialog/dialog.h /usr/obj/usr/src/tmp

Re: make world speed-up patch (was Re: optional 'make release' speed-uppatch)

1999-09-17 Thread Matthew Dillon
:The snippet from /usr/src/Makefile.inc1 that I'm talking about (in my :own little world) was this: : :.if !defined(NOCLEAN) :@echo :@echo "--" :@echo " Cleaning up the temporary ${OBJFORMAT} build tree" :

make world speed-up patch (was Re: optional 'make release' speed-uppatch)

1999-09-13 Thread Matthew Thyer
ot;. Now back to what I was really emailing about which is "make world". The snippet from /usr/src/Makefile.inc1 that I'm talking about (in my own little world) was this: .if !defined(NOCLEAN) @echo @echo "

Help! System won't boot the normal way after a make world...

1999-09-12 Thread Ron Klinkien
Using FreeBSD 4.0 current for quite some time and staying current with cvsup work fine for me a few months. But today shit hits the fan, after a make world my system won't boot without errors and manual interference.. last part of dmesg after boot -v - : changing root

re: Help! System won't boot the normal way after make world

1999-09-12 Thread Mark Hittinger
Using FreeBSD 4.0 current for quite some time and staying current with cvsup work fine for me a few months. But today shit hits the fan, after a make world my system won't boot without errors and manual interference.. Check your dmesg for the ethernet interfaces that come up when you boot

Make world broken

1999-09-02 Thread Kenneth Wayne Culver
Make world is broken, these are the errors I get: cc -nostdinc -O -pipe -I/usr/src/sbin/kget/../../sys/i386 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/kget/kget.c /usr/src/sbin/kget/kget.c:34: isa/pnp.h: No such file or directory /usr/src/sbin/kget/kget.c: In function `main': /usr/src

Make World failure

1999-08-30 Thread Systems Administrator
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. To Unsubscribe: send mail to [EMAIL PROTECTED

<    1   2   3   4   5   6   >