Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2000 14:01:45 -0500 (CDT)
From:      Bruce Albrecht <bruce@zuhause.mn.org>
To:        freebsd-stable@freebsd.org
Subject:   installworld fails when installing perl
Message-ID:  <14761.26009.134350.786578@celery.zuhause.org>

next in thread | raw e-mail | index | archive | help
I cvsupped yesterday, and did:

make buildworld
make buildkernel KERNEL=celery
make installkernel KERNEL=celery
reboot in single user mode
make installworld

and it died with this:

===> gnu/usr.bin/perl/perl
    <many install messages later>
cd sdbm && make all
rm -rf libsdbm.a
ar cr libsdbm.a sdbm.o  pair.o  hash.o && : libsdbm.a
chmod 755 libsdbm.a
chmod:No such file or directory
*** Error code 1

Rather than having a half-installed system, I did a make -k
installworld, and completed the installation.  I also tried running
make release, and it died at the same place.  I didn't see any recent
commits to perl since my last buildworld  that would account for this.

Any ideas?


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?14761.26009.134350.786578>