Activity log for bug #280173

Date Who What changed Old value New value Message
2008-10-08 13:13:45 Patrick bug added bug
2008-10-08 13:14:36 Patrick description Binary package hint: linux-source-2.6.27 Hi there I've installed the linux-source-2.6.27 package and now I'm trying to recompile it. Why? I want to enable the pci express power savings and want to patch it to enable tux on ice. To recompile I do: S make oldconfig make xconfig make-kpkg clean make-kpkg --inititrd --append-to-version=-patrick kernel_image kernel_headers I've compiled succesfullly various kernels before, but in intrepid I am unable to do it. When I do make-kpkg clean I get this error: patrick@patrick-laptop:~/Escriptori/linux-source-2.6.27$ sudo make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=xen distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-source-2.6.27' Makefile:528: /home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile: No such file or directory make[1]: *** No rule to make target `/home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile'. Stop. make[1]: Leaving directory `/home/patrick/Escriptori/linux-source-2.6.27' make: *** [minimal_clean] Error 2 I've tried with a 2.6.26.5 kernel from kernel.org and it works fine. After make-kpkg clean I get this: patrick@patrick-laptop:~/Escriptori/linux-2.6.26.5$ make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=x86_64 distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-2.6.26.5' CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config CLEAN .config .config.old include/linux/autoconf.h make[1]: Leaving directory `/home/patrick/Escriptori/linux-2.6.26.5' test ! -f config.precious || mv -f config.precious .config rm -f modules/modversions.h modules/ksyms.ver conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches stamp-build stamp-configure stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-manual stamp-patch stamp-buildpackage stamp-debian I believe it's having trouble with arch. The 27 ubuntu kernel outputs ARCH=xen and the 26.5 ARCH=x86_64 Am I doing something wrong or is it a bug? thanks for you time Binary package hint: linux-source-2.6.27 Hi there I've installed the linux-source-2.6.27 package and now I'm trying to recompile it. Why? I want to enable the pci express power savings and want to patch it to enable tux on ice. To recompile I do: S make oldconfig make xconfig make-kpkg clean make-kpkg --inititrd --append-to-version=-patrick kernel_image kernel_headers I've compiled succesfullly various kernels before, but in intrepid I am unable to do it. When I do make-kpkg clean I get this error: [CODE] patrick@patrick-laptop:~/Escriptori/linux-source-2.6.27$ sudo make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=xen distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-source-2.6.27' Makefile:528: /home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile: No such file or directory make[1]: *** No rule to make target `/home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile'. Stop. make[1]: Leaving directory `/home/patrick/Escriptori/linux-source-2.6.27' make: *** [minimal_clean] Error 2 [/CODE] I've tried with a 2.6.26.5 kernel from kernel.org and it works fine. After make-kpkg clean I get this: patrick@patrick-laptop:~/Escriptori/linux-2.6.26.5$ make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=x86_64 distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-2.6.26.5' CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config CLEAN .config .config.old include/linux/autoconf.h make[1]: Leaving directory `/home/patrick/Escriptori/linux-2.6.26.5' test ! -f config.precious || mv -f config.precious .config rm -f modules/modversions.h modules/ksyms.ver conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches stamp-build stamp-configure stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-manual stamp-patch stamp-buildpackage stamp-debian I believe it's having trouble with arch. The 27 ubuntu kernel outputs ARCH=xen and the 26.5 ARCH=x86_64 Am I doing something wrong or is it a bug? thanks for you time
2008-10-08 13:15:10 Patrick description Binary package hint: linux-source-2.6.27 Hi there I've installed the linux-source-2.6.27 package and now I'm trying to recompile it. Why? I want to enable the pci express power savings and want to patch it to enable tux on ice. To recompile I do: S make oldconfig make xconfig make-kpkg clean make-kpkg --inititrd --append-to-version=-patrick kernel_image kernel_headers I've compiled succesfullly various kernels before, but in intrepid I am unable to do it. When I do make-kpkg clean I get this error: [CODE] patrick@patrick-laptop:~/Escriptori/linux-source-2.6.27$ sudo make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=xen distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-source-2.6.27' Makefile:528: /home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile: No such file or directory make[1]: *** No rule to make target `/home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile'. Stop. make[1]: Leaving directory `/home/patrick/Escriptori/linux-source-2.6.27' make: *** [minimal_clean] Error 2 [/CODE] I've tried with a 2.6.26.5 kernel from kernel.org and it works fine. After make-kpkg clean I get this: patrick@patrick-laptop:~/Escriptori/linux-2.6.26.5$ make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=x86_64 distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-2.6.26.5' CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config CLEAN .config .config.old include/linux/autoconf.h make[1]: Leaving directory `/home/patrick/Escriptori/linux-2.6.26.5' test ! -f config.precious || mv -f config.precious .config rm -f modules/modversions.h modules/ksyms.ver conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches stamp-build stamp-configure stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-manual stamp-patch stamp-buildpackage stamp-debian I believe it's having trouble with arch. The 27 ubuntu kernel outputs ARCH=xen and the 26.5 ARCH=x86_64 Am I doing something wrong or is it a bug? thanks for you time Binary package hint: linux-source-2.6.27 Hi there I've installed the linux-source-2.6.27 package and now I'm trying to recompile it. Why? I want to enable the pci express power savings and want to patch it to enable tux on ice. To recompile I do: S make oldconfig make xconfig make-kpkg clean make-kpkg --inititrd --append-to-version=-patrick kernel_image kernel_headers I've compiled succesfullly various kernels before, but in intrepid I am unable to do it. When I do make-kpkg clean I get this error: patrick@patrick-laptop:~/Escriptori/linux-source-2.6.27$ sudo make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=xen distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-source-2.6.27' Makefile:528: /home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile: No such file or directory make[1]: *** No rule to make target `/home/patrick/Escriptori/linux-source-2.6.27/arch/xen/Makefile'. Stop. make[1]: Leaving directory `/home/patrick/Escriptori/linux-source-2.6.27' make: *** [minimal_clean] Error 2 I've tried with a 2.6.26.5 kernel from kernel.org and it works fine. After make-kpkg clean I get this: patrick@patrick-laptop:~/Escriptori/linux-2.6.26.5$ make-kpkg clean exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=x86_64 distclean make[1]: Entering directory `/home/patrick/Escriptori/linux-2.6.26.5' CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config CLEAN .config .config.old include/linux/autoconf.h make[1]: Leaving directory `/home/patrick/Escriptori/linux-2.6.26.5' test ! -f config.precious || mv -f config.precious .config rm -f modules/modversions.h modules/ksyms.ver conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches stamp-build stamp-configure stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-manual stamp-patch stamp-buildpackage stamp-debian I believe it's having trouble with arch. The 27 ubuntu kernel outputs ARCH=xen and the 26.5 ARCH=x86_64 Am I doing something wrong or is it a bug? thanks for you time
2008-10-10 18:32:03 Leann Ogasawara linux: status New Incomplete
2008-10-10 18:32:03 Leann Ogasawara linux: statusexplanation Hi Patrick, Where/how did you get the Ubuntu kernel source? I'd recommend cloning straight from the git tree. I'm not seeing any errors on my machine here: ogasawara@emiko:/tmp/ubuntu-intrepid$ sudo make-kpkg clean [sudo] password for ogasawara: exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=i386 distclean test ! -f config.precious || mv -f config.precious .config rm -f modules/modversions.h modules/ksyms.ver conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches stamp-build stamp-configure stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-manual stamp-patch stamp-buildpackage stamp-debian The following wiki might also be helpful - https://help.ubuntu.com/community/Kernel/Compile . Thanks.
2009-02-01 11:21:45 era linux: status Incomplete Confirmed
2009-02-01 11:21:45 era linux: statusexplanation Hi Patrick, Where/how did you get the Ubuntu kernel source? I'd recommend cloning straight from the git tree. I'm not seeing any errors on my machine here: ogasawara@emiko:/tmp/ubuntu-intrepid$ sudo make-kpkg clean [sudo] password for ogasawara: exec make -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [new prereqs: ]====== Cleaning. test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f Makefile || \ make ARCH=i386 distclean test ! -f config.precious || mv -f config.precious .config rm -f modules/modversions.h modules/ksyms.ver conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches stamp-build stamp-configure stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-manual stamp-patch stamp-buildpackage stamp-debian The following wiki might also be helpful - https://help.ubuntu.com/community/Kernel/Compile . Thanks.
2012-06-15 15:54:22 penalvch linux (Ubuntu): status Confirmed Invalid
2012-06-15 15:54:22 penalvch converted to question 200552