From owner-freebsd-stable@FreeBSD.ORG Sat Apr 12 10:08:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30AAE37B401 for ; Sat, 12 Apr 2003 10:08:10 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752A343FBF for ; Sat, 12 Apr 2003 10:08:09 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h3CH86V17535; Sat, 12 Apr 2003 10:08:06 -0700 From: Kent Stewart To: "Johan Christiansen" , Date: Sat, 12 Apr 2003 10:08:05 -0700 User-Agent: KMail/1.5.1 References: <1AF4070E0F26474A80DA4CA886ECE0C10130039D@gtsexchange.gts.dk> In-Reply-To: <1AF4070E0F26474A80DA4CA886ECE0C10130039D@gtsexchange.gts.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304121008.06012.kstewart@owt.com> Subject: Re: GENERIC kern compile error 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 17:08:10 -0000 On Saturday 12 April 2003 08:27 am, Johan Christiansen wrote: > GENERIC Kernel build failure just after stable-cvsup and buildworld. > I have ensured that everything in /usr/obj was deleted before i > began. > > Btw. /usr/obj <-- is a symlink to /Disk1/usrobj, because /usr > partition was filled up. > > I have installed these packages from ports. > db-2.7.7_1 The Berkeley DB package, revision 2 > db3-3.3.11,1 The Berkeley DB package, revision 3 > db4-4.0.14_1,1 The Berkeley DB package, revision 4 > > What could be wrong? > What did you cvsup? I did a locate db.h on my system and it is in /usr2/ncvs/src/include/db.h,v and was installed in /usr/include. I do a "src-all". Kent > > [FAIL] > ===> vesa > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o vesa.ko > vesa.kld vesa.o scvesactl.o @ machine symb.tmp tmp.o opt_vga.h > rm -f .depend GPATH GRTAGS GSYMS GTAGS > cd /usr/obj/Disk1/usrsrc/sys/CERAKERN; > MAKESRCPATH=/Disk1/usrsrc/sys/dev/aic7xxx/aicasm make > -DBOOTSTRAPPING -f /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/Makefile > Warning: Object directory not changed from original > /Disk1/usrobj/Disk1/usrsrc/sys/CERAKERN > cc -O -pipe -nostdinc -I/usr/include -I. > -I/Disk1/usrsrc/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm.c > cc -O -pipe -nostdinc -I/usr/include -I. > -I/Disk1/usrsrc/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:50: db.h: No > such file or directory > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:63: syntax error > before `*' > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:63: warning: > data definition has no type or storage class > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symbol_delete': > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:87: syntax error > before `key' > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:89: `key' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:89: (Each > undeclared identifier is reported only once > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:89: for each > function it appears in.) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: request for > member `del' in something not a structure or union > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_open': > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:134: `DB_HASH' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning: > assignment makes pointer from integer without a cast > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_close': > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:148: syntax > error before `key' > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: request for > member `seq' in something not a structure or union > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: `key' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: `data' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: `R_FIRST' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: request for > member `close' in something not a structure or union > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_get': > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:169: syntax > error before `key' > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:173: `key' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: request for > member `get' in something not a structure or union > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: `data' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:188: request for > member `put' in something not a structure or union > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_dump': > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:472: syntax > error before `key' > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: `R_FIRST' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: request for > member `seq' in something not a structure or union > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: `key' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: `data' > undeclared (first use in this function) > /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: `R_NEXT' > undeclared (first use in this function) > *** Error code 1 > > Stop in /Disk1/usrobj/Disk1/usrsrc/sys/CERAKERN. > *** Error code 1 > > Stop in /Disk1/usrsrc. > *** Error code 1 > > Stop in /Disk1/usrsrc. > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html