From owner-freebsd-stable Tue Aug 22 7:16:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from alpha.root-servers.ch (beta.root-servers.ch [195.49.33.19]) by hub.freebsd.org (Postfix) with SMTP id EA43237B422 for ; Tue, 22 Aug 2000 07:16:37 -0700 (PDT) Received: (qmail 13038 invoked from network); 22 Aug 2000 14:16:36 -0000 Received: from client80-30.hispeed.ch (HELO 10.2.2.100) (62.2.80.30) by alpha.root-servers.ch with SMTP; 22 Aug 2000 14:16:36 -0000 Date: Tue, 22 Aug 2000 16:18:34 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.45 Beta/6) Personal Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <5665060291.20000822161834@buz.ch> To: Kris Kennaway Cc: stable@freebsd.org Subject: Re[2]: make installworld over NFS doesn't work anymore In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Kris, Monday, August 21, 2000, 11:21:45 PM, you wrote: > Make sure you are not doing a make world with -DNOCLEAN and > -DNOCLEANDIR. If the problem persists, remove your /usr/obj directory and > try again. I did a simple make buildworld. No hacks beside of the following: - UT_NAMESIZE 31 - MAXLOGNAME 32 - NOSENDMAIL the whole config worked several times before the MfC. I killed /usr/obj by hand, cvsupped at 11:30 GMT and started make buildworld which ran through without any problems but still, the make installworld over NFS doesn't work: sed '/^#ifndef NO_IDEA$/,/^#endif$/d' /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/evp.h > /usr/obj/usr/src/secure/lib/libcrypto/evp.h.new cannot create /usr/obj/usr/src/secure/lib/libcrypto/evp.h.new: permission denied *** Error code 2 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1 Stop in /usr/src/secure/lib. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 To be honest, I don't understand why installworld needs to write to /usr/obj as this is crying for problems when /usr/obj is mounted ro (which I think should be the case with -maproot=root NFS exports, YMV)... I don't think I'm the only one who wants to do make installworld from ro mounted places. Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message