Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[erreur] compilation gaim / nss (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Sun Aug 29, 2004 1:53 am    Post subject: [erreur] compilation gaim / nss (résolu) Reply with quote

J'ai une erreur de compilation d'une dep de gaim : dev-libs/nss-3.8
Voila mes USE si ça peut aider : USE="gtk gtk2 -kde -qt -arts -cups"

Et voici l'erreur :

Code:

# emerge gaim
Calculating dependencies ...done!
>>> emerge (1 of 8) dev-libs/nss-3.8 to /
>>> md5 src_uri ;-) nss-3.8.tar.gz
>>> Unpacking source...
>>> Unpacking nss-3.8.tar.gz to /var/tmp/portage/nss-3.8/work
>>> Source unpacked.
../coreconf/config.mk:67: ../coreconf/Linux2.6.8.mk: No such file or directory
../coreconf/config.mk:167: no file name for `-include'
make: *** No rule to make target ../coreconf/Linux2.6.8.mk.  Stop.
make: *** [../coreconf/Linux2.6.8.mk] Error 1

!!! ERROR: dev-libs/nss-3.8 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! coreconf make failed

Des idées ?
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm


Last edited by bosozoku on Sun Aug 29, 2004 9:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
Bols
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2004
Posts: 112

PostPosted: Sun Aug 29, 2004 5:48 am    Post subject: Reply with quote

édite l'ebuild: /usr/portage/dev-libs/nss/nss-3.8.ebuild
et en dessous des lignes:
# Fix for Linux 2.6
cp Linux2.5.mk Linux2.6.mk

ajoute une copie de la ligne pour la version de ton kernel ('Linux2.6.8.mk') comme ceci:
cp Linux2.5.mk Linux2.6.8.mk

emerge nss devrait fonctionner après ça.
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Sun Aug 29, 2004 8:48 am    Post subject: Reply with quote

Merci beaucoup, voila ce que j'ai fait :

Code:
  # Fix for Linux 2.6
        cp Linux2.5.mk Linux2.6.mk
        cp Linux2.5.mk Linux2.6.8.1.mk


mon noyau est le 2.6.8.1. Mais ca marche toujours pas :'(

Code:
# emerge gaim
Calculating dependencies ...done!
>>> emerge (1 of 8) dev-libs/nss-3.8 to /
>>> md5 src_uri ;-) nss-3.8.tar.gz
>>> Unpacking source...
>>> Unpacking nss-3.8.tar.gz to /var/tmp/portage/nss-3.8/work
>>> Source unpacked.
../coreconf/config.mk:67: ../coreconf/Linux2.6.8.mk: Aucun fichier ou répertoire de ce type
../coreconf/config.mk:167: pas de nom de fichier pour « -include »
make: *** No rule to make target ../coreconf/Linux2.6.8.mk.  Stop.
make: *** [../coreconf/Linux2.6.8.mk] Erreur 1

!!! ERROR: dev-libs/nss-3.8 failed.
!!! Function src_compile, Line 64, Exitcode 2
!!! coreconf make failed

_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Sun Aug 29, 2004 1:19 pm    Post subject: Reply with quote

Personne ne sait ? Comment fait on pour rapporter un bog ?
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Sun Aug 29, 2004 1:52 pm    Post subject: Reply with quote

ça a déjà été rapporté:
bug 61166
bug 61934
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
Bols
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2004
Posts: 112

PostPosted: Sun Aug 29, 2004 1:58 pm    Post subject: Reply with quote

bosozoku wrote:
Merci beaucoup, voila ce que j'ai fait :

Code:
  # Fix for Linux 2.6
        cp Linux2.5.mk Linux2.6.mk
        cp Linux2.5.mk Linux2.6.8.1.mk


mon noyau est le 2.6.8.1. Mais ca marche toujours pas :'(

Code:
# emerge gaim
Calculating dependencies ...done!
>>> emerge (1 of 8) dev-libs/nss-3.8 to /
>>> md5 src_uri ;-) nss-3.8.tar.gz
>>> Unpacking source...
>>> Unpacking nss-3.8.tar.gz to /var/tmp/portage/nss-3.8/work
>>> Source unpacked.
../coreconf/config.mk:67: ../coreconf/Linux2.6.8.mk: Aucun fichier ou répertoire de ce type
../coreconf/config.mk:167: pas de nom de fichier pour « -include »
make: *** No rule to make target ../coreconf/Linux2.6.8.mk.  Stop.
make: *** [../coreconf/Linux2.6.8.mk] Erreur 1

!!! ERROR: dev-libs/nss-3.8 failed.
!!! Function src_compile, Line 64, Exitcode 2
!!! coreconf make failed


Relis bien mon premier post...

ce n'est pas cp Linux2.5.mk Linux2.6.8.1.mk mais bien cp Linux2.5.mk Linux2.6.8.mk
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Sun Aug 29, 2004 2:50 pm    Post subject: Reply with quote

Aa oué merci ! J'avais compris qu'il fallait mettre la version de son noyau.
Désolé de vous avoir dérangé pour une bétise de ma part.
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum