Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2000 21:05:33 +0200
From:      Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To:        stable@freebsd.org
Subject:   make installworld over NFS doesn't work anymore
Message-ID:  <13515987398.20000821210533@buz.ch>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13515987398.20000821210533>