From owner-freebsd-questions Wed Apr 18 7: 4: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from reuben.meganet.net (reuben.meganet.net [209.213.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 8F1C137B42C for ; Wed, 18 Apr 2001 07:03:57 -0700 (PDT) (envelope-from estair@computer-exchange.com) Received: from proxy (dial-tnt01-p2-169.bos.ma.meganet.net [209.213.73.169]) by reuben.meganet.net (8.9.3/8.9.1-BW0200.01SP) with SMTP id KAA17732 for ; Wed, 18 Apr 2001 10:04:03 -0400 From: estair@computer-exchange.com Message-ID: <001c01c0c810$94cf0100$a949d5d1@mshome.net> To: Subject: build kernel fails after CVSup, unsure of cause: errors included. Date: Wed, 18 Apr 2001 10:05:08 -0400 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.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I'm running FreeBSD-Current.5-12-2001, and have just CVSup'd all source into /usr. After starting my kernel config file fresh from the new GENERIC included, I run 'make depend' from the kernel build directory only to have it fail after about a minute with the included errors. I previously compiled a kernel with the 5-12-2001 source, and it went fine, but I'm not *positive* what sources I CVSup'd, i.e. whether they are the most recent 5-14-2001 or not. There doesn't seem to be a CVSup server for the -Current build, current.freebsd.org doesn't work. The Makefile,v in /usr/src does *NOT* have any of the 5-Current trees listed, and I don't know how to verify what source I got. Can anyone point me in the direction of a 5-Current CVSup server if that is my problem? ***Note: I am following the directions in 'The Complete FreeBSD', and after using cvsup successfully I cannot run cvs because the 'src' directory doesn't exist in /usr/CVSROOT/. Other instructions I've read on updating don't even mention running cvs AFTER cvsup, I thought they were mutually exclusive, but I could be wrong. I'm no longer on the mailing list, could anyone post replies to the list and my email address (estair@computer-exchange.com)? Thanks to any consideration of this problem and all replies, I will personally respond to all. Cheers, Eli Stair Here is my cvsupfile: *default release=cvs *default host=cvsup6.freebsd.org *default base=/usr *default prefix=/usr *default delete *default use-rel-suffix *default compress src-all And the tail output from 'make depend' is as follows: ---snip--------------------------------------------------------------------- ------ reg.c ../../i386/pci/pci_bus.c ../../isa/atkbd_isa.c ../../isa/atkbdc_isa.c .. /../isa/fd.c ../../isa/ppc.c ../../isa/psm.c ../../isa/sio.c ../../isa/syscons_ isa.c ../../isa/vga_isa.c ../../kern/imgact_aout.c ../../kern/link_aout.c ../.. /kern/subr_diskmbr.c ../../libkern/divdi3.c ../../libkern/moddi3.c ../../libker n/qdivrem.c ../../libkern/ucmpdi2.c ../../libkern/udivdi3.c ../../libkern/umodd i3.c param.c vnode_if.c hints.c config.c ../../i386/i386/genassym.c ../../kern/link_elf.c:55: link.h: No such file or directory ../../kern/vfs_conf.c:58: paths.h: No such file or directory ../../libkern/bsearch.c:40: stddef.h: No such file or directory ../../libkern/bsearch.c:41: stdlib.h: No such file or directory ../../libkern/strcat.c:36: string.h: No such file or directory ../../libkern/strcmp.c:39: string.h: No such file or directory ../../libkern/strcpy.c:36: string.h: No such file or directory ../../libkern/strlen.c:36: string.h: No such file or directory ../../libkern/strncmp.c:36: string.h: No such file or directory ../../libkern/strncpy.c:39: string.h: No such file or directory ../../dev/syscons/scmouse.c:31: limits.h: No such file or directory ../../kern/link_aout.c:52: a.out.h: No such file or directory ../../kern/link_aout.c:53: link.h: No such file or directory In file included from ../../libkern/divdi3.c:40: ../../libkern/quad.h:59: limits.h: No such file or directory In file included from ../../libkern/moddi3.c:40: ../../libkern/quad.h:59: limits.h: No such file or directory In file included from ../../libkern/qdivrem.c:45: ../../libkern/quad.h:59: limits.h: No such file or directory In file included from ../../libkern/ucmpdi2.c:40: ../../libkern/quad.h:59: limits.h: No such file or directory In file included from ../../libkern/udivdi3.c:40: ../../libkern/quad.h:59: limits.h: No such file or directory In file included from ../../libkern/umoddi3.c:40: ../../libkern/quad.h:59: limits.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/HERMES. *** Error code 1 Stop in /usr/src/sys/compile/HERMES. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message