Date: Sun, 14 Jan 2001 15:37:43 +0100 From: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE> To: freebsd-stable@FreeBSD.ORG Subject: make -DNOPROFILE=true installworld fails via NFS Message-ID: <20010114153743.A11458@agamemnon.informatik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010114153743.A11458>