All of lore.kernel.org
 help / color / mirror / Atom feed
* [kbuild:kbuild 4/12] Makefile:1820: target 'arch/m68k' given more than once in the same rule
@ 2021-05-24  6:15 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-24  6:15 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: kbuild-all, linux-kbuild

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild
head:   368480b21916e1d853e321b7aecd7e65fef2521e
commit: 7d9677835b10b5de9cc4d70a768b2ba18b219f17 [4/12] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?id=7d9677835b10b5de9cc4d70a768b2ba18b219f17
        git remote add kbuild https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
        git fetch --no-tags kbuild kbuild
        git checkout 7d9677835b10b5de9cc4d70a768b2ba18b219f17
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule


vim +1820 Makefile

b480fec988b051 Masahiro Yamada 2020-05-22  1812  
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1813  # Handle descending into subdirectories listed in $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1814  # Preset locale variables to speed up the build process. Limit locale
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1815  # tweaks to this spot to avoid wrong language settings when running
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1816  # make menuconfig etc.
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1817  # Error messages still appears in the original language
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1818  PHONY += descend $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1819  descend: $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11 @1820  $(build-dirs): prepare
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1821  	$(Q)$(MAKE) $(build)=$@ \
20b1be59528295 Masahiro Yamada 2020-07-08  1822  	single-build=$(if $(filter-out $@/, $(filter $@/%, $(KBUILD_SINGLE_TARGETS))),1) \
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1823  	need-builtin=1 need-modorder=1
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1824  

:::::: The code at line 1820 was first introduced by commit
:::::: c99f3918cf0a64b99ac145591c7984891c64baa4 kbuild: unify vmlinux-dirs and module-dirs rules

:::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
:::::: CC: Masahiro Yamada <yamada.masahiro@socionext.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 60451 bytes --]

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

* [kbuild:kbuild 4/12] Makefile:1820: target 'arch/m68k' given more than once in the same rule
@ 2021-05-24  6:15 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-24  6:15 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild
head:   368480b21916e1d853e321b7aecd7e65fef2521e
commit: 7d9677835b10b5de9cc4d70a768b2ba18b219f17 [4/12] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?id=7d9677835b10b5de9cc4d70a768b2ba18b219f17
        git remote add kbuild https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
        git fetch --no-tags kbuild kbuild
        git checkout 7d9677835b10b5de9cc4d70a768b2ba18b219f17
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule


vim +1820 Makefile

b480fec988b051 Masahiro Yamada 2020-05-22  1812  
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1813  # Handle descending into subdirectories listed in $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1814  # Preset locale variables to speed up the build process. Limit locale
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1815  # tweaks to this spot to avoid wrong language settings when running
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1816  # make menuconfig etc.
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1817  # Error messages still appears in the original language
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1818  PHONY += descend $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1819  descend: $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11 @1820  $(build-dirs): prepare
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1821  	$(Q)$(MAKE) $(build)=$@ \
20b1be59528295 Masahiro Yamada 2020-07-08  1822  	single-build=$(if $(filter-out $@/, $(filter $@/%, $(KBUILD_SINGLE_TARGETS))),1) \
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1823  	need-builtin=1 need-modorder=1
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1824  

:::::: The code at line 1820 was first introduced by commit
:::::: c99f3918cf0a64b99ac145591c7984891c64baa4 kbuild: unify vmlinux-dirs and module-dirs rules

:::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
:::::: CC: Masahiro Yamada <yamada.masahiro@socionext.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 60451 bytes --]

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

