Re: [uml-devel] Build regressions/improvements in v3.18-rc4

2014-11-12 Thread Geert Uytterhoeven
On Wed, Nov 12, 2014 at 10:46 AM, Geert Uytterhoeven
 wrote:
> JFYI, when comparing v3.18-rc4[1]  to v3.18-rc3[3], the summaries are:
>   - build errors: +5/-6

  + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: 'AT_FDCWD'
undeclared (first use in this function):  => 378
  + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: (Each
undeclared identifier is reported only once:  => 378
  + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: for each
function it appears in.):  => 378

um-defconfig

  + error: No rule to make target /etc/sound/dsp001.ld:  => N/A

i386-randconfig

  + error: No rule to make target include/config/auto.conf:  => N/A

powerpc-randconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/8061/ (120 out of 119 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/8044/ (120 out of 119 configs)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
___
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


Re: [uml-devel] Build regressions/improvements in v3.18-rc4

2014-11-12 Thread Richard Weinberger
Geert,

On Wed, Nov 12, 2014 at 10:48 AM, Geert Uytterhoeven
 wrote:
> On Wed, Nov 12, 2014 at 10:46 AM, Geert Uytterhoeven
>  wrote:
>> JFYI, when comparing v3.18-rc4[1]  to v3.18-rc3[3], the summaries are:
>>   - build errors: +5/-6
>
>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: 'AT_FDCWD'
> undeclared (first use in this function):  => 378
>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: (Each
> undeclared identifier is reported only once:  => 378
>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: for each
> function it appears in.):  => 378

I've never seen this failure.
Both 3.18-rc3/4 x86_64/i386 build fine here.

What toolchain are you using?
It looks like AT_FDCWD is missing on your host side.

-- 
Thanks,
//richard

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
___
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


Re: [uml-devel] Build regressions/improvements in v3.18-rc4

2014-11-12 Thread Geert Uytterhoeven
On Wed, Nov 12, 2014 at 11:19 AM, Richard Weinberger
 wrote:
>>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: 'AT_FDCWD'
>> undeclared (first use in this function):  => 378
>>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: (Each
>> undeclared identifier is reported only once:  => 378
>>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: for each
>> function it appears in.):  => 378
>
> I've never seen this failure.
> Both 3.18-rc3/4 x86_64/i386 build fine here.
>
> What toolchain are you using?
> It looks like AT_FDCWD is missing on your host side.

There's obviously more wrong with the host side:
http://kisskb.ellerman.id.au/kisskb/buildresult/12305953/

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
___
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


Re: [uml-devel] Build regressions/improvements in v3.18-rc4

2014-11-12 Thread Richard Weinberger
Am 12.11.2014 um 11:22 schrieb Geert Uytterhoeven:
> On Wed, Nov 12, 2014 at 11:19 AM, Richard Weinberger
>  wrote:
>>>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: 'AT_FDCWD'
>>> undeclared (first use in this function):  => 378
>>>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: (Each
>>> undeclared identifier is reported only once:  => 378
>>>   + /home/kisskb/slave/src/fs/hostfs/hostfs_user.c: error: for each
>>> function it appears in.):  => 378
>>
>> I've never seen this failure.
>> Both 3.18-rc3/4 x86_64/i386 build fine here.
>>
>> What toolchain are you using?
>> It looks like AT_FDCWD is missing on your host side.
> 
> There's obviously more wrong with the host side:
> http://kisskb.ellerman.id.au/kisskb/buildresult/12305953/

Hmm, I bet this is a x86 cross-toolchain with horrible
outdated linux-headers.

Thanks,
//richard

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
___
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel