From owner-freebsd-questions Fri Mar 30 21:22:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 26DAC37B719 for ; Fri, 30 Mar 2001 21:22:45 -0800 (PST) (envelope-from alnesbit@optushome.com.au) Received: from co3027913-a.optushome.com.au ([203.164.216.140]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010331052243.VSID17266.mss.rdc2.nsw.optushome.com.au@co3027913-a.optushome.com.au> for ; Sat, 31 Mar 2001 15:22:43 +1000 Message-Id: <5.0.2.1.0.20010331161943.009fe110@mail> X-Sender: alnesbit@mail (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 31 Mar 2001 16:27:54 +1000 To: freebsd-questions@FreeBSD.ORG From: Andrew Nesbit Subject: Make installworld keeps dying Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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