All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig
@ 2011-09-22 13:17 Axel Lin
  2011-09-23  3:02 ` Wan ZongShun
  2011-09-23  9:52 ` Stephen Rothwell
  0 siblings, 2 replies; 5+ messages in thread
From: Axel Lin @ 2011-09-22 13:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: Russell King, Arnd Bergmann, Wan ZongShun

I got below error with today's linux-next tree (next-20110922).

$ make menuconfig
scripts/kconfig/mconf Kconfig
arch/arm/Kconfig:972: can't open file "arch/arm/mach-nuc93x/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2

Regards,
Axel


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

* Re: [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig
  2011-09-22 13:17 [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig Axel Lin
@ 2011-09-23  3:02 ` Wan ZongShun
  2011-09-23  9:53   ` Axel Lin
  2011-09-23  9:52 ` Stephen Rothwell
  1 sibling, 1 reply; 5+ messages in thread
From: Wan ZongShun @ 2011-09-23  3:02 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Russell King, Arnd Bergmann

2011/9/22 Axel Lin <axel.lin@gmail.com>:
> I got below error with today's linux-next tree (next-20110922).
>
> $ make menuconfig
> scripts/kconfig/mconf Kconfig
> arch/arm/Kconfig:972: can't open file "arch/arm/mach-nuc93x/Kconfig"
> make[1]: *** [menuconfig] Error 1
> make: *** [menuconfig] Error 2
>

I I remembered that mach-nuc93x has been removed from Linux mainline, right?

So maybe it reasons from the git merge issue.

> Regards,
> Axel
>
>



-- 
Wan ZongShun.
www.mcuos.com

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

* Re: [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig
  2011-09-22 13:17 [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig Axel Lin
  2011-09-23  3:02 ` Wan ZongShun
@ 2011-09-23  9:52 ` Stephen Rothwell
  2011-09-23 10:04   ` Stephen Rothwell
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2011-09-23  9:52 UTC (permalink / raw)
  To: Axel Lin
  Cc: linux-kernel, Russell King, Arnd Bergmann, Wan ZongShun, Nicolas Pitre

[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]

Hi Axel,

On Thu, 22 Sep 2011 21:17:53 +0800 Axel Lin <axel.lin@gmail.com> wrote:
>
> I got below error with today's linux-next tree (next-20110922).
> 
> $ make menuconfig
> scripts/kconfig/mconf Kconfig
> arch/arm/Kconfig:972: can't open file "arch/arm/mach-nuc93x/Kconfig"
> make[1]: *** [menuconfig] Error 1
> make: *** [menuconfig] Error 2

This commit appeared in next-20110922:

commit 6adc1e7ff19d9befdbb7781b26fff42bb0bc21e2
Author: Nicolas Pitre <nicolas.pitre@linaro.org>
Date:   Wed Aug 3 15:50:38 2011 +0100

    ARM: mach-nuc93x: delete
    
    This architecture received only generic maintenance since December 2009
    when it was originally submitted, and no actual additional support since
    then.  It has no defconfig entry either, meaning that it was never built
    by the ARM KAutobuild.  Incidentally it currently doesn't build either
    when CONFIG_MACH_NUC932EVB is selected which is the only possible config
    choice.
    
    This is therefore dead code and should be removed.  If someone wants to
    revive this code, it could be retrieved from the Git repository, and
    ideally be merged in mach-w90x900/ instead.
    
    Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
    Cc: Wan ZongShun <mcuos.com@gmail.com>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig
  2011-09-23  3:02 ` Wan ZongShun
@ 2011-09-23  9:53   ` Axel Lin
  0 siblings, 0 replies; 5+ messages in thread
From: Axel Lin @ 2011-09-23  9:53 UTC (permalink / raw)
  To: Wan ZongShun; +Cc: linux-kernel, Russell King, Arnd Bergmann

2011/9/23 Wan ZongShun <mcuos.com@gmail.com>:
> 2011/9/22 Axel Lin <axel.lin@gmail.com>:
>> I got below error with today's linux-next tree (next-20110922).
>>
>> $ make menuconfig
>> scripts/kconfig/mconf Kconfig
>> arch/arm/Kconfig:972: can't open file "arch/arm/mach-nuc93x/Kconfig"
>> make[1]: *** [menuconfig] Error 1
>> make: *** [menuconfig] Error 2
>>
>
> I I remembered that mach-nuc93x has been removed from Linux mainline, right?
>
> So maybe it reasons from the git merge issue.

It's fixed in today's linux-next tree  ( next-20110923 ).
Thanks,
Axel

>
>> Regards,
>> Axel
>>
>>
>
>
>
> --
> Wan ZongShun.
> www.mcuos.com
>

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

* Re: [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig
  2011-09-23  9:52 ` Stephen Rothwell
@ 2011-09-23 10:04   ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2011-09-23 10:04 UTC (permalink / raw)
  To: Axel Lin
  Cc: linux-kernel, Russell King, Arnd Bergmann, Wan ZongShun, Nicolas Pitre

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

Hi Axel,

On Fri, 23 Sep 2011 19:52:36 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Thu, 22 Sep 2011 21:17:53 +0800 Axel Lin <axel.lin@gmail.com> wrote:
> >
> > I got below error with today's linux-next tree (next-20110922).
> > 
> > $ make menuconfig
> > scripts/kconfig/mconf Kconfig
> > arch/arm/Kconfig:972: can't open file "arch/arm/mach-nuc93x/Kconfig"
> > make[1]: *** [menuconfig] Error 1
> > make: *** [menuconfig] Error 2
> 
> This commit appeared in next-20110922:
> 
> commit 6adc1e7ff19d9befdbb7781b26fff42bb0bc21e2
> Author: Nicolas Pitre <nicolas.pitre@linaro.org>
> Date:   Wed Aug 3 15:50:38 2011 +0100
> 
>     ARM: mach-nuc93x: delete

And today a new verison was committed that removes the include of
arch/arm/mach-nuc93x/Kconfig, so it should be fixed in next-20110923.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2011-09-23 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22 13:17 [linux-next next-20110922] build failure due to missing arch/arm/mach-nuc93x/Kconfig Axel Lin
2011-09-23  3:02 ` Wan ZongShun
2011-09-23  9:53   ` Axel Lin
2011-09-23  9:52 ` Stephen Rothwell
2011-09-23 10:04   ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.