From owner-freebsd-stable Sat Jul 27 13:12:15 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 00FD037B400 for ; Sat, 27 Jul 2002 13:12:11 -0700 (PDT) Received: from pimout5-int.prodigy.net (pimout5-ext.prodigy.net [207.115.63.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35FF43E4A for ; Sat, 27 Jul 2002 13:12:09 -0700 (PDT) (envelope-from vetter_david@sbcglobal.net) Received: from handbasket (adsl-63-195-109-194.dsl.snfc21.pacbell.net [63.195.109.194]) by pimout5-int.prodigy.net (8.11.0/8.11.0) with SMTP id g6RKBf2306010; Sat, 27 Jul 2002 16:11:42 -0400 Message-ID: <001301c235a9$c7ee65f0$c26dc33f@handbasket> From: "David" To: "Kent Stewart" , "Hendry" Cc: References: <20020727175227.GA82949@zeus.havoc2k.or.id> <3D42FB8D.3050202@owt.com> Subject: Re: build world fail Date: Sat, 27 Jul 2002 13:11:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 ----- Original Message ----- From: "Kent Stewart" > > > 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. > Kent > The problem I was running into was stupid problems in my /etc/make.conf. Things in particular to make sure are commented out: NO_OPENSSH NO_OPENSSL NOCRYPT NOSECURE I had one of those ucommented and was getting similar errors for a while. After commenting it out again things worked. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message