Здравствуйте,

пытаюсь собрать новое ядро 2.6.35, но не могу разобраться с ошибками ниже.

Собираю вот так:

wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.35.tar.bz2
cd /usr/src
tar jxf ~/linux-2.6.35.tar.bz2
cd linux-2.6.35/
make mrproper
cp /boot/config-$(uname -r) .config
make menuconfig
fakeroot make-kpkg clean
fakeroot make-kpkg --append-to-version "-my-kernel" --revision "07082010" --us 
--uc --initrd kernel_image



Ошибки:
make[1]: Leaving directory `/usr/src/linux-2.6.35'
/usr/bin/make  EXTRAVERSION=-my-kernel  ARCH=i386 \
                             -C Documentation/lguest
make[1]: Entering directory `/usr/src/linux-2.6.35/Documentation/lguest'
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c -o lguest
lguest.c:21:25: error: sys/eventfd.h: No such file or directory
lguest.c: In function ‘create_thread’:
lguest.c:1026: warning: implicit declaration of function ‘eventfd’
make[1]: *** [lguest] Error 1
make[1]: Leaving directory `/usr/src/linux-2.6.35/Documentation/lguest'
make: *** [debian/stamp/build/kernel] Error 2


Кто то может сталкивался с подобными ошибками?

Спасибо!

--
Игорь


--
To UNSUBSCRIBE, email to debian-russian-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c5d6b4d.3080...@debianuser.org

Ответить