Re: alpha compile failure (srm_printk)

2007-07-28 Thread Sam Ravnborg
On Sat, Jul 28, 2007 at 10:04:50PM +0200, Sam Ravnborg wrote: > > The fix is to split kasprintf out to a separate file to > avoid pulling in more stuff than necessary. I just sent a patch doing this and I assume you take care of the alpha changes. Thanks, Sam - To unsubscribe from this

Re: alpha compile failure (srm_printk)

2007-07-28 Thread Sam Ravnborg
On Sat, Jul 28, 2007 at 08:05:08PM +0300, Meelis Roos wrote: > Retested this compile error with todays 2.6.23-rc1+git, still the same. > > > > LD arch/alpha/boot/bootloader > > > arch/alpha/boot/bootloader.lds:25: undefined symbol `srm_printk' > > > referenced in expression > > > > I was

Re: alpha compile failure (srm_printk)

2007-07-28 Thread Meelis Roos
Retested this compile error with todays 2.6.23-rc1+git, still the same. > > LD arch/alpha/boot/bootloader > > arch/alpha/boot/bootloader.lds:25: undefined symbol `srm_printk' referenced > > in expression > > I was unable to repeoduce these errors on 2.6.22-rc4 with your config. Hmm.

Re: alpha compile failure (srm_printk)

2007-07-28 Thread Meelis Roos
Retested this compile error with todays 2.6.23-rc1+git, still the same. LD arch/alpha/boot/bootloader arch/alpha/boot/bootloader.lds:25: undefined symbol `srm_printk' referenced in expression I was unable to repeoduce these errors on 2.6.22-rc4 with your config. Hmm. Just make

Re: alpha compile failure (srm_printk)

2007-07-28 Thread Sam Ravnborg
On Sat, Jul 28, 2007 at 08:05:08PM +0300, Meelis Roos wrote: Retested this compile error with todays 2.6.23-rc1+git, still the same. LD arch/alpha/boot/bootloader arch/alpha/boot/bootloader.lds:25: undefined symbol `srm_printk' referenced in expression I was unable to

Re: alpha compile failure (srm_printk)

2007-07-28 Thread Sam Ravnborg
On Sat, Jul 28, 2007 at 10:04:50PM +0200, Sam Ravnborg wrote: The fix is to split kasprintf out to a separate file to avoid pulling in more stuff than necessary. I just sent a patch doing this and I assume you take care of the alpha changes. Thanks, Sam - To unsubscribe from this

Re: alpha compile failure (srm_printk)

2007-06-06 Thread Meelis Roos
> > While trying make boot bootimage with 2.6.22-rc3 + todays git, the > > compilation fails with > > > > CC arch/alpha/boot/main.o > > arch/alpha/boot/main.c: In function 'load':arch/alpha/boot/main.c:135: > > warning: passing argument 3 of 'callback_read' makes pointer from integer >

Re: alpha compile failure (srm_printk)

2007-06-06 Thread Andrew Morton
On Mon, 4 Jun 2007 14:21:25 +0300 (EEST) Meelis Roos <[EMAIL PROTECTED]> wrote: > While trying make boot bootimage with 2.6.22-rc3 + todays git, the > compilation fails with > > CC arch/alpha/boot/main.o > arch/alpha/boot/main.c: In function 'load':arch/alpha/boot/main.c:135: > warning:

Re: alpha compile failure (srm_printk)

2007-06-06 Thread Andrew Morton
On Mon, 4 Jun 2007 14:21:25 +0300 (EEST) Meelis Roos [EMAIL PROTECTED] wrote: While trying make boot bootimage with 2.6.22-rc3 + todays git, the compilation fails with CC arch/alpha/boot/main.o arch/alpha/boot/main.c: In function 'load':arch/alpha/boot/main.c:135: warning: passing

Re: alpha compile failure (srm_printk)

2007-06-06 Thread Meelis Roos
While trying make boot bootimage with 2.6.22-rc3 + todays git, the compilation fails with CC arch/alpha/boot/main.o arch/alpha/boot/main.c: In function 'load':arch/alpha/boot/main.c:135: warning: passing argument 3 of 'callback_read' makes pointer from integer without a