From owner-freebsd-stable Sun Jan 14 6:38:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 1006937B400 for ; Sun, 14 Jan 2001 06:37:52 -0800 (PST) Received: from hyperion.informatik.rwth-aachen.de (hyperion.Informatik.RWTH-Aachen.DE [137.226.112.212]) by nets5.rz.rwth-aachen.de (8.10.1/8.10.1/5) with ESMTP id f0EEbom16796 for ; Sun, 14 Jan 2001 15:37:50 +0100 (MET) Received: from agamemnon.informatik.rwth-aachen.de (agamemnon.Informatik.RWTH-Aachen.DE [137.226.194.74]) by hyperion.informatik.rwth-aachen.de (8.9.1b+Sun/8.9.1/2) with ESMTP id PAA27222 for ; Sun, 14 Jan 2001 15:36:52 +0100 (MET) Received: (from stolz@localhost) by agamemnon.informatik.rwth-aachen.de (8.9.1b+Sun/8.9.1-gb-2) id PAA11555 for freebsd-stable@FreeBSD.ORG; Sun, 14 Jan 2001 15:37:43 +0100 (MET) Date: Sun, 14 Jan 2001 15:37:43 +0100 From: Volker Stolz To: freebsd-stable@FreeBSD.ORG Subject: make -DNOPROFILE=true installworld fails via NFS Message-ID: <20010114153743.A11458@agamemnon.informatik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Organization: Chair for CS II 1/2, Anomalous Programming Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While updating a 4.2-RELEASE client who mounts /usr/src & /usr/obj from a faster machine the following happens: make -DNOPROFILE=true -DNO_FORTRAN=true installworld ... ===> 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: libcom_err_p.a: No such file or directory *** Error code 71 What am I doing wrong? Running the same make as above with -k[eepgoing] shows the same error on (almost?) every library; the make on the server doesn´t show this behaviour at all?! -- \usepackage[latin1]{inputenc}! Volker Stolz * stolz@i2.informatik.rwth-aachen.de * PGP + S/MIME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message