Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2002 15:21:55 +0200
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        david@van.web.za
Cc:        questions@FreeBSD.ORG
Subject:   Re: buildworld works ok - make installworld fails!
Message-ID:  <20020214152155.B62857@sunbay.com>
In-Reply-To: <000a01c1b550$bd9bccc0$0201a8c0@david>
References:  <Pine.LNX.4.33.0202141405310.13239-100000@loru.hsik.edu.ee> <000a01c1b550$bd9bccc0$0201a8c0@david>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 14, 2002 at 02:11:32PM +0200, david@van.web.za wrote:
> WHY Do i get this when doing a make installworld
> im upgrading from 4.4-stable to 4.5-stable
> i did a releng 4 with a src-all cvsup
> 
> 
> 
> /usr/share/man/man3/des_setkey.3.gz -> /usr/share/man/man3/cipher.3.gz
> ===> secure/lib/libtelnet
> rm -f /usr/lib/libtelnet.so.2.0
> install -c -o root -g wheel -m 444   libtelnet.a /usr/lib
> install -c -o root -g wheel -m 444   libtelnet_p.a /usr/lib
> ===> secure/lib/libcrypto
> mkdir -p openssl
> mkdir:No such file or directory
> *** Error code 1
> 
> Stop in /usr/src/secure/lib/libcrypto.
> *** Error code 1
> 
Because mkdir(1) is not supposed to be called during installworld.
See what could be a cause of this problem:

1.  Your computer's date is set incorrectly.
2.  Some source files have modification time pointing to the future.

In particular, check that

/usr/obj/usr/src/secure/lib/libcrypto/openssl/opensslconf.h

built as part of buildworld has modification date later than its
source at:

/usr/src/secure/lib/libcrypto/opensslconf-i386.h


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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