From owner-freebsd-stable Sat Jul 27 12:59:33 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B407637B400 for ; Sat, 27 Jul 2002 12:59:26 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32B843E4A for ; Sat, 27 Jul 2002 12:59:25 -0700 (PDT) (envelope-from kstewart@owt.com) 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 MAA25820; Sat, 27 Jul 2002 12:59:10 -0700 Message-ID: <3D42FB8D.3050202@owt.com> Date: Sat, 27 Jul 2002 12:59:09 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Hendry Cc: freebsd-stable@FreeBSD.ORG Subject: Re: build world fail References: <20020727175227.GA82949@zeus.havoc2k.or.id> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Hendry wrote: > dear all; > > i have just cvsup my box with tag RELENG_4 aka -STABLE > with src-all on my stable-supfile (like usually i run ) > and found the error message on buildworld session it seems like missing some file .. > below are the message > > ----------------------------------------------- > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > ope > nssl/des.h: No such file or directory > In file included from > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libte > lnet/encrypt.c:72: > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > ope > nssl/des.h: No such file or directory > In file included from > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libte > lnet/auth.c:75: > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > ope > nssl/des.h: No such file or directory > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:47: > ope > nssl/des.h: No such file or directory > In file included from > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libte > lnet/enc_des.c:52: > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > ope > nssl/des.h: No such file or directory > In file included from > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libte > lnet/sra.c:54: > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > ope > nssl/des.h: No such file or directory > /usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:47: > openssl/ > des.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/secure/lib/libtelnet. > *** Error code 1 > > Stop in /usr/src/secure/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > -------------------------------------------------------------------------- > > my last full complete world with RELENG_4 aka -stable was at Tue Jul 23 04:35:14 > JAVT 2002 and work well without encounter any error message. > i also try to re cvsup twice with another server and running make cleandir > before buildworld and still found some problem on buildworld session. > any suggestion ? > thanks ; I saw your postings and finally started a buildworld. My cvsup and buildworld had no problem. I suspect that you have a source problem. The question is what kind of problem. Some of the cvsup servers have been failing recently. I had to switch to cvsup13 because cvsup16 was not keeping uptodate. If you have locate started, see what your dates on .../openssl/des.h are. You should have a copy in /usr/include/openssl and another in /usr/src. Mine are dated 14 Jul, which is when they were last updated on my system. If you can't find them, do you have refuses setup to prevent downloading the source. No much definite that I can tell you. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message