From owner-freebsd-stable Wed Jan 30 21: 4:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from olorin.homeip.net (pool-141-153-205-71.mad.east.verizon.net [141.153.205.71]) by hub.freebsd.org (Postfix) with ESMTP id 4C30937B404 for ; Wed, 30 Jan 2002 21:04:33 -0800 (PST) Received: by olorin.mmx (Postfix, from userid 1004) id AD3D91E821; Thu, 31 Jan 2002 12:21:48 -0500 (EST) Date: Thu, 31 Jan 2002 12:21:48 -0500 From: Ben Neuman To: freebsd-stable@freebsd.org Subject: make installworld failure in libcrypto Message-ID: <20020131122148.A19941@olorin.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After cvsupping to RELENG_4 and cleaning/rebuilding the world, I executed a 'make installworld'. It failed in /usr/src/secure/lib/libcrypto with the following error: ===> secure/lib/libcrypto mkdir -p openssl mkdir:No such file or directory *** Error code 1 I've tried cleaning the obj and source trees numerous times to no avail. Doing a manual 'make install' in /usr/src/secure/lib presents no problems. What might be the issue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message