From owner-freebsd-stable Mon Aug 21 12: 3:51 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 D8B0937B43C for ; Mon, 21 Aug 2000 12:03:41 -0700 (PDT) Received: (qmail 38510 invoked from network); 21 Aug 2000 19:03:38 -0000 Received: from client80-30.hispeed.ch (HELO 10.2.2.100) (62.2.80.30) by beta.root-servers.ch with SMTP; 21 Aug 2000 19:03:38 -0000 Date: Mon, 21 Aug 2000 21:05:33 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.45 Beta/6) Personal Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <13515987398.20000821210533@buz.ch> To: stable@freebsd.org Subject: make installworld over NFS doesn't work anymore 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, the following seems to be directly related to the MFC of OpenSSL 0.95a, because it worked for use before (/usr/src and /usr/obj are mounted via NFS, maproot=root, ro) 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 sed didn't write into the obj tree before, I think (if it did, I couldn't understand why this worked before), so redirecting the output to somewhere else (/tmp?) would perhaps help. Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message