From owner-freebsd-questions Tue Jun 20 11: 8:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 429D137B52E for ; Tue, 20 Jun 2000 11:08:18 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.109]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.2) with ESMTP id ; Tue, 20 Jun 2000 10:42:40 -0700 Message-ID: <394FACE7.EE754015@3-cities.com> Date: Tue, 20 Jun 2000 10:41:59 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: mc@my.ekstazy.com Cc: freebsd-questions@freebsd.org Subject: Re: why am i getting this compile error after 'make buildworld'? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mc@my.ekstazy.com wrote: > > i finished cvsup'ing my 4.x-stable-supfile (redid it 4times) and then i = > went into /usr/src and ran a 'make 'buildworld' but i get this error = > after a couple of hours compiling: > > p/smbutil.c = > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/util.c > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:53= > : des.h: No such file or directory > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:54= > : blowfish.h: No such file or directory > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:56= > : rc5.h: No such file or directory > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:59= > : cast.h: No such file or directory > mkdep: compile failed I really don't have any idea but off of the top I think your cvsup is missing cvs-crypto. I also have USA_RESIDENT=YES in my make.conf. I cvsup from cvsup7.freebsd.org. If you need to change your 4.x-stable-supfile cvsup file, you can always re-cvsup and then drop into the /usr/src/usr.sbin/tcpdump directory and try to do a make. You don't have to wait for hours to see if you fixed it. I did a locate des.h and it shows up in /usr/include/des.h /usr/include/openssl/des.h /usr/include/rpc/auth_des.h /usr/include/rpc/des.h The top des.h is openssl oriented. The top lines are /* crypto/des/des.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. Blowfish is another openssl feature. I didn't check any further. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message