Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam serdecznie.
Probowalem sobie skompilowac dzis kernelik w wersjii 2.6.15.1
ale ....
przy make-kpkg clean otrzymuje :
make-kpkg clean
/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_clean
make[1]: Entering directory `/usr/src/linux-2.6.15.1'
test ! -f .config || cp -pf .config config.precious
test -f Makefile &&
/usr/bin/make ARCH=i386 distclean
make[2]: Entering directory `/usr/src/linux-2.6.15.1'
CLEAN .config
make[2]: Leaving directory `/usr/src/linux-2.6.15.1'
test ! -f config.precious || mv -f config.precious .config
test ! -f stamp-patch || /usr/bin/make -f /usr/share/kernel-package/rules unpatch_now
test -f stamp-building || test -f debian/official || rm -rf debian
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb.dist ||
mv -f scripts/package/builddeb.dist scripts/package/builddeb
test ! -e scripts/package/Makefile.dist ||
mv -f scripts/package/Makefile.dist scripts/package/Makefile
rm -f modules/modversions.h modules/ksyms.ver debian/files conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches debian/buildinfo stamp-build stamp-configure stamp-source stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-buildpackage stamp-libc-kheaders stamp-debian stamp-patch stamp-kernel-configure
rm -rf debian/tmp-source debian/tmp-headers debian/tmp-image debian/tmp-doc
make[1]: Leaving directory `/usr/src/linux-2.6.15.1'
mefisto:/usr/src/linux-2.6.15.1#
zas przy make-kpkg clean --revision=kernelMoj.1 kernel-image
The clean target must be called by itself, and not along with other
targets on the same invocation, since that may cause unforeseen
errors and complications. The targets I have been called with are:
clean kernel-image
I am replacing this list with just the clean target, please retry
with the clean target on a separate invocation.
/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_clean
make[1]: Entering directory `/usr/src/linux-2.6.15.1'
test ! -f .config || cp -pf .config config.precious
test -f Makefile &&
/usr/bin/make ARCH=i386 distclean
make[2]: Entering directory `/usr/src/linux-2.6.15.1'
CLEAN .config
make[2]: Leaving directory `/usr/src/linux-2.6.15.1'
test ! -f config.precious || mv -f config.precious .config
test ! -f stamp-patch || /usr/bin/make -f /usr/share/kernel-package/rules unpatch_now
test -f stamp-building || test -f debian/official || rm -rf debian
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb.dist ||
mv -f scripts/package/builddeb.dist scripts/package/builddeb
test ! -e scripts/package/Makefile.dist ||
mv -f scripts/package/Makefile.dist scripts/package/Makefile
rm -f modules/modversions.h modules/ksyms.ver debian/files conf.vars scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches debian/buildinfo stamp-build stamp-configure stamp-source stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-buildpackage stamp-libc-kheaders stamp-debian stamp-patch stamp-kernel-configure
rm -rf debian/tmp-source debian/tmp-headers debian/tmp-image debian/tmp-doc
make[1]: Leaving directory `/usr/src/linux-2.6.15.1'
Co moze byc tego przyczyna ??? I jak to rozwiazac ?
Offline

Członek DUG
ja nie widzę tu żadnych błędów, jąderko kompiluje się komendą:
make-kpkg --revision=costam kernel-image kernel-headers
Sugeruję też ściągnąć sobie nowsze jajeczko ;)
Offline






Ojciec Założyciel
make-kpkg clean czyści bebechy po poprzedniej kompilacji. Przy pierwszej nie musisz tego używać
Offline

Członek DUG


ja nie widzę tu żadnych błędów, jąderko kompiluje się komendą:
Kod:
make-kpkg --revision=costam kernel-image kernel-headersSugeruję też ściągnąć sobie nowsze jajeczko ;)
Lo po co nowsze? Ja sam do niedawna siedzialem na 2.6.12 i bylo fajno ;))
A tak w ogole to dziwie sie wszystkim, jakies kombinacje, polecenia... Robi sie
make menuconfig; make bzImage, cp arch/i386/boot/bzImage /boot/vmlinuz-versja, ln -s /boot/vmlinuz-versja /vmlinuz.nowy; make modules, make modules_install.
Pozniej tylko uaktualnienie lilo i jest nowy kernel. Nie ma zadnych problemow, bledow itp.
Offline
ok dzieki wszyskim za wskazowki.
Pierwszy raz sie za to zabralem i nie wyszlo :) Bede probowal dalej .
Pozdrawiam :]
Offline

Użytkownik


To był wyłącznie twój błąd, powinieneś czytać komunikaty:
The clean target must be called by itself, and not along with other targets on the same invocation, since that may cause unforeseen errors and complications. The targets I have been called with are: clean kernel-image I am replacing this list with just the clean target, please retry with the clean target on a separate invocation.
Chyba wszystko jasne? Nie możesz wywoływać:
make-kpkg clean --revision=kernelMoj.1 kernel-image
Poprawne to:
make-kpkg --revision=kernelMoj.1 kernel-image
Offline