From owner-freebsd-stable Wed Jul 24 15: 7:57 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C56637B401 for ; Wed, 24 Jul 2002 15:07:52 -0700 (PDT) Received: from sentinel.vg.tzo.com (h179n2fls32o972.telia.com [217.208.226.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63AFC43E75 for ; Wed, 24 Jul 2002 15:07:49 -0700 (PDT) (envelope-from Daniel.Eriksson@computer.org) Received: from gadget (gadget [192.168.168.3]) by sentinel.vg.tzo.com (8.12.3/8.11.6) with ESMTP id g6OM7cbi021144 for ; Thu, 25 Jul 2002 00:07:45 +0200 (CEST) (envelope-from Daniel.Eriksson@computer.org) From: "Daniel Eriksson" To: Subject: RE: Upgrading 4.4 Rel to 4 Stable fails at make installworld Date: Thu, 25 Jul 2002 00:07:40 +0200 Organization: Virtual Gadgets Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <1027467288.3d3de8185b741@netmail.pipex.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Disposition-Notification-To: "Daniel Eriksson" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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