From owner-freebsd-stable@FreeBSD.ORG Mon Aug 15 20:32:04 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 734B416A41F for ; Mon, 15 Aug 2005 20:32:04 +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 0B4CC43D49 for ; Mon, 15 Aug 2005 20:32:04 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.52 (FreeBSD)) id 1E4lco-0009w2-T6; Tue, 16 Aug 2005 00:32:02 +0400 To: freebsd-stable@FreeBSD.org From: Boris Samorodov Date: Tue, 16 Aug 2005 00:32:02 +0400 Message-ID: <31990013@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: Subject: 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:32:04 -0000 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? WBR -- bsam