Не собирается ядро
Недавно добыл gemtoo 2004.3 в сборке от XORa
Сейчас не могу пересобрать ядро
Делал я это при помщи genkernel --menuconfig
Вот что выводиться в файле /var/log/genkernel.log
* Compiling Linux Kernel 2.4.28-gentoo-r4-sergei1[0m for x86[0m...
* WARNING: Failed to mount /boot!
* kernel: >> Running mrproper...
COMMAND: make -j2 CC="gcc" LD="ld" AS="as" mrproper
rm -f arch/i386/vmlinux.lds
make[1]: Entering directory `/usr/src/linux-2.4.28-gentoo-r4/arch/i386/boot'
make[1]: предупреждение: сервер задач недоступен: используется -j1.
Добавьте `+' к правилу в родительском make.
rm -f tools/build
rm -f setup bootsect zImage compressed/vmlinux.out
rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
make[2]: Entering directory `/usr/src/linux-2.4.28-gentoo-r4/arch/i386/boot/compressed'
rm -f vmlinux bvmlinux _tmp_*
...
......
........
drivers/usb/usbdrv.o(.text+0xff86): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0xfffe): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x1006e): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x100ca): In function `hidinput_hid_event':
: undefined reference to `input_event'
drivers/usb/usbdrv.o(.text+0x1027e): In function `hidinput_connect':
: undefined reference to `input_register_device'
drivers/usb/usbdrv.o(.text+0x102cb): In function `hidinput_connect':
: undefined reference to `input_register_device'
drivers/usb/usbdrv.o(.text+0x10427): In function `hidinput_disconnect':
: undefined reference to `input_unregister_device'
drivers/usb/usbdrv.o(.text+0xffb1): In function `hidinput_hid_event':
: undefined reference to `input_event'
make: *** [vmlinux] Ошибка 1
* Gentoo Linux Genkernel; Version 3.1.0c[0m
* ERROR: Failed to compile the "bzImage" target...
* -- Grepping log... --
* -- End log... --
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to . Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*
Мне кажеться ?? проблема в make.conf
Вот его содержимое
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"
CXXFLAGS="${CFLAGS}"
LINGUAS="ru en"
LANGUAGE="ru"
VIDEO_CARDS="nvidia"
USE="nptl nptlonly gpm unicode 3dfx 3dnow alsa -ipv6 -nojoystick 3dnowex X acpi alsa -arts avi dvd dvdread ffmpeg flash freetype gtk2 gtk kde mp3 mpeg nvidia nptl nls ogg oggvorbis -oss qt quicktime truetype vcd -pcmcia png xmms -bluetooth divx4linux gif jpeg pdflib xine -acl "
Буду благодарен всем кто мне поможет разобраться