Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 23:26:29 -0500
From:      Daniel Frazier <dfrazier@Op.Net>
To:        "freebsd-stable@FreeBSD.ORG" <freebsd-stable@FreeBSD.ORG>
Subject:   make installworld fails...
Message-ID:  <38CDBF75.3FAE857@op.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38CDBF75.3FAE857>