From owner-freebsd-stable@FreeBSD.ORG Mon Aug 15 20:49:43 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org 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 6FFA016A41F for ; Mon, 15 Aug 2005 20:49:43 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [213.132.78.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF15543D46 for ; Mon, 15 Aug 2005 20:49:42 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.52 (FreeBSD)) id 1E4lto-000A1y-Hu; Tue, 16 Aug 2005 00:49:36 +0400 To: Kris Kennaway References: <31990013@serv3.int.kfs.ru> <20050815204039.GA75614@xor.obsecurity.org> From: Boris Samorodov Date: Tue, 16 Aug 2005 00:49:36 +0400 In-Reply-To: <20050815204039.GA75614@xor.obsecurity.org> (Kris Kennaway's message of "Mon, 15 Aug 2005 16:40:39 -0400") Message-ID: <65918959@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "B.Samorodow" Cc: freebsd-stable@FreeBSD.org Subject: Re: 6.0, installworld: libcom_err_p.a: No such file or directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 20:49:43 -0000 On Mon, 15 Aug 2005 16:40:39 -0400 Kris Kennaway wrote: > On Tue, Aug 16, 2005 at 12:32:02AM +0400, Boris Samorodov wrote: > > Hi! > > > > > > Just a couple of hours cvsupped 6.0-CURRENT (from end of july 2005) to > > RELENG_6. Makeworld, kernel was fine, but at the beginning of > > installworld i've got: > > > > ----- > > ===> lib/csu/i386-elf (install) > > install -C -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib > > ===> lib/libcom_err (install) > > install -C -C -o root -g wheel -m 444 libcom_err.a /usr/lib > > install -C -C -o root -g wheel -m 444 libcom_err_p.a /usr/lib > > install: libcom_err_p.a: No such file or directory > > *** Error code 71 > > > > Stop in /usr/src/lib/libcom_err. > > *** Error code 1 > > ----- > > > > Any ideas? > Did you make buildworld with different settings than your > installworld? e.g. with NO_PROFILE=foo in your /etc/make.conf and > then removed it before installworld? Seems, no. Because I didn't touch make.conf since June: # ls -l /etc/make.conf -rw-r--r-- 1 root wheel 13755 11 jun 22:20 /etc/make.conf ...and used buildworld and installworld without any parameters. Thank you, > kris WBR -- bsam