From owner-freebsd-questions Sun Apr 21 7: 7:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 0E47D37B41E for ; Sun, 21 Apr 2002 07:07:29 -0700 (PDT) Disposition-notification-to: dnpowers@swbell.net Received: from daveabit ([64.216.217.29]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GUX004T98KGCR@mta5.rcsntx.swbell.net> for freebsd-questions@FreeBSD.ORG; Sun, 21 Apr 2002 09:07:28 -0500 (CDT) Date: Sun, 21 Apr 2002 09:07:25 -0500 From: David Powers Subject: RE: Updating to STABLE: buildkernel fails In-reply-to: <3CC2C225.5090307@fabianowski.de> To: freebsd-questions@FreeBSD.ORG Message-id: <003a01c1e93d$de143e30$0401a8c0@daveabit> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=Windows-1252 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal 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 Did you CVSUP src-all or something else? It looks like the build cannot find the crypto sources. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bartosz Fabianowski Sent: Sunday, April 21, 2002 8:44 AM To: freebsd-questions@FreeBSD.ORG Subject: Updating to STABLE: buildkernel fails Hi, I have been trying to update my system from 4.5 release to 4.x stable and I ran into a problem I can't solve. I was working on a fresh, clean install of FreeBSD with no XFree86. First, I updated the source to RELENG_4 via CVSup and then I ran buildworld, as described in chapter 19.4 of the FreeBSD handbook. I built everything except for games (don't need them), ISDN 4 BSD (don't need it) and Kerberos (no clue what it's for / guess I don't need it). Much to my surprise, buildworld took only 30 minutes. It finished with: ===> etc ===> etc/sendmail rm -f freebsd.cf (cd /usr/src/etc/sendmail && m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) > freebsd.cf chmod 444 freebsd.cf I have no clue if that is a proper finish or if something went wrong, but since I didn't see any errors, I went on to compile a new kernel. I cd'd into /usr/src and ran make buildkernel. After a while, it failed with: ===> 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/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I would be very thankful if anybody could give me any hints as to what went wrong and what I can do to fix this. As described in the FreeBSD handbook, chapter 19.4, I'm also including the output of uname -a: FreeBSD undo.chillt.de 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 Thanks, Bartosz Fabianowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.350 / Virus Database: 196 - Release Date: 4/17/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.350 / Virus Database: 196 - Release Date: 4/17/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message