From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 17:51:56 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 2BB8C1065675 for ; Sat, 7 Feb 2009 17:51:56 +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 624118FC2B for ; Sat, 7 Feb 2009 17:51:54 +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 n17HphDS019515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 7 Feb 2009 19:51:48 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n17HpheO040447; Sat, 7 Feb 2009 19:51:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n17Hpge3040421; Sat, 7 Feb 2009 19:51:42 +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> <87mycyb4su.fsf@kobe.laptop> <139b44430902070919v6625a041j11a2ff48dc119dd6@mail.gmail.com> Date: Sat, 07 Feb 2009 19:51:42 +0200 In-Reply-To: <139b44430902070919v6625a041j11a2ff48dc119dd6@mail.gmail.com> (Valentin Bud's message of "Sat, 7 Feb 2009 19:19:09 +0200") Message-ID: <87tz763zkh.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: n17HphDS019515 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.871, 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 17:51:56 -0000 On Sat, 7 Feb 2009 19:19:09 +0200, Valentin Bud wrote: >On Sat, Feb 7, 2009 at 6:16 PM, Giorgos Keramidas >wrote: >> > # --- 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. > > Hello Giorgios, > > Thanks that worked and the installworld succeeded. Is this a bug? > Should i report it? No, that's ok. You somehow managed to botch 'buildworld'. Now that the missing bits are in /usr/obj all is fine. If you start with a *clean* /usr/obj tree and the problem reappears, then please let us know :)