From owner-freebsd-questions Fri Apr 12 12: 8:36 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 D397537B400 for ; Fri, 12 Apr 2002 12:08:27 -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 MAA16487; Fri, 12 Apr 2002 12:08:26 -0700 Message-ID: <3CB730AA.3040604@owt.com> Date: Fri, 12 Apr 2002 12:08:26 -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: ako ito Cc: freebsd-questions@FreeBSD.ORG Subject: Re: error in buildkernel, custom kernel References: <20020412185934.16368.qmail@web20810.mail.yahoo.com> 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 ako ito wrote: > im getting this error building my custom kernel after > cvsup'ng all my src/ports/docs and after making build > world ... > ----------------------------------------- > @ -> /usr/src/sys > 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 > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/LEEKERNEL. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ---------------------------------------- > > any ideas of how i could get this error fix ? im > trying to upgrade my system from 4.5 release to > 4.5-stable branch I would assume that you haven't done a cvsup of src-all. The new cvsup files for stable have some crypto stuff such as src-sys-crypto in it that aren't options. If you don't include them builds and etc. fail. Then, you have to re-buildworld and then the kernel because you have cvsup'ed the source. Kent > > -thx in advance > > - Lee > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- 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