Problems in RELENG_6 with ALTQ enabled

View: New views
2 Messages — Rating Filter:   Alert me  

Problems in RELENG_6 with ALTQ enabled

by Daniel Corbe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Help please, this has been broken like this for a while.  At least since
6.2-RELEASE maybe earlier, who knows
>>> stage 2.3: build tools
--------------------------------------------------------------
cd /usr/obj/usr/src/sys/APOLLO;  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/APOLLO
yacc -b aicasm_gram  -d -o aicasm_gram.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y
yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm  -c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
cc -O2 -fno-strict-aliasing -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

Stop in /usr/obj/usr/src/sys/APOLLO.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
apollo#
_______________________________________________
aic7xxx@... mailing list
http://lists.freebsd.org/mailman/listinfo/aic7xxx
To unsubscribe, send any mail to "aic7xxx-unsubscribe@..."

Re: Problems in RELENG_6 with ALTQ enabled

by Daniel Corbe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I do a cvsup on a daily basis and I don't see that this problem has gone
away yet.  Is it something I'm doing wrong?  If this is a general issue I'm
surprised more people haven't run into it yet.
It turned out not to be an ALTQ problem, but just an AIC7xxx driver problem
in general because I can't even compile a generic kernel on my box.

Please help.

THanks.

-Daniel

On Oct 30, 2007 12:43 PM, Daniel Corbe <daniel.junkmail@...> wrote:

> Help please, this has been broken like this for a while.  At least since
> 6.2-RELEASE maybe earlier, who knows
> >>> stage 2.3: build tools
> --------------------------------------------------------------
> cd /usr/obj/usr/src/sys/APOLLO;
>  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/APOLLO
> yacc -b aicasm_gram  -d -o aicasm_gram.c
> /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y
> yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
> /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
> cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
> -I/usr/src/sys/dev/aic7xxx/aicasm  -c
> /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
> cc -O2 -fno-strict-aliasing -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
>
> Stop in /usr/obj/usr/src/sys/APOLLO.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> apollo#
>
_______________________________________________
aic7xxx@... mailing list
http://lists.freebsd.org/mailman/listinfo/aic7xxx
To unsubscribe, send any mail to "aic7xxx-unsubscribe@..."