Dobrý večer
Dnes jsem se pokusil skompilovat své první jádro a to podle návodu:
http://wiki.ubuntu.cz/Kompilace_kernelu Dostal jsem se až do bodu kdy se jádro kompiluje ( použil jsem postup pro Debian,Ubuntu ), kompilace bohužel skončila chybou. Zde jsou poslední řádky:
dh_installdocs: Compatibility levels before 4 are deprecated.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 655.
dh_installchangelogs: Compatibility levels before 4 are deprecated.
dh_compress: Compatibility levels before 4 are deprecated.
dh_fixperms: Compatibility levels before 4 are deprecated.
dh_shlibdeps: Compatibility levels before 4 are deprecated.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 655.
dh_installdeb: Compatibility levels before 4 are deprecated.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 655.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 655.
dh_gencontrol: Compatibility levels before 4 are deprecated.
Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 655.
dpkg-gencontrol: error: package linux-headers-2.6.19-rc6-ubuntu1 not in control info
dh_gencontrol: command returned error code 65280
make: *** [install/linux-image-2.6.19-rc6-ubuntu1] Error 1Nevíte čím by to mohlo být a jak to opravit?