Re: Kernel builds failing with lots of failed to retrieve array bounds errors

2012-05-30 Thread Sevan / Venture37
On 28/05/2012 20:45, Dimitry Andric wrote: Note, in r236149 I have pulled in a change from upstream clang, which should fix the root cause of the failed to retrieve array bounds messages. Indeed, I updated rebuilt yesterday message no-longer appeared. Thanks Sevan

Re: Kernel builds failing with lots of failed to retrieve array bounds errors

2012-05-28 Thread Dimitry Andric
On 2012-05-24 22:50, Sevan / Venture37 wrote: On 24/05/2012 20:21, Dimitry Andric wrote: I've seen these too, and it seems clang produces debug info which ctfconvert can't handle, for some reason. However, in my case, the kernel build doesn't abort at all, it continues and all the object

Re: Kernel builds failing with lots of failed to retrieve array bounds errors

2012-05-24 Thread Dimitry Andric
On 2012-05-24 19:13, Sevan / Venture37 wrote: I'm unable to build the generic kernel, seeing lots of failed to retrieve array bounds errors (129 to be exact) starting with ERROR: scsi_all.c: die 43574: failed to retrieve array bounds stoping at I've seen these too, and it seems clang

Re: Kernel builds failing with lots of failed to retrieve array bounds errors

2012-05-24 Thread Sevan / Venture37
On 24/05/2012 20:21, Dimitry Andric wrote: I've seen these too, and it seems clang produces debug info which ctfconvert can't handle, for some reason. However, in my case, the kernel build doesn't abort at all, it continues and all the object files seem to work just fine. Updated to r235926

RE: Kernel builds failing

2001-09-01 Thread kibbet
Hi Adam, Søren (CC'd to [EMAIL PROTECTED]) On 31-Aug-01 Adam Kranzel wrote: Hi... For the last two days, my kernel builds have been failing with: linking kernel.debug ata-all.o: In function `ataioctl': /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to `atapi_queue

Re: Kernel builds failing

2001-09-01 Thread Søren Schmidt
It seems [EMAIL PROTECTED] wrote: For the last two days, my kernel builds have been failing with: linking kernel.debug ata-all.o: In function `ataioctl': /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to `atapi_queue _cmd' *** Error code 1 I'm looking