Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1693288 > unrolled thread

Makefile:541: arch/avr32/Makefile: No such file or directory

Started bykbuild test robot <fengguang.wu@intel.com>
First post2017-07-21 01:20 +0200
Last post2017-07-21 04:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  Makefile:541: arch/avr32/Makefile: No such file or directory kbuild test robot <fengguang.wu@intel.com> - 2017-07-21 01:20 +0200
    Re: Makefile:541: arch/avr32/Makefile: No such file or directory Randy Dunlap <rdunlap@infradead.org> - 2017-07-21 01:30 +0200
      Re: Makefile:541: arch/avr32/Makefile: No such file or directory Fengguang Wu <fengguang.wu@intel.com> - 2017-07-21 04:30 +0200

#1693288 — Makefile:541: arch/avr32/Makefile: No such file or directory

Fromkbuild test robot <fengguang.wu@intel.com>
Date2017-07-21 01:20 +0200
SubjectMakefile:541: arch/avr32/Makefile: No such file or directory
Message-ID<u5sTD-5vL-1@gated-at.bofh.it>
Hi Hans-Christian,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   beaec533fc2701a28a4d667f67c9f59c6e4e0d13
commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support for AVR32 architecture
date:   3 months ago
config: avr32-atngw100mkii_defconfig
compiler: avr32-linux-gcc (GCC) 4.2.4-atmel.1.1.3.avr32linux.1
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 26202873bb51fafdaa51be3e8de7aab9beb49f70
        make.cross ARCH=avr32  atngw100mkii_defconfig
        make.cross ARCH=avr32 

All errors (new ones prefixed by >>):

>> Makefile:541: arch/avr32/Makefile: No such file or directory
>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
   make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
   make[2]: *** [atngw100mkii_defconfig] Error 1
   make[1]: *** [atngw100mkii_defconfig] Error 2
   make: *** [sub-make] Error 2
--
   Makefile:630: arch/avr32/Makefile: No such file or directory
>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
   make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
   make: *** [sub-make] Error 2
--
>> Makefile:541: arch/avr32/Makefile: No such file or directory
>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
   make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
   make[2]: *** [oldconfig] Error 1
   make[1]: *** [oldconfig] Error 2
   make: *** [sub-make] Error 2
--
>> Makefile:541: arch/avr32/Makefile: No such file or directory
>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
   make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
   make[2]: *** [olddefconfig] Error 1
   make[2]: Target 'oldnoconfig' not remade because of errors.
   make[1]: *** [oldnoconfig] Error 2
   make: *** [sub-make] Error 2

vim +541 Makefile

^1da177e Linus Torvalds  2005-04-16  537  
^1da177e Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
^1da177e Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point out an alternative default configuration
^1da177e Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
a436bb7b Masahiro Yamada 2015-03-27 @541  include arch/$(SRCARCH)/Makefile
61bee204 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG KBUILD_KCONFIG
^1da177e Linus Torvalds  2005-04-16  543  

:::::: The code at line 541 was first introduced by commit
:::::: a436bb7b806383ae0593cab53d17fc9676270cd3 kbuild: use relative path more to include Makefile

:::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
:::::: CC: Michal Marek <mmarek@suse.cz>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[toc] | [next] | [standalone]


#1693293

FromRandy Dunlap <rdunlap@infradead.org>
Date2017-07-21 01:30 +0200
Message-ID<u5t3j-5yN-11@gated-at.bofh.it>
In reply to#1693288
On 07/20/2017 04:18 PM, kbuild test robot wrote:
> Hi Hans-Christian,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   beaec533fc2701a28a4d667f67c9f59c6e4e0d13
> commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support for AVR32 architecture

