Date: 16 Jul 1998 20:08:36 +0200 From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) To: current@FreeBSD.ORG Subject: make installworld -j8 Message-ID: <xzpiukxk6sb.fsf@hrotti.ifi.uio.no>
next in thread | raw e-mail | index | archive | help
Here's a nice little race condition for you: ===> bin/sh --- realinstall --- --- maninstall --- --- realinstall --- install -c -s -o bin -g bin -m 555 sh /bin --- maninstall --- 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 make can't execute /bin/sh to install the sh(1) man pages because /bin/sh is in the process of being clobbered by a sibling make process. Shouldn't make installworld use the freshly compiled sh from /usr/obj rather than /bin/sh? DES -- One two, one two, one two. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpiukxk6sb.fsf>
