linux-um archives
 help / color / mirror / Atom feed
* Re: Build regressions/improvements in v3.18-rc4
       [not found] <1415785566-12758-1-git-send-email-geert@linux-m68k.org>
@ 2014-11-12  9:48 ` Geert Uytterhoeven
  2014-11-12 10:19   ` [uml-devel] " Richard Weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-11-12  9:48 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org; +Cc: uml-devel

On Wed, Nov 12, 2014 at 10:46 AM, Geert Uytterhoeven
<geert@linux-m68k.org> 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 -- geert@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [uml-devel] Build regressions/improvements in v3.18-rc4
  2014-11-12  9:48 ` Build regressions/improvements in v3.18-rc4 Geert Uytterhoeven
@ 2014-11-12 10:19   ` Richard Weinberger
  2014-11-12 10:22     ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Weinberger @ 2014-11-12 10:19 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-kernel@vger.kernel.org, uml-devel

Geert,

On Wed, Nov 12, 2014 at 10:48 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Wed, Nov 12, 2014 at 10:46 AM, Geert Uytterhoeven
> <geert@linux-m68k.org> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [uml-devel] Build regressions/improvements in v3.18-rc4
  2014-11-12 10:19   ` [uml-devel] " Richard Weinberger
@ 2014-11-12 10:22     ` Geert Uytterhoeven
  2014-11-12 10:25       ` Richard Weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-11-12 10:22 UTC (permalink / raw)
  To: Richard Weinberger
  Cc: linux-kernel@vger.kernel.org, uml-devel, Stephen Rothwell,
	Michael Ellerman

On Wed, Nov 12, 2014 at 11:19 AM, Richard Weinberger
<richard.weinberger@gmail.com> 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 -- geert@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [uml-devel] Build regressions/improvements in v3.18-rc4
  2014-11-12 10:22     ` Geert Uytterhoeven
@ 2014-11-12 10:25       ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2014-11-12 10:25 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-kernel@vger.kernel.org, uml-devel, Stephen Rothwell,
	Michael Ellerman

Am 12.11.2014 um 11:22 schrieb Geert Uytterhoeven:
> On Wed, Nov 12, 2014 at 11:19 AM, Richard Weinberger
> <richard.weinberger@gmail.com> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-12 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1415785566-12758-1-git-send-email-geert@linux-m68k.org>
2014-11-12  9:48 ` Build regressions/improvements in v3.18-rc4 Geert Uytterhoeven
2014-11-12 10:19   ` [uml-devel] " Richard Weinberger
2014-11-12 10:22     ` Geert Uytterhoeven
2014-11-12 10:25       ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox