From owner-freebsd-stable Fri Dec 22 13:25:32 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 13:25:27 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from godfather.webvolution.net (www.webvolution.net [208.231.0.74]) by hub.freebsd.org (Postfix) with ESMTP id 60C6A37B402 for ; Fri, 22 Dec 2000 13:25:27 -0800 (PST) Received: (from nobody@localhost) by godfather.webvolution.net (8.9.3/8.9.3) id VAA17127 for freebsd-stable@freebsd.org; Fri, 22 Dec 2000 21:25:16 GMT (envelope-from jpedras@webvolution.net) X-Authentication-Warning: godfather.webvolution.net: nobody set sender to jpedras@webvolution.net using -f To: freebsd-stable@freebsd.org Subject: nfs'ed installworld... again! Message-ID: <977520316.3a43c6bc490fc@mail.webvolution.net> Date: Fri, 22 Dec 2000 21:25:16 +0000 (WET) From: Joao Pedras MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.3 X-Originating-IP: 212.55.187.5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again. Sorry for posting this again but I have found no way to make this work. Machine A is a 4.2-STABLE and nfs shares /usr/src and /usr/obj to machine B, which is a newly installed 4.2-RELEASE. B mounts those filesystems on its own. When I perform 'make installworld' on B, it stops with the following error : ===> lib/libcom_err cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include 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 -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib *** Error code 70 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 I have no special changes on make.conf on A. I even tried this using A's make.conf on B. I get this all the time. Thanks for your help. Joao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message