Date: Thu, 25 Jul 2002 00:07:40 +0200 From: "Daniel Eriksson" <Daniel.Eriksson@computer.org> To: <freebsd-stable@FreeBSD.ORG> Subject: RE: Upgrading 4.4 Rel to 4 Stable fails at make installworld Message-ID: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA0VcX9IoJqUaXPS8MjT1PdsKAAAAQAAAABJ4KVtCH6Uihl72lflypmAEAAAAA@computer.org> In-Reply-To: <1027467288.3d3de8185b741@netmail.pipex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Your problem is that you performed a "make install clean" for mergemaster. The files that "make installworld" expected were removed by the "clean" stage, that's why it failed. If you still haven't solved this then the following should fix your problem: cd /usr/src/usr.sbin/mergemaster make cd /usr/src make installworld /Daniel > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG] On Behalf Of > sroberts@dsl.pipex.com > Sent: den 24 juli 2002 01:35 > To: freebsd-stable@FreeBSD.ORG > Subject: Upgrading 4.4 Rel to 4 Stable fails at make installworld > > > > Hello, > I've just done a fresh install of 4.4Rel, and I'm > trying to upgrade to > the latest stable. > > In single user mode [using shutdown now] having dropped from > multiuser mode - > All went well until I got to "make installworld". I hit the issue > mentioned in > UPDATING 20020404 about the new Sendmail user smmsp. I > followed the advice to: > cd /usr/src/usr.sbin/mergemaster; make install clean > mergemaster -p > > I used the "i" option to install each of the temporary files that > appeared. > > I then ran "make installworld", which fails with the following: > > ===> usr/sbin/mergemaster > install -c -o root -g wheel -m 444 mergemaster8.gz /usr/share/man/man8 > > install: mergemaster.8.gz : No such file or directory > *** Error Code 71 > > Stop in /usr/src/usr.sbin/mergemaster. > *** Error Code 1 > > Stop in /usr/src/usr.sbin. > *** Error Code 1 > > Can someone help with this please? If its documented in > UPDATING, I figure > there should be a procedure out of this out there. > > Stacey > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA0VcX9IoJqUaXPS8MjT1PdsKAAAAQAAAABJ4KVtCH6Uihl72lflypmAEAAAAA>