From owner-freebsd-questions Wed Apr 17 20:34:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail015.syd.optusnet.com.au (mail015.syd.optusnet.com.au [210.49.20.173]) by hub.freebsd.org (Postfix) with ESMTP id 6145337B433 for ; Wed, 17 Apr 2002 20:34:05 -0700 (PDT) Received: from leonard (c17586.eburwd1.vic.optusnet.com.au [210.49.176.193]) by mail015.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g3I3Y4032170 for ; Thu, 18 Apr 2002 13:34:04 +1000 Message-ID: <004b01c1e68b$52f735a0$0101a8c0@BIGMAX> From: "Jason Duffett" To: "FreeBSD Questions" Subject: Problem compiling kernel Date: Thu, 18 Apr 2002 13:44:20 +1000 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 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 Hi, I've just cvsuped (18/04/02) and keep getting the error below when trying to rebuild my kernel. I haven't got options NETSMB or NETSMBCRYPTO in my config, and I am using the same config file that I have been since 4.5release. I get the same error whether I do make buildkernel or /usr/sbin/config...make depend, etc (it fails in make depend). I cvsuped yesterday afternoon (17/04/02) and did a buildworld with no problems. I did installworld this morning and then attempted to rebuid the kernel. When it failed I cvsupped again but it didn't help. Anyone got any ideas? Thanks, Jason Error Message: ===> smbfs @ -> /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/GRODY. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message