From owner-freebsd-questions Thu Feb 14 12:54:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 5635737B416; Thu, 14 Feb 2002 12:54:10 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA11587; Thu, 14 Feb 2002 12:54:08 -0800 Message-ID: <3C6C23F0.9050208@owt.com> Date: Thu, 14 Feb 2002 12:54:08 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Ruslan Ermilov Cc: david@van.web.za, questions@FreeBSD.ORG Subject: Re: buildworld works ok - make installworld fails! References: <000a01c1b550$bd9bccc0$0201a8c0@david> <20020214152155.B62857@sunbay.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > 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 > For these errors, could we be seeing an affect of not running "adjkerntz -i" on single user boots for systems using cmos clocks set to local time. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message