Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 16:27:54 +1000
From:      Andrew Nesbit <alnesbit@optushome.com.au>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Make installworld keeps dying
Message-ID:  <5.0.2.1.0.20010331161943.009fe110@mail>

next in thread | raw e-mail | index | archive | help
Hi all... I'm trying to rebuild my system, and have come
across the following problem.  I don't think it's related
to that "signal 11" error thing, though.

When I run "make -j 4 buildworld" everything goes fine, but
when I try to do a "make -j 4 installworld" afterwards, the
whole operation dies with error messages similar to the
transcript below:

===> bin/rm
install -c -s -o root -g wheel -m 555   rm /bin
install -c -o root -g wheel -m 444 rm.1.gz  /usr/share/man/man1
/usr/share/man/man1/unlink.1.gz -> /usr/share/man/man1/rm.1.gz
/bin/unlink -> /bin/rm
===> bin/rmdir
install -c -s -o root -g wheel -m 555   rmdir /bin
install -c -o root -g wheel -m 444 rmdir.1.gz  /usr/share/man/man1
===> bin/sh
install -c -s -o root -g wheel -m 555   sh /bin
Could not execute shell
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error


If I restart the "make -j 4 installworld", it will die in the same
way, but at a different stage.

What's going on here, and how do I fix it?  Thankyou.

-Andrew Nesbit


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.0.2.1.0.20010331161943.009fe110>