Re: How to fix this in 5.1-REL??

2003-11-26 Thread David O'Brien
On Tue, Nov 25, 2003 at 09:14:10PM -0700, M. Warner Losh wrote: We recommend make buildworld make buildkernel make installkernel reboot -s - single user make installworld make buildkernel ; make installkernel can be shortened to just make kernel.

Re: How to fix this in 5.1-REL??

2003-11-26 Thread Matthew D. Fuller
On Tue, Nov 25, 2003 at 08:57:10AM -0800 I heard the voice of Kevin Oberman, and lo! it spake thus: While UPDATING contain details on updating a system, the Makefile in /usr/src (actually Makefile.inc1) contains a target of 'world' and, through V3 of FreeBSD, this was considered the

Re: How to fix this in 5.1-REL??

2003-11-25 Thread Sheldon Hearn
On (2003/11/24 15:39), Kevin Oberman wrote: I end up with the following when I run `make world` on 5.1-RELEASE-p10. Did you read UPDATING? I fear a bikeshed, but I really think it may be past time to remove the 'world' target from /usr/src/Makefile.inc1. It is rarely useful and

Re: How to fix this in 5.1-REL??

2003-11-25 Thread Odhiambo Washington
* Kevin Oberman [EMAIL PROTECTED] [20031125 02:39]: wrote: Date: Sat, 22 Nov 2003 06:07:03 -0800 From: Kris Kennaway [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Nov 22, 2003 at

Re: How to fix this in 5.1-REL??

2003-11-25 Thread Kevin Oberman
Date: Tue, 25 Nov 2003 17:47:29 +0300 From: Odhiambo Washington [EMAIL PROTECTED] --+g7M9IMkV8truYOl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Kevin Oberman [EMAIL PROTECTED] [20031125 02:39]: wrote: Date:

Re: How to fix this in 5.1-REL??

2003-11-25 Thread Alexander Leidinger
On Tue, 25 Nov 2003 08:57:10 -0800 Kevin Oberman [EMAIL PROTECTED] wrote: Now we are moving on to V5 and 'world' is growing increasingly dangerous to use. Because changes are applied that will allow smooth upgrades when the kernel is built after the new system is built, but before it is

Re: How to fix this in 5.1-REL??

2003-11-25 Thread walt
Kevin Oberman wrote: ...Because changes are applied that will allow smooth upgrades when the kernel is built after the new system is built, but before it is installed, make world is increasingly unlikely to work... The recent statfs changes demonstrated why the 'makeworld' 'makekernel' sequence

Re: How to fix this in 5.1-REL??

2003-11-25 Thread Brooks Davis
On Tue, Nov 25, 2003 at 03:35:54PM -0800, walt wrote: Kevin Oberman wrote: ...Because changes are applied that will allow smooth upgrades when the kernel is built after the new system is built, but before it is installed, make world is increasingly unlikely to work... The recent statfs

Re: How to fix this in 5.1-REL??

2003-11-25 Thread walt
Brooks Davis answered: walt asked: What does 'buildworld' give us that the new kernel might need? The correct toolchain including the compiler and config(8). Okay, thanks, that helps. Just thinking out loud about worst-case examples for people who do routinely use 'make world' (like I have for

Re: How to fix this in 5.1-REL??

2003-11-25 Thread M. Warner Losh
In message: [EMAIL PROTECTED] walt [EMAIL PROTECTED] writes: : ...Because changes are applied that will allow smooth upgrades : when the kernel is built after the new system is built, but before it is : installed, make world is increasingly unlikely to work... : : The recent statfs

Re: How to fix this in 5.1-REL??

2003-11-25 Thread Brooks Davis
On Tue, Nov 25, 2003 at 06:51:15PM -0800, walt wrote: Brooks Davis answered: walt asked: What does 'buildworld' give us that the new kernel might need? The correct toolchain including the compiler and config(8). Okay, thanks, that helps. Just thinking out loud about worst-case

Re: How to fix this in 5.1-REL??

2003-11-24 Thread Kevin Oberman
Date: Sat, 22 Nov 2003 06:07:03 -0800 From: Kris Kennaway [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Nov 22, 2003 at 03:16:06PM +0300, Odhiambo Washington wrote: I end up with the

Re: How to fix this in 5.1-REL??

2003-11-22 Thread Kris Kennaway
On Sat, Nov 22, 2003 at 03:16:06PM +0300, Odhiambo Washington wrote: I end up with the following when I run `make world` on 5.1-RELEASE-p10. Did you read UPDATING? Kris pgp0.pgp Description: PGP signature

Re: How to fix this in 5.1-REL??

2003-11-22 Thread Kris Kennaway
On Sat, Nov 22, 2003 at 03:16:06PM +0300, Odhiambo Washington wrote: I end up with the following when I run `make world` on 5.1-RELEASE-p10. Did you read UPDATING? Kris pgp0.pgp Description: PGP signature

Re: How to fix this in 5.1-REL??

2003-11-22 Thread Michael L. Squires
/usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No such= file or directory mkdep: compile failed *** Error code 1 =20 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 I'm running 5.1-CURRENT now, but I was able to build 5.1-RELEASE-p10. I suspect you need to