Re: Check handling of kernel build output directory

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Saturday, October 27, 2007 - 1:07 am

> You did it in your output directory I assume.

No.



I am looking for the real reasons for the occuring error messages. Let us look at another
test example ...

Sonne:~ # ls -ld /usr/src/linux
lrwxrwxrwx 1 root root 23 Oct 13 10:11 /usr/src/linux -> /usr/src/linux-2.6.23.1
Sonne:~ # cd /usr/src/linux-2.6.23.1
Sonne:/usr/src/linux-2.6.23.1 # unset KBUILD_OUTPUT && make mrproper && cp -p
/boot/config-2.6.23.1-0-adjusted .config && export
KBUILD_OUTPUT=/usr/src/obj/linux/2.6.23.1/x86_64/adjusted && rm -rf $KBUILD_OUTPUT/*
  CLEAN   .config
Sonne:/usr/src/linux-2.6.23.1 # make oldconfig && date && echo
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX && make -j2 && echo
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY && make -j2 modules_install install && echo
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ && date
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  GEN     /usr/src/obj/linux/2.6.23.1/x86_64/adjusted/Makefile
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o arch/x86_64/Kconfig
*
* Linux Kernel Configuration
*
*
* General setup
*
[...]
#
# configuration written to .config
#
Sat Oct 27 06:43:24 CEST 2007
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  GEN     /usr/src/obj/linux/2.6.23.1/x86_64/adjusted/Makefile
scripts/kconfig/conf -s arch/x86_64/Kconfig
  GEN     /usr/src/obj/linux/2.6.23.1/x86_64/adjusted/Makefile
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  CHK     include/linux/utsrelease.h
  UPD     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-x86_64
  Using /usr/src/linux-2.6.23.1 as source for kernel
  /usr/src/linux-2.6.23.1 is not clean, please run 'make mrproper'
  in the '/usr/src/linux-2.6.23.1' directory.
make[1]: *** [prepare3] Error 1
make: *** [_all] Error 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!


Which files are not clean in my situation after the command "make mrproper" was executed
at the beginning?

Which results do you or other software developers get by such test runs on kernel releases
since "2.6.22.9-0.4-default" like it is published by SUSE now?
( I can build the current Linux kernel into my source directory successfully.)

Regards,
Markus

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 1:31 pm)
Re: Check handling of kernel build output directory, Jan Engelhardt, (Sat Oct 27, 7:33 am)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 8:41 am)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Fri Oct 26, 3:05 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 3:25 pm)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Fri Oct 26, 3:47 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 1:07 am)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Sat Oct 27, 3:23 am)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 12:00 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 8:30 am)
Re: Check handling of kernel build output directory, Vegard Nossum, (Fri Oct 26, 1:36 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 2:40 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 3:05 pm)
Re: Check handling of kernel build output directory, Jan Engelhardt, (Sat Oct 27, 7:32 am)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Sat Oct 27, 8:21 am)