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!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2006-08-02 20:22:28

  seneka - Użytkownik

seneka
Użytkownik
Skąd: Podkarpacie
Zarejestrowany: 2006-07-08

Problem z kompilacja ...

Witam serdecznie.

Probowalem sobie skompilowac dzis kernelik w wersjii 2.6.15.1

ale ....

przy make-kpkg clean otrzymuje :

Kod:


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

Kod:


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 ?


It's one of those days when everything is fucked , everybody sux ...

Offline

 

#2  2006-08-02 20:29:16

  kaszak696 - Członek DUG

kaszak696
Członek DUG
Skąd: Kazimierz Dolny
Zarejestrowany: 2006-03-22
Serwis

Re: Problem z kompilacja ...

ja nie widzę tu żadnych błędów, jąderko kompiluje się komendą:

Kod:

make-kpkg --revision=costam kernel-image kernel-headers

Sugeruję też ściągnąć sobie nowsze jajeczko ;)


http://images3.fotosik.pl/103/116624a3ce1555a7.gif
Linux registered user #423419

Offline

 

#3  2006-08-02 20:49:07

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Problem z kompilacja ...

make-kpkg clean czyści bebechy po poprzedniej kompilacji. Przy pierwszej nie musisz tego używać


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#4  2006-08-03 00:08:22

  Qdłaty - Członek DUG

Qdłaty
Członek DUG
Skąd: z komputera
Zarejestrowany: 2005-08-09

Re: Problem z kompilacja ...

ja nie widzę tu żadnych błędów, jąderko kompiluje się komendą:

Kod:

make-kpkg --revision=costam kernel-image kernel-headers

Sugeruję 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

Kod:

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

 

#5  2006-08-03 15:22:35

  seneka - Użytkownik

seneka
Użytkownik
Skąd: Podkarpacie
Zarejestrowany: 2006-07-08

Re: Problem z kompilacja ...

ok dzieki wszyskim za wskazowki.

Pierwszy raz sie za to zabralem i nie wyszlo :) Bede probowal dalej .

Pozdrawiam :]


It's one of those days when everything is fucked , everybody sux ...

Offline

 

#6  2006-08-09 00:24:59

  Contravene - Użytkownik

Contravene
Użytkownik
Zarejestrowany: 2006-08-07

Re: Problem z kompilacja ...

To był wyłącznie twój błąd, powinieneś czytać komunikaty:

Kod:

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:

Kod:

make-kpkg --revision=kernelMoj.1 kernel-image

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
To nie jest tylko forum, to nasza mała ojczyzna ;-)