linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Makefile:541: arch/avr32/Makefile: No such file or directory
@ 2017-05-14  0:05 kbuild test robot
  2017-05-14  0:10 ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: kbuild test robot @ 2017-05-14  0:05 UTC (permalink / raw)
  To: Hans-Christian Noren Egtvedt
  Cc: kbuild-all, linux-kernel, Håvard Skinnemoen, Nicolas Ferre

Hi Hans-Christian,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   2ea659a9ef488125eb46da6eb571de5eae5c43f6
commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support for AVR32 architecture
date:   13 days ago
config: avr32-atngw100_defconfig
compiler: avr-gcc (GCC) 4.9.2
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  atngw100_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]: *** [atngw100_defconfig] Error 1
   make[1]: *** [atngw100_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

9319f4539 Masahiro Yamada 2014-04-09  525  
9319f4539 Masahiro Yamada 2014-04-09  526  __build_one_by_one:
9319f4539 Masahiro Yamada 2014-04-09  527  	$(Q)set -e; \
9319f4539 Masahiro Yamada 2014-04-09  528  	for i in $(MAKECMDGOALS); do \
9319f4539 Masahiro Yamada 2014-04-09  529  		$(MAKE) -f $(srctree)/Makefile $$i; \
9319f4539 Masahiro Yamada 2014-04-09  530  	done
^1da177e4 Linus Torvalds  2005-04-16  531  
^1da177e4 Linus Torvalds  2005-04-16  532  else
^1da177e4 Linus Torvalds  2005-04-16  533  ifeq ($(config-targets),1)
^1da177e4 Linus Torvalds  2005-04-16  534  # ===========================================================================
^1da177e4 Linus Torvalds  2005-04-16  535  # *config targets only - make sure prerequisites are updated, and descend
^1da177e4 Linus Torvalds  2005-04-16  536  # in scripts/kconfig to make the *config target
^1da177e4 Linus Torvalds  2005-04-16  537  
^1da177e4 Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
^1da177e4 Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point out an alternative default configuration
^1da177e4 Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
a436bb7b8 Masahiro Yamada 2015-03-27 @541  include arch/$(SRCARCH)/Makefile
61bee2044 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG KBUILD_KCONFIG
^1da177e4 Linus Torvalds  2005-04-16  543  
31110ebbe Sam Ravnborg    2008-12-13  544  config: scripts_basic outputmakefile FORCE
31110ebbe Sam Ravnborg    2008-12-13  545  	$(Q)$(MAKE) $(build)=scripts/kconfig $@
31110ebbe Sam Ravnborg    2008-12-13  546  
31110ebbe Sam Ravnborg    2008-12-13  547  %config: scripts_basic outputmakefile FORCE
^1da177e4 Linus Torvalds  2005-04-16  548  	$(Q)$(MAKE) $(build)=scripts/kconfig $@
^1da177e4 Linus Torvalds  2005-04-16  549  

:::::: 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

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

* Re: Makefile:541: arch/avr32/Makefile: No such file or directory
  2017-05-14  0:05 Makefile:541: arch/avr32/Makefile: No such file or directory kbuild test robot
@ 2017-05-14  0:10 ` Randy Dunlap
  2017-05-15  1:20   ` [kbuild-all] " Li, Philip
  2017-05-16  2:08   ` Fengguang Wu
  0 siblings, 2 replies; 7+ messages in thread
From: Randy Dunlap @ 2017-05-14  0:10 UTC (permalink / raw)
  To: kbuild test robot, Hans-Christian Noren Egtvedt
  Cc: kbuild-all, linux-kernel, Håvard Skinnemoen, Nicolas Ferre

Hi robby,

Too much automation maybe??

See the commit message:
	avr32: remove support for AVR32
and then the error message...


On 05/13/17 17:05, 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:   2ea659a9ef488125eb46da6eb571de5eae5c43f6
> commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support for AVR32 architecture
> date:   13 days ago
> config: avr32-atngw100_defconfig
> compiler: avr-gcc (GCC) 4.9.2
> 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  atngw100_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]: *** [atngw100_defconfig] Error 1
>    make[1]: *** [atngw100_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
> 
> 9319f4539 Masahiro Yamada 2014-04-09  525  
> 9319f4539 Masahiro Yamada 2014-04-09  526  __build_one_by_one:
> 9319f4539 Masahiro Yamada 2014-04-09  527  	$(Q)set -e; \
> 9319f4539 Masahiro Yamada 2014-04-09  528  	for i in $(MAKECMDGOALS); do \
> 9319f4539 Masahiro Yamada 2014-04-09  529  		$(MAKE) -f $(srctree)/Makefile $$i; \
> 9319f4539 Masahiro Yamada 2014-04-09  530  	done
> ^1da177e4 Linus Torvalds  2005-04-16  531  
> ^1da177e4 Linus Torvalds  2005-04-16  532  else
> ^1da177e4 Linus Torvalds  2005-04-16  533  ifeq ($(config-targets),1)
> ^1da177e4 Linus Torvalds  2005-04-16  534  # ===========================================================================
> ^1da177e4 Linus Torvalds  2005-04-16  535  # *config targets only - make sure prerequisites are updated, and descend
> ^1da177e4 Linus Torvalds  2005-04-16  536  # in scripts/kconfig to make the *config target
> ^1da177e4 Linus Torvalds  2005-04-16  537  
> ^1da177e4 Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
> ^1da177e4 Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point out an alternative default configuration
> ^1da177e4 Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
> a436bb7b8 Masahiro Yamada 2015-03-27 @541  include arch/$(SRCARCH)/Makefile
> 61bee2044 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG KBUILD_KCONFIG
> ^1da177e4 Linus Torvalds  2005-04-16  543  
> 31110ebbe Sam Ravnborg    2008-12-13  544  config: scripts_basic outputmakefile FORCE
> 31110ebbe Sam Ravnborg    2008-12-13  545  	$(Q)$(MAKE) $(build)=scripts/kconfig $@
> 31110ebbe Sam Ravnborg    2008-12-13  546  
> 31110ebbe Sam Ravnborg    2008-12-13  547  %config: scripts_basic outputmakefile FORCE
> ^1da177e4 Linus Torvalds  2005-04-16  548  	$(Q)$(MAKE) $(build)=scripts/kconfig $@
> ^1da177e4 Linus Torvalds  2005-04-16  549  
> 
> :::::: 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

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

* RE: [kbuild-all] Makefile:541: arch/avr32/Makefile: No such file or directory
  2017-05-14  0:10 ` Randy Dunlap
@ 2017-05-15  1:20   ` Li, Philip
  2017-05-16  2:08   ` Fengguang Wu
  1 sibling, 0 replies; 7+ messages in thread
From: Li, Philip @ 2017-05-15  1:20 UTC (permalink / raw)
  To: Randy Dunlap, Wu, Fengguang, Hans-Christian Noren Egtvedt
  Cc: Nicolas Ferre, H?vard Skinnemoen, kbuild-all, linux-kernel

> Hi robby,
> 
> Too much automation maybe??
> 
> See the commit message:
> 	avr32: remove support for AVR32
> and then the error message...
> 
Thanks for input, we had applied patch to remove arv testing, which
will fully take effect this week, sorry for some noises.

> 
> On 05/13/17 17:05, 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:   2ea659a9ef488125eb46da6eb571de5eae5c43f6
> > commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support
> for AVR32 architecture
> > date:   13 days ago
> > config: avr32-atngw100_defconfig
> > compiler: avr-gcc (GCC) 4.9.2
> > 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  atngw100_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]: *** [atngw100_defconfig] Error 1
> >    make[1]: *** [atngw100_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
> >
> > 9319f4539 Masahiro Yamada 2014-04-09  525
> > 9319f4539 Masahiro Yamada 2014-04-09  526  __build_one_by_one:
> > 9319f4539 Masahiro Yamada 2014-04-09  527  	$(Q)set -e; \
> > 9319f4539 Masahiro Yamada 2014-04-09  528  	for i in
> $(MAKECMDGOALS); do \
> > 9319f4539 Masahiro Yamada 2014-04-09  529  		$(MAKE) -f
> $(srctree)/Makefile $$i; \
> > 9319f4539 Masahiro Yamada 2014-04-09  530  	done
> > ^1da177e4 Linus Torvalds  2005-04-16  531
> > ^1da177e4 Linus Torvalds  2005-04-16  532  else
> > ^1da177e4 Linus Torvalds  2005-04-16  533  ifeq ($(config-targets),1)
> > ^1da177e4 Linus Torvalds  2005-04-16  534  #
> =============================================================
> ==============
> > ^1da177e4 Linus Torvalds  2005-04-16  535  # *config targets only - make sure
> prerequisites are updated, and descend
> > ^1da177e4 Linus Torvalds  2005-04-16  536  # in scripts/kconfig to make the
> *config target
> > ^1da177e4 Linus Torvalds  2005-04-16  537
> > ^1da177e4 Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to
> set KBUILD_DEFCONFIG as needed.
> > ^1da177e4 Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point
> out an alternative default configuration
> > ^1da177e4 Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
> > a436bb7b8 Masahiro Yamada 2015-03-27 @541  include
> arch/$(SRCARCH)/Makefile
> > 61bee2044 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG
> KBUILD_KCONFIG
> > ^1da177e4 Linus Torvalds  2005-04-16  543
> > 31110ebbe Sam Ravnborg    2008-12-13  544  config: scripts_basic
> outputmakefile FORCE
> > 31110ebbe Sam Ravnborg    2008-12-13  545  	$(Q)$(MAKE)
> $(build)=scripts/kconfig $@
> > 31110ebbe Sam Ravnborg    2008-12-13  546
> > 31110ebbe Sam Ravnborg    2008-12-13  547  %config: scripts_basic
> outputmakefile FORCE
> > ^1da177e4 Linus Torvalds  2005-04-16  548  	$(Q)$(MAKE)
> $(build)=scripts/kconfig $@
> > ^1da177e4 Linus Torvalds  2005-04-16  549
> >
> > :::::: 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
> _______________________________________________
> kbuild-all mailing list
> kbuild-all@lists.01.org
> https://lists.01.org/mailman/listinfo/kbuild-all

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

* Re: Makefile:541: arch/avr32/Makefile: No such file or directory
  2017-05-14  0:10 ` Randy Dunlap
  2017-05-15  1:20   ` [kbuild-all] " Li, Philip
@ 2017-05-16  2:08   ` Fengguang Wu
  1 sibling, 0 replies; 7+ messages in thread
From: Fengguang Wu @ 2017-05-16  2:08 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Hans-Christian Noren Egtvedt, kbuild-all, linux-kernel,
	Håvard Skinnemoen, Nicolas Ferre, Philip Li

On Sat, May 13, 2017 at 05:10:18PM -0700, Randy Dunlap wrote:
>Hi robby,
>
>Too much automation maybe??

Yeah sorry for the noises!

>See the commit message:
>	avr32: remove support for AVR32
>and then the error message...
>
>
>On 05/13/17 17:05, kbuild test robot wrote:

The 2 patches to remove avr32 testing were applied on May 02 and 10
respectively. However I just find one more place that has avr32
testing enabled. It's a good lesson how human memory cannot be as
reliable as tools like "git grep" and "git ls-files".

Regards,
Fengguang

>> Hi Hans-Christian,
>>
>> FYI, the error/warning still remains.
>>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   2ea659a9ef488125eb46da6eb571de5eae5c43f6
>> commit: 26202873bb51fafdaa51be3e8de7aab9beb49f70 avr32: remove support for AVR32 architecture
>> date:   13 days ago
>> config: avr32-atngw100_defconfig
>> compiler: avr-gcc (GCC) 4.9.2
>> 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  atngw100_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]: *** [atngw100_defconfig] Error 1
>>    make[1]: *** [atngw100_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
>>
>> 9319f4539 Masahiro Yamada 2014-04-09  525
>> 9319f4539 Masahiro Yamada 2014-04-09  526  __build_one_by_one:
>> 9319f4539 Masahiro Yamada 2014-04-09  527  	$(Q)set -e; \
>> 9319f4539 Masahiro Yamada 2014-04-09  528  	for i in $(MAKECMDGOALS); do \
>> 9319f4539 Masahiro Yamada 2014-04-09  529  		$(MAKE) -f $(srctree)/Makefile $$i; \
>> 9319f4539 Masahiro Yamada 2014-04-09  530  	done
>> ^1da177e4 Linus Torvalds  2005-04-16  531
>> ^1da177e4 Linus Torvalds  2005-04-16  532  else
>> ^1da177e4 Linus Torvalds  2005-04-16  533  ifeq ($(config-targets),1)
>> ^1da177e4 Linus Torvalds  2005-04-16  534  # ===========================================================================
>> ^1da177e4 Linus Torvalds  2005-04-16  535  # *config targets only - make sure prerequisites are updated, and descend
>> ^1da177e4 Linus Torvalds  2005-04-16  536  # in scripts/kconfig to make the *config target
>> ^1da177e4 Linus Torvalds  2005-04-16  537
>> ^1da177e4 Linus Torvalds  2005-04-16  538  # Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
>> ^1da177e4 Linus Torvalds  2005-04-16  539  # KBUILD_DEFCONFIG may point out an alternative default configuration
>> ^1da177e4 Linus Torvalds  2005-04-16  540  # used for 'make defconfig'
>> a436bb7b8 Masahiro Yamada 2015-03-27 @541  include arch/$(SRCARCH)/Makefile
>> 61bee2044 Al Viro         2008-08-25  542  export KBUILD_DEFCONFIG KBUILD_KCONFIG
>> ^1da177e4 Linus Torvalds  2005-04-16  543
>> 31110ebbe Sam Ravnborg    2008-12-13  544  config: scripts_basic outputmakefile FORCE
>> 31110ebbe Sam Ravnborg    2008-12-13  545  	$(Q)$(MAKE) $(build)=scripts/kconfig $@
>> 31110ebbe Sam Ravnborg    2008-12-13  546
>> 31110ebbe Sam Ravnborg    2008-12-13  547  %config: scripts_basic outputmakefile FORCE
>> ^1da177e4 Linus Torvalds  2005-04-16  548  	$(Q)$(MAKE) $(build)=scripts/kconfig $@
>> ^1da177e4 Linus Torvalds  2005-04-16  549
>>
>> :::::: 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

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

* Re: Makefile:541: arch/avr32/Makefile: No such file or directory
  2017-07-20 23:22 ` Randy Dunlap
@ 2017-07-21  2:21   ` Fengguang Wu
  0 siblings, 0 replies; 7+ messages in thread
From: Fengguang Wu @ 2017-07-21  2:21 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Hans-Christian Noren Egtvedt, kbuild-all, linux-kernel,
	Håvard Skinnemoen, Nicolas Ferre

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

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

* Re: Makefile:541: arch/avr32/Makefile: No such file or directory
  2017-07-20 23:18 kbuild test robot
@ 2017-07-20 23:22 ` Randy Dunlap
  2017-07-21  2:21   ` Fengguang Wu
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2017-07-20 23:22 UTC (permalink / raw)
  To: kbuild test robot, Hans-Christian Noren Egtvedt
  Cc: kbuild-all, linux-kernel, Håvard Skinnemoen, Nicolas Ferre

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

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

* Makefile:541: arch/avr32/Makefile: No such file or directory
@ 2017-07-20 23:18 kbuild test robot
  2017-07-20 23:22 ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: kbuild test robot @ 2017-07-20 23:18 UTC (permalink / raw)
  To: Hans-Christian Noren Egtvedt
  Cc: kbuild-all, linux-kernel, Håvard Skinnemoen, Nicolas Ferre

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

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

end of thread, other threads:[~2017-07-21  2:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-14  0:05 Makefile:541: arch/avr32/Makefile: No such file or directory kbuild test robot
2017-05-14  0:10 ` Randy Dunlap
2017-05-15  1:20   ` [kbuild-all] " Li, Philip
2017-05-16  2:08   ` Fengguang Wu
2017-07-20 23:18 kbuild test robot
2017-07-20 23:22 ` Randy Dunlap
2017-07-21  2:21   ` Fengguang Wu

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).