RE: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread Gray Lilley
Could you post your kernel config at all?

Looks to me like you've removed something you shouldn't have

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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:
[EMAIL PROTECTED] src]# uname -v
FreeBSD 5.3-STABLE #7

any helps, hints or clues are highly appreciated.

TIA




 --

Best regards,
 zen  mailto:[EMAIL PROTECTED]

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
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
 
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread misael
Hello Gray,

Monday, July 4, 2005, 2:15:57 PM, you wrote:

GL Could you post your kernel config at all?

GL Looks to me like you've removed something you shouldn't have

GL -Original Message-
GL From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of misael
GL Sent: 04 July 2005 15:23
GL To: freebsd-stable@freebsd.org
GL Subject: 5.3 STABLE to 5.4 buildkernel error

GL Hello freebsd-stable,

GL i'm trying to update/upgrade my box from 5.3 STABLE to the latest version 
of 5 branch.
GL but when i'm doing make buildkernel i bumped in to some errors, here it is 
the error messages:


 stage 2.3: build tools
GL --
GL 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
GL 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
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
GL 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
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
`symbol_delete':
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: warning: passing arg 2 
of pointer to function from incompatible pointer type
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: error: too few 
arguments to function
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
`symtable_open':
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning: assignment 
makes pointer from integer without a cast
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
`symtable_close':
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure has 
no member named `seq'
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST' 
undeclared (first use in this function)
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each 
undeclared identifier is reported only once
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each 
function it appears in.)
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few 
arguments to function
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_get':
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: warning: passing arg 2 
of pointer to function from incompatible pointer type
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: error: too few 
arguments to function
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing arg 2 
of pointer to function from incompatible pointer type
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few 
arguments to function
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
`symtable_dump':
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: error: `R_FIRST' 
undeclared (first use in this function)
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure has 
no member named `seq'
GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT' 
undeclared (first use in this function)
GL *** Error code 1

GL i'm using GENERIC kernel for this and still error.

GL for some information these are my cvsup file :

GL *default host=cvsup12.FreeBSD.org
GL *default base=/usr
GL *default prefix=/usr
GL # 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.
GL *default release=cvs tag=RELENG_5
GL *default delete use-rel-suffix

GL and my current FreeBSD version:
GL [EMAIL PROTECTED] src]# uname -v
GL FreeBSD 5.3-STABLE #7

GL any helps, hints or clues are highly appreciated.

GL TIA




GL  --

GL Best regards,
GL  zen  mailto:[EMAIL PROTECTED]

GL ___
GL freebsd-stable@freebsd.org mailing list
GL http://lists.freebsd.org/mailman/listinfo/freebsd-stable
GL To unsubscribe, send any mail to [EMAIL PROTECTED]

GL --
GL No virus found in this incoming message.
GL Checked by AVG Anti-Virus.
GL Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 01/07/2005
 


attach you will find my kernel config.
FYI i try to compile it with GENERIC one but still fails.

TIA

-- 
Best regards,
zen mailto:[EMAIL PROTECTED]# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.394.2.2 2003/12/07 23:52:53 scottl 
Exp $

machine i386
cpu I586_CPU
cpu I686_CPU
ident   CORE

#To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints #Default places to look for devices.

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

#options MATH_EMULATE   #Support for x87 emulation
options SCHED_4BSD  #4BSD scheduler
options INET

Re: Re[2]: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread Meandor
В вт, 05/07/2005 в 02:59 +0700, misael пишет:
 Hello Gray,
 
 Monday, July 4, 2005, 2:15:57 PM, you wrote:
 
 GL Could you post your kernel config at all?
 
 GL Looks to me like you've removed something you shouldn't have
 
 GL -Original Message-
 GL From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of misael
 GL Sent: 04 July 2005 15:23
 GL To: freebsd-stable@freebsd.org
 GL Subject: 5.3 STABLE to 5.4 buildkernel error
 
 GL Hello freebsd-stable,
 
 GL i'm trying to update/upgrade my box from 5.3 STABLE to the latest version 
 of 5 branch.
 GL but when i'm doing make buildkernel i bumped in to some errors, here it 
 is the error messages:
 
 
  stage 2.3: build tools
 GL --
 GL 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
 GL 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
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
 GL 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
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symbol_delete':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: warning: passing arg 
 2 of pointer to function from incompatible pointer type
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_open':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning: assignment 
 makes pointer from integer without a cast
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_close':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure has 
 no member named `seq'
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST' 
 undeclared (first use in this function)
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each 
 undeclared identifier is reported only once
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each 
 function it appears in.)
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_get':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: warning: passing arg 
 2 of pointer to function from incompatible pointer type
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing arg 
 2 of pointer to function from incompatible pointer type
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_dump':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: error: `R_FIRST' 
 undeclared (first use in this function)
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure has 
 no member named `seq'
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT' 
 undeclared (first use in this function)
 GL *** Error code 1
 
 GL i'm using GENERIC kernel for this and still error.
 
 GL for some information these are my cvsup file :
 
 GL *default host=cvsup12.FreeBSD.org
 GL *default base=/usr
 GL *default prefix=/usr
 GL # 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.
 GL *default release=cvs tag=RELENG_5
 GL *default delete use-rel-suffix
 
 GL and my current FreeBSD version:
 GL [EMAIL PROTECTED] src]# uname -v
 GL FreeBSD 5.3-STABLE #7
 
 GL any helps, hints or clues are highly appreciated.
 
 GL TIA
 
 
 
 
 GL  --
 
 GL Best regards,
 GL  zen  mailto:[EMAIL PROTECTED]
 
 GL ___
 GL freebsd-stable@freebsd.org mailing list
 GL http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 GL To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 GL --
 GL No virus found in this incoming message.
 GL Checked by AVG Anti-Virus.
 GL Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 01/07/2005
  
 
 
 attach you will find my kernel config.
 FYI i try to compile it with GENERIC one but still fails.
 
 TIA
 
 -- 
 Best regards,
 zen mailto:[EMAIL PROTECTED]
 ___ freebsd-stable@freebsd.org 
 mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To 
 unsubscribe, send any mail to [EMAIL PROTECTED]

 #device scbus   # SCSI bus (required for SCSI)
 #device ch  # SCSI media changers
 #device da  # Direct Access (disks)
 ##device

Re[4]: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread misael
Hello Meandor,

Monday, July 4, 2005, 3:40:40 PM, you wrote:

M В вт, 05/07/2005 в 02:59 +0700, misael пишет:
 Hello Gray,
 
 Monday, July 4, 2005, 2:15:57 PM, you wrote:
 
 GL Could you post your kernel config at all?
 
 GL Looks to me like you've removed something you shouldn't have
 
 GL -Original Message-
 GL From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of misael
 GL Sent: 04 July 2005 15:23
 GL To: freebsd-stable@freebsd.org
 GL Subject: 5.3 STABLE to 5.4 buildkernel error
 
 GL Hello freebsd-stable,
 
 GL i'm trying to update/upgrade my box from 5.3 STABLE to the latest 
 version of 5 branch.
 GL but when i'm doing make buildkernel i bumped in to some errors, here it 
 is the error messages:
 
 
  stage 2.3: build tools
 GL --
 GL 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
 GL 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
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
 GL 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
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symbol_delete':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: warning: passing arg 
 2 of pointer to function from incompatible pointer type
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:91: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_open':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:135: warning: assignment 
 makes pointer from integer without a cast
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_close':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: structure 
 has no member named `seq'
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: `R_FIRST' 
 undeclared (first use in this function)
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: (Each 
 undeclared identifier is reported only once
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:151: error: for each 
 function it appears in.)
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:157: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_get':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: warning: passing 
 arg 2 of pointer to function from incompatible pointer type
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:176: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: warning: passing 
 arg 2 of pointer to function from incompatible pointer type
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:189: error: too few 
 arguments to function
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function 
 `symtable_dump':
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:486: error: `R_FIRST' 
 undeclared (first use in this function)
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:487: error: structure 
 has no member named `seq'
 GL /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:524: error: `R_NEXT' 
 undeclared (first use in this function)
 GL *** Error code 1
 
 GL i'm using GENERIC kernel for this and still error.
 
 GL for some information these are my cvsup file :
 
 GL *default host=cvsup12.FreeBSD.org
 GL *default base=/usr
 GL *default prefix=/usr
 GL # 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.
 GL *default release=cvs tag=RELENG_5
 GL *default delete use-rel-suffix
 
 GL and my current FreeBSD version:
 GL [EMAIL PROTECTED] src]# uname -v
 GL FreeBSD 5.3-STABLE #7
 
 GL any helps, hints or clues are highly appreciated.
 
 GL TIA
 
 
 
 
 GL  --
 
 GL Best regards,
 GL  zen  mailto:[EMAIL PROTECTED]
 
 GL ___
 GL freebsd-stable@freebsd.org mailing list
 GL http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 GL To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 GL --
 GL No virus found in this incoming message.
 GL Checked by AVG Anti-Virus.
 GL Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 01/07/2005
  
 
 
 attach you will find my kernel config.
 FYI i try to compile it with GENERIC one but still fails.
 
 TIA
 
 -- 
 Best regards,
 zen mailto:[EMAIL PROTECTED]
 ___ freebsd-stable@freebsd.org 
 mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To 
 unsubscribe, send any mail to
 [EMAIL PROTECTED]

 #device scbus   # SCSI bus (required for SCSI)
 #device ch  # SCSI media changers

Re: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread Dominic Marks
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:
 [EMAIL PROTECTED] src]# uname -v
 FreeBSD 5.3-STABLE #7

 any helps, hints or clues are highly appreciated.

 TIA




  --

 Best regards,
  zen  mailto:[EMAIL PROTECTED]

 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Dominic Marks
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread Pertti Kosunen

misael wrote:


# Debugging for use in -current
#optionsDDB #Enable the kernel debugger
#optionsINVARIANTS  #Enable calls of extra sanity checking
options INVARIANT_SUPPORT   #Extra sanity checks of internal 
structures, required by INVARIANTS
#optionsWITNESS #Enable checks to detect deadlocks and 
cycles
#optionsWITNESS_SKIPSPIN#Don't run witness on spinlocks for 
speed
 

OT: Shouldn't you comment out the INVARIANT_SUPPORT too when INVARIANTS 
is out?

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: 5.3 STABLE to 5.4 buildkernel error

2005-07-04 Thread misael
Hello Dominic,

Monday, July 4, 2005, 6:13:57 PM, you wrote:

DM 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,

DM Sometimes it is worth trying to cvsup against a different cvsup mirror 
DM and running a clean build. The GENERIC kernel configuration is 
DM 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:
 [EMAIL PROTECTED] src]# uname -v
 FreeBSD 5.3-STABLE #7

 any helps, hints or clues are highly appreciated.

 TIA




  --

 Best regards,
  zen  mailto:[EMAIL PROTECTED]

i did change the cvsup server but still stop on those step.
and it's GENERIC kernel and the INVARIANT and INVARIANT_SUPPORT is
uncomment ( it's GENERIC KERNEL ).






-- 
Best regards,
misaelmailto:[EMAIL PROTECTED]

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 STABLE to 5.4 buildkernel error

2005-07-03 Thread misael
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:
[EMAIL PROTECTED] src]# uname -v
FreeBSD 5.3-STABLE #7

any helps, hints or clues are highly appreciated.

TIA




 --

Best regards,
 zen  mailto:[EMAIL PROTECTED]

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]