From owner-freebsd-questions Wed Apr 17 21:24:49 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 C215B37B41C for ; Wed, 17 Apr 2002 21:24:44 -0700 (PDT) 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 VAA11924; Wed, 17 Apr 2002 21:24:41 -0700 Message-ID: <3CBE4A89.3000601@owt.com> Date: Wed, 17 Apr 2002 21:24:41 -0700 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, es-mx MIME-Version: 1.0 To: Joe Biniskiewicz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make: don't know how to make des_enc.S. Stop References: <000501c1e68f$143405b0$5b01a8c0@3110ct> 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 Joe Biniskiewicz wrote: > Ever since installing Samba 2.2.3a I cannot build a kernel. I have tried > make clean in /usr/src and in /usr/ports (took 16 hours), and I have tried > uninstalling Samba. I am current on all sources according to CVSup, and > have tried make world, which succeeds. However make buildkernel exits with > this output: > > machine -> /usr/src/sys/i386/include > perl @/kern/vnode_if.pl -h @/kern/vnode_if.src > touch opt_inet.h > echo "#define INET 1" > opt_inet.h > touch opt_ipx.h > echo "#define NETSMB 1" > opt_netsmb.h > echo "#define NETSMBCRYPTO 1" >> opt_netsmb.h > touch opt_smbfs.h > touch opt_vmpage.h > perl @/kern/makeops.pl -h @/libkern/iconv_converter_if.m > make: don't know how to make des_enc.S. Stop This is a typical error from not cvsuping src-all. If you don't get everything, you have to understand what you are leaving behind. There is an additional src option called src-sys-crypto that you are missing. There may be more. Update your stable-supfile. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message