* [linux-next:master 10574/11713] scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory
@ 2022-03-10 7:12 kernel test robot
2022-03-10 9:00 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2022-03-10 7:12 UTC (permalink / raw)
To: Alan Kao; +Cc: kbuild-all, Linux Memory Management List, Arnd Bergmann
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 4e7a74a6856f8613dab9794da4b5cfb8fd54fb8c
commit: 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e [10574/11713] nds32: Remove the architecture
config: nds32-randconfig-r035-20220310
compiler: nds32le-linux-gcc (GCC) 11.2.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/next/linux-next.git/commit/?id=3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nds32 randconfig
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nds32 distclean
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:691: arch/nds32/Makefile: No such file or directory
make[1]: *** No rule to make target 'arch/nds32/Makefile'.
make[1]: Failed to remake makefile 'arch/nds32/Makefile'.
>> scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory
make[2]: *** No rule to make target 'arch/nds32/Makefile'.
make[2]: Failed to remake makefile 'arch/nds32/Makefile'.
make[1]: *** [Makefile:1838: _clean_arch/nds32] Error 2
make[1]: Target 'distclean' not remade because of errors.
make: *** [Makefile:219: __sub-make] Error 2
make: Target 'distclean' not remade because of errors.
vim +15 scripts/Makefile.clean
2315c6e4227815 Sam Ravnborg 2005-07-25 12
2a691470345a00 Sam Ravnborg 2005-07-25 13 # The filename Kbuild has precedence over Makefile
db8c1a7b2ca25f Sam Ravnborg 2005-07-27 14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
db8c1a7b2ca25f Sam Ravnborg 2005-07-27 @15 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
^1da177e4c3f41 Linus Torvalds 2005-04-16 16
:::::: The code at line 15 was first introduced by commit
:::::: db8c1a7b2ca25f37b1429c00e82d6568f86caec1 kbuild: fix building external modules
:::::: TO: Sam Ravnborg <sam@mars.(none)>
:::::: CC: Sam Ravnborg <sam@mars.(none)>
---
0-DAY CI Kernel Test Service
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-next:master 10574/11713] scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory
2022-03-10 7:12 [linux-next:master 10574/11713] scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory kernel test robot
@ 2022-03-10 9:00 ` Arnd Bergmann
2022-03-23 8:14 ` [kbuild-all] " Chen, Rong A
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2022-03-10 9:00 UTC (permalink / raw)
To: kernel test robot
Cc: Alan Kao, kbuild-all, Linux Memory Management List, Arnd Bergmann
On Thu, Mar 10, 2022 at 8:12 AM kernel test robot <lkp@intel.com> wrote:
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 4e7a74a6856f8613dab9794da4b5cfb8fd54fb8c
> commit: 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e [10574/11713] nds32: Remove the architecture
> config: nds32-randconfig-r035-20220310
> compiler: nds32le-linux-gcc (GCC) 11.2.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/next/linux-next.git/commit/?id=3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e
> git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> git fetch --no-tags linux-next master
> git checkout 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nds32 randconfig
> mkdir build_dir
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nds32 distclean
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
nds32 is scheduled for removal now, please drop it from the lkp test
infrastructure
for linux-next/5.17 and higher.
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [kbuild-all] Re: [linux-next:master 10574/11713] scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory
2022-03-10 9:00 ` Arnd Bergmann
@ 2022-03-23 8:14 ` Chen, Rong A
0 siblings, 0 replies; 3+ messages in thread
From: Chen, Rong A @ 2022-03-23 8:14 UTC (permalink / raw)
To: Arnd Bergmann, kernel test robot
Cc: Alan Kao, kbuild-all, Linux Memory Management List
On 3/10/2022 5:00 PM, Arnd Bergmann wrote:
> On Thu, Mar 10, 2022 at 8:12 AM kernel test robot <lkp@intel.com> wrote:
>>
>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
>> head: 4e7a74a6856f8613dab9794da4b5cfb8fd54fb8c
>> commit: 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e [10574/11713] nds32: Remove the architecture
>> config: nds32-randconfig-r035-20220310
>> compiler: nds32le-linux-gcc (GCC) 11.2.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/next/linux-next.git/commit/?id=3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e
>> git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>> git fetch --no-tags linux-next master
>> git checkout 3edb65f4e8fdec0569edf6a0e74675d2e5e6fe0e
>> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nds32 randconfig
>> mkdir build_dir
>> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nds32 distclean
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>
> nds32 is scheduled for removal now, please drop it from the lkp test
> infrastructure
> for linux-next/5.17 and higher.
>
> Arnd
Hi Arnd,
Thanks for the reminding, we have removed the nds32 tests for kernel >=
5.17.
Best Regards,
Rong Chen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-23 8:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 7:12 [linux-next:master 10574/11713] scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory kernel test robot
2022-03-10 9:00 ` Arnd Bergmann
2022-03-23 8:14 ` [kbuild-all] " Chen, Rong A
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox