From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 16:17:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A233106568C for ; Sat, 7 Feb 2009 16:17:01 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 822B58FC1D for ; Sat, 7 Feb 2009 16:17:00 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl91-225.kln.forthnet.gr [77.49.58.225]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id n17GGo8m013079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 7 Feb 2009 18:16:55 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n17GGo3G007948; Sat, 7 Feb 2009 18:16:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n17GGnHx007938; Sat, 7 Feb 2009 18:16:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Valentin Bud References: <139b44430902070752g17296e5cr6a910baa6c15386a@mail.gmail.com> <873aeqcjw5.fsf@kobe.laptop> <139b44430902070810n4215d90at777c824b94161a2d@mail.gmail.com> Date: Sat, 07 Feb 2009 18:16:49 +0200 In-Reply-To: <139b44430902070810n4215d90at777c824b94161a2d@mail.gmail.com> (Valentin Bud's message of "Sat, 7 Feb 2009 18:10:51 +0200") Message-ID: <87mycyb4su.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: n17GGo8m013079 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.87, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.53, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions Subject: Re: make installworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 16:17:01 -0000 On Sat, 7 Feb 2009 17:52:09 +0200, Valentin Bud wrote: > elo list, > > just updated a newly installed freebsd 7.1 system and it crashed here: > > ===> rescue (install) > ===> rescue/librescue (install) > ===> rescue/rescue (install) > install -s -o root -g wheel -m 555 rescue /rescue > install: rescue: No such file or directory > *** Error code 71 > > Stop in /usr/src/rescue/rescue. > *** Error code 1 On Sat, 7 Feb 2009 18:10:51 +0200, Valentin Bud wrote: > Hello, > > This are the parts from /etc/make.conf regarding system build options: > # --- system build options > WITHOUT_IPFILTER=yes > WITHOUT_IPX=yes > WITHOUT_LPR=yes > WITHOUT_RCMDS=yes > WITHOUT_SENDMAIL=yes > > I didn't give any arguments to > # make buildworld or > # make installworld > > I have ran them as i've typed them above. > > Is there something wrong in /etc/make.conf ? These options don't seem to affect the build of `/usr/src/rescue'. Can you try running the build commands once more in that directory? # cd /usr/src/rescue # make cleandir ; make cleandir # make obj depend all Then it should be possible to install the newly built /rescue binaries, and your installworld should complete fine.