08/20/2003 04:00 make buildkernel failed: aac_disk.c:276: warning:uintmax_t format

2003-08-20 Thread supraexpress_spamyourself
After successful cvsup of complete system sources on 08.20.2003 around 04:00, and a successful make buildworld, make builkernel failed with the following: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline

Re: 08/20/2003 04:00 make buildkernel failed: aac_disk.c:276:warning: uintmax_t format

2003-08-20 Thread Maxime Henrion
[EMAIL PROTECTED] wrote: After successful cvsup of complete system sources on 08.20.2003 around 04:00, and a successful make buildworld, make builkernel failed with the following: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes

make buildkernel failed

2001-02-20 Thread Jean Louis Ntakpe
Hi, I could make buildworld and installworld sucessfully but "make buildkernel" fails. (kernel is built but no modules could be compiled). CVSUP a few minutes ago. === 3dfx make: don't know how to make machine/lock.h. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop

Re: make buildkernel failed

2001-02-20 Thread Peter Wemm
Give it about an hour and re-cvsup. Once you have rev 1.94 of src/sys/conf/kmod.mk, you should be set. Or you can grab the delta by cvsweb if you are in a hurry. Jean Louis Ntakpe wrote: Hi, I could make buildworld and installworld sucessfully but "make buildkernel" fails. (kernel is

Re: make buildkernel failed

2001-02-20 Thread Warner Losh
In message [EMAIL PROTECTED] Peter Wemm writes: : Give it about an hour and re-cvsup. Once you have rev 1.94 of : src/sys/conf/kmod.mk, you should be set. Or you can grab the delta by : cvsweb if you are in a hurry. find . -name .depend -delete also works. Warner To Unsubscribe: send mail

Re: make buildkernel failed

2001-01-04 Thread Pierre Y. Dampure
John Indra wrote: Dear all... Recent -CURRENT make buildkernel target died with this message: === uscanner cc -O -pipe -g -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi

Re: make buildkernel failed

2001-01-04 Thread Pierre Y. Dampure
Hmmm. It looks like there were other bits missing... the MELCO LUATX entry was replaced in the last commit to usbdevs by two new entries, LUATX1 and LUATX5, but if_aue.c was not modified to reflect this. You need to do this manually. If the goal is to make modifications in one place only (and

Re: make buildkernel failed

2001-01-04 Thread John Indra
On Thu, Jan 04, 2001 at 10:07:37AM +, Pierre Y. Dampure wrote: Hmmm. It looks like there were other bits missing... the MELCO LUATX entry was replaced in the last commit to usbdevs by two new entries, LUATX1 and LUATX5, but if_aue.c was not modified to reflect this. You need to do this

Re: make buildkernel failed

2001-01-04 Thread Sheldon Hearn
On Thu, 04 Jan 2001 10:07:37 GMT, "Pierre Y. Dampure" wrote: If the goal is to make modifications in one place only (and that certainly seems to be the case, hence usbdev2h.awk), maybe what's required is a new field in the usbdevs table, so that the tables used by the various *.c get

Re: make buildkernel failed

2001-01-04 Thread Nick Hibma
Sorry, me lame. I got distrcacted between committing usbdevs and its derivative usbdevs.h. I've committed the file and am doing a complete kernel build and will commit uscanner.c 1.8 again after that. Sorry. Nick On Thu, 4 Jan 2001, John Indra wrote: Dear all... Recent -CURRENT make

make buildkernel failed

2001-01-03 Thread John Indra
Dear all... Recent -CURRENT make buildkernel target died with this message: === uscanner cc -O -pipe -g -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I.