Date: Sat, 27 Jul 2002 13:11:20 -0700 From: "David" <vetter_david@sbcglobal.net> To: "Kent Stewart" <kstewart@owt.com>, "Hendry" <havoc2k@zeus.havoc2k.or.id> Cc: <freebsd-stable@FreeBSD.ORG> Subject: Re: build world fail Message-ID: <001301c235a9$c7ee65f0$c26dc33f@handbasket> References: <20020727175227.GA82949@zeus.havoc2k.or.id> <3D42FB8D.3050202@owt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Kent Stewart" <kstewart@owt.com> > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301c235a9$c7ee65f0$c26dc33f>