From owner-freebsd-stable Wed Jan 1 7:13:49 2003 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 3E5CF37B40C for ; Wed, 1 Jan 2003 07:13:47 -0800 (PST) Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F6643EB2 for ; Wed, 1 Jan 2003 07:13:46 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.176.107]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030101151345.DOBA7873.tomts21-srv.bellnexxia.net@xena.gsicomp.on.ca>; Wed, 1 Jan 2003 10:13:45 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id h01FCIp80076; Wed, 1 Jan 2003 10:12:18 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005a01c2b1a8$6d01c5d0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: =?iso-8859-1?Q?Erik_Ran=E0?= , References: <3E126368.8070007@hem.passagen.se> Subject: Re: installworld stops with error code 71 that boot2 does not exsist? Date: Wed, 1 Jan 2003 10:14:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 > When i try to run #make installworld. The "make installworld" stops with > error code 71. > It does not find some file or dir as shown below. > > Is this in the end of installworld and i can just /ignore or am i in big > trouble? You should do a 'make buildworld' again. It looks like your 'make buildworld' failed and hasn't built all of the required parts and pieces; thus installation fails because the parts and pieces aren't there. > > /Erik Ranà > > cf/sendmail.schema /usr/share/sendmail/cf/sendmail.schema > ===> sys > ===> sys/boot > ===> sys/boot/ficl > ===> sys/boot/i386 > ===> sys/boot/i386/mbr > install -o root -g wheel -m 444 mbr /boot > ===> sys/boot/i386/boot0 > install -o root -g wheel -m 444 boot0 /boot > ===> sys/boot/i386/btx > ===> sys/boot/i386/btx/btx > ===> sys/boot/i386/btx/btxldr > ===> sys/boot/i386/btx/lib > ===> sys/boot/i386/boot2 > install -o root -g wheel -m 444 boot1 /boot/boot1 > install -o root -g wheel -m 444 boot2 /boot/boot2 > install: boot2: No such file or directory > *** Error code 71 > > Stop in /usr/src/sys/boot/i386/boot2. > *** Error code 1 > > Stop in /usr/src/sys/boot/i386. > *** Error code 1 > > Stop in /usr/src/sys/boot. > *** Error code 1 > > Stop in /usr/src/sys. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message