Hello freebsd-stable, i'm trying to update/upgrade my box from 5.3 STABLE to the latest version of 5 branch. but when i'm doing make buildkernel i bumped in to some errors, here it is the error messages:>>> stage 2.3: build tools-------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/GENERIC cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symbol_delete': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: warning: passing arg 2 of pointer to function from incompatible pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_open': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning: assignment makes pointer from integer without a cast /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_close': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure has no member named `seq' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each function it appears in.) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_get': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: warning: passing arg 2 of pointer to function from incompatible pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing arg 2 of pointer to function from incompatible pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_dump': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: error: `R_FIRST' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure has no member named `seq' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT' undeclared (first use in this function) *** Error code 1 i'm using GENERIC kernel for this and still error. for some information these are my cvsup file : *default host=cvsup12.FreeBSD.org *default base=/usr *default prefix=/usr # The following line is for 4-stable. If you want 3-stable or 2.2-stable, # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively. *default release=cvs tag=RELENG_5 *default delete use-rel-suffix and my current FreeBSD version: [root@core src]# uname -v FreeBSD 5.3-STABLE #7 any helps, hints or clues are highly appreciated. TIA -- Best regards, zen mailto:zen@tk-pttuntex.com
Could you post your kernel config at all? Looks to me like you've removed something you shouldn't have.... -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of misael Sent: 04 July 2005 15:23 To: freebsd-stable@freebsd.org Subject: 5.3 STABLE to 5.4 buildkernel error Hello freebsd-stable, i'm trying to update/upgrade my box from 5.3 STABLE to the latest version of 5 branch. but when i'm doing make buildkernel i bumped in to some errors, here it is the error messages:>>> stage 2.3: build tools-------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/GENERIC cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symbol_delete': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: warning: passing arg 2 of pointer to function from incompatible pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_open': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning: assignment makes pointer from integer without a cast /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_close': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure has no member named `seq' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each function it appears in.) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_get': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: warning: passing arg 2 of pointer to function from incompatible pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing arg 2 of pointer to function from incompatible pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few arguments to function /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_dump': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: error: `R_FIRST' undeclared (first use in this function) /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure has no member named `seq' /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT' undeclared (first use in this function) *** Error code 1 i'm using GENERIC kernel for this and still error. for some information these are my cvsup file : *default host=cvsup12.FreeBSD.org *default base=/usr *default prefix=/usr # The following line is for 4-stable. If you want 3-stable or 2.2-stable, # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively. *default release=cvs tag=RELENG_5 *default delete use-rel-suffix and my current FreeBSD version: [root@core src]# uname -v FreeBSD 5.3-STABLE #7 any helps, hints or clues are highly appreciated. TIA -- Best regards, zen mailto:zen@tk-pttuntex.com _______________________________________________ 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" -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 01/07/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 01/07/2005
On Monday 04 July 2005 15:22, misael wrote:> Hello freebsd-stable, > > i'm trying to update/upgrade my box from 5.3 STABLE to the latest > version of 5 branch. > but when i'm doing make buildkernel i bumped in to some errors,Sometimes it is worth trying to cvsup against a different cvsup mirror and running a clean build. The GENERIC kernel configuration is unmodified, I suppose?> here it is the error messages: > >>> stage 2.3: build tools > > -------------------------------------------------------------- > cd /usr/obj/usr/src/sys/GENERIC; > MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f > /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory > not changed from original /usr/obj/usr/src/sys/GENERIC cc -O -pipe > -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc > -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symbol_delete': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: > warning: passing arg 2 of pointer to function from incompatible > pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: > error: too few arguments to function > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_open': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: > warning: assignment makes pointer from integer without a cast > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_close': > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure > has no member named `seq' > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST' > undeclared (first use in this function) > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each > undeclared identifier is reported only once > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each > function it appears in.) > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few > arguments to function > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_get': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: > warning: passing arg 2 of pointer to function from incompatible > pointer type /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: > error: too few arguments to function > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing > arg 2 of pointer to function from incompatible pointer type > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few > arguments to function > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function > `symtable_dump': /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: > error: `R_FIRST' undeclared (first use in this function) > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure > has no member named `seq' > /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT' > undeclared (first use in this function) *** Error code 1 > > i'm using GENERIC kernel for this and still error. > > for some information these are my cvsup file : > > *default host=cvsup12.FreeBSD.org > *default base=/usr > *default prefix=/usr > # The following line is for 4-stable. If you want 3-stable or > 2.2-stable, # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" > respectively. *default release=cvs tag=RELENG_5 > *default delete use-rel-suffix > > and my current FreeBSD version: > [root@core src]# uname -v > FreeBSD 5.3-STABLE #7 > > any helps, hints or clues are highly appreciated. > > TIA > > > > > -- > > Best regards, > zen mailto:zen@tk-pttuntex.com > > _______________________________________________ > 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"-- Dominic Marks