From owner-freebsd-stable Mon Mar 13 20:28:56 2000 Delivered-To: freebsd-stable@freebsd.org Received: from renoir.op.net (renoir.op.net [207.29.195.4]) by hub.freebsd.org (Postfix) with ESMTP id CD31A37B58D for ; Mon, 13 Mar 2000 20:28:49 -0800 (PST) (envelope-from dfrazier@op.net) Received: from op.net (d-phletc1-25.ppp.op.net [209.152.198.101]) by renoir.op.net (o1/$Revision: 1.18 $) with ESMTP id XAA26991 for ; Mon, 13 Mar 2000 23:28:47 -0500 (EST) Message-ID: <38CDBF75.3FAE857@op.net> Date: Mon, 13 Mar 2000 23:26:29 -0500 From: Daniel Frazier X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" Subject: make installworld fails... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, this is my first post to the stable mailing list, but I have been lurking for some time now. I cvsupped last night. make buildworld went fine, then I did the following to update /etc... cp -Rp /etc /etc.old mkdir /var/tmp/root cd /usr/src/etc make DESTDIR=/var/tmp/root distrib-dirs distribution cd /var/tmp/root find -d . -type d | /usr/bin/perl -lne \ 'opendir(D,$_);@f=readdir(D);rmdir if $#f == 1;closedir(D);' ...then I compared /etc with /var/tmp/root/etc, and made the appropriate changes. then I did... cp -Rp /var/tmp/root/etc/ /etc So far, so good. Next I did... cd /usr/src make installworld ...which bombed within minutes. This is how it exited... install -c -o root -g wheel -m 444 libcom_err.a /usr/lib install -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. *** Error code 1 Stop. *** Error code 1 ...and so on. The system was a fresh 3.3-RELEASE install from the cd. If I have left out any info that may help please let me know. As of this point I am clueless, any help will be greatly appreciated. Thanks in advance. Daniel Frazier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message