Date: Wed, 25 Feb 2004 22:36:00 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Jim McIver <jmciver@lmtribune.com> Cc: freebsd-questions@freebsd.org Subject: Re: upgrade problem Message-ID: <20040225223559.GE29738@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <403CB084.23059.11E78F1@localhost> References: <403CAB67.15012.10A8110@localhost> <403CB084.23059.11E78F1@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
--5gxpn/Q6ypwruk0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 25, 2004 at 02:26:08PM +0000, Jim McIver wrote: > > On Wed, Feb 25, 2004 at 02:04:20PM +0000, Jim McIver wrote: > > This suggests that your attempt to upgrade has failed to update all of > > the standard system programs -- you'll probably find it easiest to do > > a 4.6 to 4.9 upgrade by cvsup(1)ing the latest RELENG_4_9 sources, and > > then doing a full buildworld, buildkernel, installkernel, installworld > > cycle as detailed in /usr/src/UPDATING and the handbook at: >=20 > That's what I'm trying to do, but I'm stuck on the error code 127=20 > ...touch when I run 'make installworld' and can't find the solution. Hmmm... You've fixed your clock problems according to another post you made. Try clearing out everything you compiled previously and re-running cvsup(1) to make sure everything has the correct timestamp and permissions: # cd /usr/src # make cleandir # make cleandir (Yes: do this twice in order to get the full effe= ct) # cvsup -g -L2 /path/to/your/supfile and then try compiling again: ie. run 'make buildworld' (the 'make installworld' is failing because it's trying to install something that should have been created during the 'make buildworld' stage, but wasn't). Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --5gxpn/Q6ypwruk0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPSNPdtESqEQa7a0RAv1eAJ99hjaeMXCcSqTIa4DYsDVME9eNJwCgnWrK yKHGXUPqJNty0hXOSzRbn8w= =1GeK -----END PGP SIGNATURE----- --5gxpn/Q6ypwruk0T--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040225223559.GE29738>