[opensuse] 11.0 Beta 3, kernel source install (helps if I include the error)
Listmates, Ran into an issue installing vbox linux additions on 11 beta3. Looks like the kernel source wasn't fully configured on install. Here is the error received attempting to compile to vbox LinuxAdditions reproduced here with "make modules_prepare". Anyone else seen this one? linux:/usr/src/linux # make modules_prepare HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc 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 scripts/kconfig/lex.zconf.c:1647: warning: ‘input’ defined but not used HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/x86/Kconfig *** *** You have not yet configured your kernel! *** (missing kernel .config file) *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** No rule to make target `modules_prepare'. Stop. Other than this hiccup, 11.0 looks like it "will be the best openSuSE ever!" I would still like to see a little sterner warning on the KDE4 checkbox during install. As worded, seems like it is just a complete as KDE3, just less tested. -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 22 May 2008 16:40:38 David C. Rankin wrote:
Listmates,
Ran into an issue installing vbox linux additions on 11 beta3. Looks like the kernel source wasn't fully configured on install. Here is the error received attempting to compile to vbox LinuxAdditions reproduced here with "make modules_prepare". Anyone else seen this one?
linux:/usr/src/linux # make modules_prepare HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc 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 scripts/kconfig/lex.zconf.c:1647: warning: ‘input’ defined but not used HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/x86/Kconfig *** *** You have not yet configured your kernel! *** (missing kernel .config file) *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** No rule to make target `modules_prepare'. Stop.
Other than this hiccup, 11.0 looks like it "will be the best openSuSE ever!" I would still like to see a little sterner warning on the KDE4 checkbox during install. As worded, seems like it is just a complete as KDE3, just less tested.
-- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
That's similar to the one I'm getting compiling a driver for 10.3 64bit. No help on here as yet. I live in hope. The problem seems to be suse specific. I used the virtualbox binary and have had no problems at all with that. John -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 22 May 2008 17:40:38 David C. Rankin wrote:
*** You have not yet configured your kernel! *** (missing kernel .config file) *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** No rule to make target `modules_prepare'. Stop.
There is just one kernel-source, which should fit all released kernels. So get it configured first with make cloneconfig After that, you can do "make prepare" or "make modules_prepare" It is explained in /usr/src/linux/README.SUSE in the section "BUILDING ADDITIONAL (EXTERNAL) MODULES" Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, May 22, 2008 at 11:40 AM, David C. Rankin <drankinatty@suddenlinkmail.com> wrote:
Listmates,
Ran into an issue installing vbox linux additions on 11 beta3. Looks like the kernel source wasn't fully configured on install. Here is the error received attempting to compile to vbox LinuxAdditions reproduced here with "make modules_prepare". Anyone else seen this one?
I had the same problem. I solved mine by loading the kernel source during install or by making sure I was selecting the kernel source from the DVD after installation. I found that if adding the kernel source after installation YAST would try to add the latest factory kernel source, but not upgrade the kernel. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Anders Johansson
-
David C. Rankin
-
James Bland
-
John