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

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

2012-05-24 Thread Sevan / Venture37
Hi 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 cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs

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