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 ;)


[img]http://images3.fotosik.pl/103/116624a3ce1555a7.gif[/img]
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
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]

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 ;)[/quote]
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[/quote]

Poprawne to:

Kod:

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

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)

[ Generated in 0.010 seconds, 12 queries executed ]

Informacje debugowania

Time (s) Query
0.00009 SET CHARSET latin2
0.00004 SET NAMES latin2
0.00089 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.191.14.93' WHERE u.id=1
0.00078 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.191.14.93', 1727608551)
0.00041 SELECT * FROM punbb_online WHERE logged<1727608251
0.00071 DELETE FROM punbb_online WHERE ident='85.208.96.196'
0.00079 SELECT topic_id FROM punbb_posts WHERE id=37748
0.00125 SELECT id FROM punbb_posts WHERE topic_id=4742 ORDER BY posted
0.00085 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=4742 AND t.moved_to IS NULL
0.00010 SELECT search_for, replace_with FROM punbb_censoring
0.00107 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=4742 ORDER BY p.id LIMIT 0,25
0.00080 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=4742
Total query time: 0.00778 s