From owner-freebsd-stable Sat Dec 23 0: 2:54 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 23 00:02:52 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 54C6937B400 for ; Sat, 23 Dec 2000 00:02:52 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 23 Dec 2000 00:01:14 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.0/8.11.0) id eBN82pl16558; Sat, 23 Dec 2000 00:02:51 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Dec 2000 00:02:50 -0800 From: "Crist J. Clark" To: Joao Pedras Cc: freebsd-stable@FreeBSD.ORG Subject: Re: nfs'ed installworld... again! Message-ID: <20001223000250.K96105@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <977520316.3a43c6bc490fc@mail.webvolution.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <977520316.3a43c6bc490fc@mail.webvolution.net>; from jpedras@webvolution.net on Fri, Dec 22, 2000 at 09:25:16PM +0000 Sender: cjc@rfx-64-6-211-149.users.reflexcom.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 22, 2000 at 09:25:16PM +0000, Joao Pedras wrote: > 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. Is /usr/src the real path to the source directory on the build machine? Or is /usr/src a symlink? If it is a symlink, it will break things, but there is a workaround. If you can't find it with that hint, write back. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message