linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Build regressions/improvements in v3.11-rc2
       [not found] <alpine.DEB.2.02.1307232209510.32497@ayla.of.borg>
@ 2013-07-23 20:20 ` Geert Uytterhoeven
  2013-07-27 13:29   ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2013-07-23 20:20 UTC (permalink / raw)
  To: Linux Kernel Development; +Cc: Andrew Veliath, linux-kbuild, linux-sh

On Tue, 23 Jul 2013, Geert Uytterhoeven wrote:
> JFYI, when comparing v3.11-rc2 to v3.11-rc1[3], the summaries are:
>   - build errors: +9/-23

Ignoring a few new R_PPC64_REL24 truncated relocations, we have:

  + error: No rule to make target /etc/sound/msndinit.bin:  => N/A
  + error: No rule to make target /etc/sound/msndperm.bin:  => N/A
  + error: No rule to make target /etc/sound/pndsperm.bin:  => N/A
  + error: No rule to make target /etc/sound/pndspini.bin:  => N/A

i386-randconfig, due to an OSS sound issue:

make[3]: *** No rule to make target `/etc/sound/msndperm.bin', needed by `sound/oss/msndperm.c'.
make[3]: *** No rule to make target `/etc/sound/msndinit.bin', needed by `sound/oss/msndinit.c'.
make[3]: *** No rule to make target `/etc/sound/pndsperm.bin', needed by `sound/oss/pndsperm.c'.
make[3]: *** No rule to make target `/etc/sound/pndspini.bin', needed by `sound/oss/pndspini.c'.

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

powerpc-randconfig, due to a kconfig issue:

Expose SCOM controllers via debugfs (SCOM_DEBUGFS) [N/y] (NEW) aborted!
Console input/output is redirected. Run 'make oldconfig' to update configuration
.
make[3]: *** [silentoldconfig] Error 1

  + error: sh_mobile_sdhi.c: undefined reference to `shdma_chan_filter':  => .text+0x124658)

sh-randconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/6461/ (all 120 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/6435/ (all 120 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] 3+ messages in thread

* Re: Build regressions/improvements in v3.11-rc2
  2013-07-23 20:20 ` Build regressions/improvements in v3.11-rc2 Geert Uytterhoeven
@ 2013-07-27 13:29   ` Yann E. MORIN
  2013-08-18  8:32     ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2013-07-27 13:29 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linux Kernel Development, Andrew Veliath, linux-kbuild, linux-sh

Geert, All,

Sorry to chime in a bit late...

On 2013-07-23 22:20 +0200, Geert Uytterhoeven spake thusly:
> On Tue, 23 Jul 2013, Geert Uytterhoeven wrote:
> > JFYI, when comparing v3.11-rc2 to v3.11-rc1[3], the summaries are:
> >   - build errors: +9/-23
[--SNIP--]
> powerpc-randconfig, due to a kconfig issue:
> 
> Expose SCOM controllers via debugfs (SCOM_DEBUGFS) [N/y] (NEW) aborted!
> Console input/output is redirected. Run 'make oldconfig' to update configuration
> .
> make[3]: *** [silentoldconfig] Error 1

Can you give me instructions on how to reproduce this error?

randconfig now should print the RNF seed, so that's d be nice to have to
reproduce the error. Also, having the problematic changeset would be
nice.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* Re: Build regressions/improvements in v3.11-rc2
  2013-07-27 13:29   ` Yann E. MORIN
@ 2013-08-18  8:32     ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2013-08-18  8:32 UTC (permalink / raw)
  To: Yann E. MORIN
  Cc: Linux Kernel Development, Andrew Veliath, linux-kbuild,
	Linux-sh list

On Sat, Jul 27, 2013 at 3:29 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Sorry to chime in a bit late...
>
> On 2013-07-23 22:20 +0200, Geert Uytterhoeven spake thusly:
>> On Tue, 23 Jul 2013, Geert Uytterhoeven wrote:
>> > JFYI, when comparing v3.11-rc2 to v3.11-rc1[3], the summaries are:
>> >   - build errors: +9/-23
> [--SNIP--]
>> powerpc-randconfig, due to a kconfig issue:
>>
>> Expose SCOM controllers via debugfs (SCOM_DEBUGFS) [N/y] (NEW) aborted!
>> Console input/output is redirected. Run 'make oldconfig' to update configuration
>> .
>> make[3]: *** [silentoldconfig] Error 1
>
> Can you give me instructions on how to reproduce this error?
>
> randconfig now should print the RNF seed, so that's d be nice to have to
> reproduce the error. Also, having the problematic changeset would be
> nice.

http://kisskb.ellerman.id.au/kisskb/buildresult/9148716/

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] 3+ messages in thread

end of thread, other threads:[~2013-08-18  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alpine.DEB.2.02.1307232209510.32497@ayla.of.borg>
2013-07-23 20:20 ` Build regressions/improvements in v3.11-rc2 Geert Uytterhoeven
2013-07-27 13:29   ` Yann E. MORIN
2013-08-18  8:32     ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).