* [kbuild:kbuild 4/12] Makefile:1820: target 'arch/m68k' given more than once in the same rule
@ 2021-05-24  6:14 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-24  6:14 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: kbuild-all, linux-kbuild

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild
head:   368480b21916e1d853e321b7aecd7e65fef2521e
commit: 7d9677835b10b5de9cc4d70a768b2ba18b219f17 [4/12] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
config: m68k-randconfig-r016-20210524 (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?id=7d9677835b10b5de9cc4d70a768b2ba18b219f17
        git remote add kbuild https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
        git fetch --no-tags kbuild kbuild
        git checkout 7d9677835b10b5de9cc4d70a768b2ba18b219f17
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
   make[1]: *** [Makefile:1821: drivers] Error 2
   make[1]: Target '__all' not remade because of errors.
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
   /bin/mv: cannot stat '.config.bak': No such file or directory
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule


vim +1820 Makefile

b480fec988b051 Masahiro Yamada 2020-05-22  1812  
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1813  # Handle descending into subdirectories listed in $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1814  # Preset locale variables to speed up the build process. Limit locale
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1815  # tweaks to this spot to avoid wrong language settings when running
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1816  # make menuconfig etc.
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1817  # Error messages still appears in the original language
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1818  PHONY += descend $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1819  descend: $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11 @1820  $(build-dirs): prepare
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1821  	$(Q)$(MAKE) $(build)=$@ \
20b1be59528295 Masahiro Yamada 2020-07-08  1822  	single-build=$(if $(filter-out $@/, $(filter $@/%, $(KBUILD_SINGLE_TARGETS))),1) \
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1823  	need-builtin=1 need-modorder=1
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1824  

:::::: The code at line 1820 was first introduced by commit
:::::: c99f3918cf0a64b99ac145591c7984891c64baa4 kbuild: unify vmlinux-dirs and module-dirs rules

:::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
:::::: CC: Masahiro Yamada <yamada.masahiro@socionext.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 23399 bytes --]

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

* [kbuild:kbuild 4/12] Makefile:1820: target 'arch/m68k' given more than once in the same rule
@ 2021-05-24  6:14 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-24  6:14 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild
head:   368480b21916e1d853e321b7aecd7e65fef2521e
commit: 7d9677835b10b5de9cc4d70a768b2ba18b219f17 [4/12] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
config: m68k-randconfig-r016-20210524 (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?id=7d9677835b10b5de9cc4d70a768b2ba18b219f17
        git remote add kbuild https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
        git fetch --no-tags kbuild kbuild
        git checkout 7d9677835b10b5de9cc4d70a768b2ba18b219f17
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
   make[1]: *** [Makefile:1821: drivers] Error 2
   make[1]: Target '__all' not remade because of errors.
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
   /bin/mv: cannot stat '.config.bak': No such file or directory
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule
--
>> Makefile:1820: target 'arch/m68k' given more than once in the same rule


vim +1820 Makefile

b480fec988b051 Masahiro Yamada 2020-05-22  1812  
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1813  # Handle descending into subdirectories listed in $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1814  # Preset locale variables to speed up the build process. Limit locale
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1815  # tweaks to this spot to avoid wrong language settings when running
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1816  # make menuconfig etc.
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1817  # Error messages still appears in the original language
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1818  PHONY += descend $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1819  descend: $(build-dirs)
c99f3918cf0a64 Masahiro Yamada 2019-08-11 @1820  $(build-dirs): prepare
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1821  	$(Q)$(MAKE) $(build)=$@ \
20b1be59528295 Masahiro Yamada 2020-07-08  1822  	single-build=$(if $(filter-out $@/, $(filter $@/%, $(KBUILD_SINGLE_TARGETS))),1) \
b1fbfcb4a20949 Masahiro Yamada 2019-11-18  1823  	need-builtin=1 need-modorder=1
c99f3918cf0a64 Masahiro Yamada 2019-08-11  1824  

:::::: The code at line 1820 was first introduced by commit
:::::: c99f3918cf0a64b99ac145591c7984891c64baa4 kbuild: unify vmlinux-dirs and module-dirs rules

:::::: TO: Masahiro Yamada <yamada.masahiro@socionext.com>
:::::: CC: Masahiro Yamada <yamada.masahiro@socionext.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 23399 bytes --]

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

end of thread, other threads:[~2021-05-24  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  6:15 [kbuild:kbuild 4/12] Makefile:1820: target 'arch/m68k' given more than once in the same rule kernel test robot
2021-05-24  6:15 ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24  6:14 kernel test robot
2021-05-24  6:14 ` kernel test robot

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.