Please read above: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> date:   3 months ago
> config: avr32-atngw100mkii_defconfig
> compiler: avr32-linux-gcc (GCC) 4.2.4-atmel.1.1.3.avr32linux.1
> reproduce:
>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 26202873bb51fafdaa51be3e8de7aab9beb49f70
>         make.cross ARCH=avr32  atngw100mkii_defconfig
>         make.cross ARCH=avr32 
> 
> All errors (new ones prefixed by >>):
> 
>>> Makefile:541: arch/avr32/Makefile: No such file or directory
>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>    make[2]: *** [atngw100mkii_defconfig] Error 1
>    make[1]: *** [atngw100mkii_defconfig] Error 2
>    make: *** [sub-make] Error 2
> --
>    Makefile:630: arch/avr32/Makefile: No such file or directory
>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>    make: *** [sub-make] Error 2
> --
>>> Makefile:541: arch/avr32/Makefile: No such file or directory
>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>    make[2]: *** [oldconfig] Error 1
>    make[1]: *** [oldconfig] Error 2
>    make: *** [sub-make] Error 2
> --
>>> Makefile:541: arch/avr32/Makefile: No such file or directory
>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>    make[2]: *** [olddefconfig] Error 1
>    make[2]: Target 'oldnoconfig' not remade because of errors.
>    make[1]: *** [oldnoconfig] Error 2
>    make: *** [sub-make] Error 2
> 
> vim +541 Makefile
> 
> ^1da177e Linus Torvalds  2005-04-16  537  
> ^1da177e Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
> ^1da177e Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point out an alternative default configuration
> ^1da177e Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
> a436bb7b Masahiro Yamada 2015-03-27 @541  include arch/$(SRCARCH)/Makefile
> 61bee204 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG KBUILD_KCONFIG
> ^1da177e Linus Torvalds  2005-04-16  543  
> 
> :::::: The code at line 541 was first introduced by commit
> :::::: a436bb7b806383ae0593cab53d17fc9676270cd3 kbuild: use relative path more to include Makefile
> 
> :::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
> :::::: CC: Michal Marek <mmarek@suse.cz>
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 


-- 
~Randy

[toc] | [prev] | [next] | [standalone]


#1693345

FromFengguang Wu <fengguang.wu@intel.com>
Date2017-07-21 04:30 +0200
Message-ID<u5vRv-7kg-5@gated-at.bofh.it>
In reply to#1693293
Hi Dunlap and Hans,

On Thu, Jul 20, 2017 at 04:22:47PM -0700, Randy Dunlap wrote:
>On 07/20/2017 04:18 PM, kbuild test robot wrote:
>> Hi Hans-Christian,
>>
>> FYI, the error/warning still remains.
>>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   beaec533fc2701a28a4d667f67c9f59c6e4e0d13
>> commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support for AVR32 architecture
>
>Please read above: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Ah yes, it looks 0day robot may still pick up obsolete avr32 testing
from old data or git trees based on old kernel releases. I'll add
explicit code to prevent that. Sorry for the noise!

Thanks,
Fengguang

>> date:   3 months ago
>> config: avr32-atngw100mkii_defconfig
>> compiler: avr32-linux-gcc (GCC) 4.2.4-atmel.1.1.3.avr32linux.1
>> reproduce:
>>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>>         chmod +x ~/bin/make.cross
>>         git checkout 26202873bb51fafdaa51be3e8de7aab9beb49f70
>>         make.cross ARCH=avr32  atngw100mkii_defconfig
>>         make.cross ARCH=avr32
>>
>> All errors (new ones prefixed by >>):
>>
>>>> Makefile:541: arch/avr32/Makefile: No such file or directory
>>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>>    make[2]: *** [atngw100mkii_defconfig] Error 1
>>    make[1]: *** [atngw100mkii_defconfig] Error 2
>>    make: *** [sub-make] Error 2
>> --
>>    Makefile:630: arch/avr32/Makefile: No such file or directory
>>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>>    make: *** [sub-make] Error 2
>> --
>>>> Makefile:541: arch/avr32/Makefile: No such file or directory
>>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>>    make[2]: *** [oldconfig] Error 1
>>    make[1]: *** [oldconfig] Error 2
>>    make: *** [sub-make] Error 2
>> --
>>>> Makefile:541: arch/avr32/Makefile: No such file or directory
>>>> make[1]: *** No rule to make target 'arch/avr32/Makefile'.
>>    make[1]: Failed to remake makefile 'arch/avr32/Makefile'.
>>    make[2]: *** [olddefconfig] Error 1
>>    make[2]: Target 'oldnoconfig' not remade because of errors.
>>    make[1]: *** [oldnoconfig] Error 2
>>    make: *** [sub-make] Error 2
>>
>> vim +541 Makefile
>>
>> ^1da177e Linus Torvalds  2005-04-16  537
>> ^1da177e Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
>> ^1da177e Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point out an alternative default configuration
>> ^1da177e Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
>> a436bb7b Masahiro Yamada 2015-03-27 @541  include arch/$(SRCARCH)/Makefile
>> 61bee204 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG KBUILD_KCONFIG
>> ^1da177e Linus Torvalds  2005-04-16  543
>>
>> :::::: The code at line 541 was first introduced by commit
>> :::::: a436bb7b806383ae0593cab53d17fc9676270cd3 kbuild: use relative path more to include Makefile
>>
>> :::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
>> :::::: CC: Michal Marek <mmarek@suse.cz>
>>
>> ---
>> 0-DAY kernel test infrastructure                Open Source Technology Center
>> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
>>
>
>
>-- 
>~Randy

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web