Re: GENERIC broken on alpha?

2001-09-18 Thread Wilko Bulte

On Mon, Sep 17, 2001 at 04:21:28PM -0700, John Baldwin wrote:
 
 On 17-Sep-01 Wilko Bulte wrote:
  Is it me or.. ?

...

  ../../../kern/imgact_elf.c:945: warning: passing arg 1 of `fill_fpregs' from
  incompatible pointer type
  ../../../kern/imgact_elf.c:963: warning: passing arg 10 of `vn_rdwr_inchunks'
  from incompatible pointer type
  *** Error code 1
  
  Stop in /usr/src/sys/alpha/compile/GENERIC.
 
 Looks like your sources are out of whack perhaps.

../../../kern/imgact_elf.c was apparantly busted in my CVS repo. Never
had that before.. :/ After removing it from the repo and re-cvsup things
are now compiling.

tnx

W/

-- 
|   / o / /_  _ email:  [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte Arnhem, The Netherlands 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



GENERIC broken on alpha?

2001-09-17 Thread Wilko Bulte

Is it me or.. ?

cc -c -O -pipe -mcpu=ev4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
-g -nostdinc -I-  -I. -I../../.. -I../../../dev -I../../../contrib/ipfilter 
-I../../../../include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -ffixed-8 
-Wa,-mev56  ../../../kern/imgact_elf.c
../../../kern/imgact_elf.c: In function `elf_load_file':
../../../kern/imgact_elf.c:365: warning: passing arg 6 of `NDINIT' from incompatible 
pointer type
../../../kern/imgact_elf.c:379: warning: passing arg 3 of `VOP_UNLOCK' from 
incompatible pointer type
../../../kern/imgact_elf.c:390: warning: passing arg 3 of `VOP_UNLOCK' from 
incompatible pointer type
../../../kern/imgact_elf.c: In function `elf_coredump':
../../../kern/imgact_elf.c:753: argument `p' doesn't match prototype
../../../sys/imgact_elf.h:108: prototype declaration
../../../kern/imgact_elf.c:800: warning: passing arg 10 of `vn_rdwr_inchunks' from 
incompatible pointer type
../../../kern/imgact_elf.c: In function `elf_corehdr':
../../../kern/imgact_elf.c:943: warning: passing arg 1 of `fill_regs' from 
incompatible pointer type
../../../kern/imgact_elf.c:945: warning: passing arg 1 of `fill_fpregs' from 
incompatible pointer type
../../../kern/imgact_elf.c:963: warning: passing arg 10 of `vn_rdwr_inchunks' from 
incompatible pointer type
*** Error code 1

Stop in /usr/src/sys/alpha/compile/GENERIC.
-- 
|   / o / /_  _ email:  [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte Arnhem, The Netherlands 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



RE: GENERIC broken on alpha?

2001-09-17 Thread John Baldwin


On 17-Sep-01 Wilko Bulte wrote:
 Is it me or.. ?
 
 cc -c -O -pipe -mcpu=ev4 -Wall -Wredundant-decls -Wnested-externs
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
 -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-  -I. -I../../..
 -I../../../dev -I../../../contrib/ipfilter -I../../../../include  -D_KERNEL
 -include opt_global.h -elf  -mno-fp-regs -ffixed-8 -Wa,-mev56 
 ../../../kern/imgact_elf.c
 ../../../kern/imgact_elf.c: In function `elf_load_file':
 ../../../kern/imgact_elf.c:365: warning: passing arg 6 of `NDINIT' from
 incompatible pointer type
 ../../../kern/imgact_elf.c:379: warning: passing arg 3 of `VOP_UNLOCK' from
 incompatible pointer type
 ../../../kern/imgact_elf.c:390: warning: passing arg 3 of `VOP_UNLOCK' from
 incompatible pointer type
 ../../../kern/imgact_elf.c: In function `elf_coredump':
 ../../../kern/imgact_elf.c:753: argument `p' doesn't match prototype
 ../../../sys/imgact_elf.h:108: prototype declaration
 ../../../kern/imgact_elf.c:800: warning: passing arg 10 of `vn_rdwr_inchunks'
 from incompatible pointer type
 ../../../kern/imgact_elf.c: In function `elf_corehdr':
 ../../../kern/imgact_elf.c:943: warning: passing arg 1 of `fill_regs' from
 incompatible pointer type
 ../../../kern/imgact_elf.c:945: warning: passing arg 1 of `fill_fpregs' from
 incompatible pointer type
 ../../../kern/imgact_elf.c:963: warning: passing arg 10 of `vn_rdwr_inchunks'
 from incompatible pointer type
 *** Error code 1
 
 Stop in /usr/src/sys/alpha/compile/GENERIC.

Looks like your sources are out of whack perhaps.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message