Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[cairo] Probleme a l'installation [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
cloud64
n00b
n00b


Joined: 29 Nov 2005
Posts: 66

PostPosted: Mon May 15, 2006 7:37 pm    Post subject: [cairo] Probleme a l'installation [résolu] Reply with quote

Bonjour!

Je fais actuellement un emerge -e system pour mettre a jour gcc mais j'ai un probleme sur le package cairo :

Code:

*********************
****** WARNING ******
*********************

You are attempting to configure an obsolete checkout of the cairo
source code. The current cairo source code is no longer maintained
with CVS, but instead with the git content tracker.

To use git to checkout the cairo library, use the following command:

        git clone git://git.cairographics.org/git/cairo

followed by periodic updates:

        git pull origin

Once you have a clone this way, you can browse it locally with
graphical tools such as gitk or gitview. You may also commit changes
locally with "git commit -a". These local commits will be
automatically merged with upstream changes when you cg-update, and you
can also generate patches from them for submitting to the cairo
mailing list with "git format-patch origin".

Note: If you can't find git packages from your distribution, you can
get tar files from:

        http://www.kernel.org/pub/software/scm/git/

For the most up-to-date information on obtaining the latest cairo
sources, see:

        http://cairographics.org/download

I apologize for any inconvenience or confusion the switch from CVS to
git may have caused. So thank you for your patience, and please
continue to have fun with cairo!

-Carl

PS. If you insist on using this stale version you may run
autogen.sh.stale instead of autogen.sh.


!!! ERROR: x11-libs/cairo-1.1.1_alpha20060216 failed.


J'ai donc essayé d'installer avec git, j'ai dl le repertoire et compiler comme ils disent mais lorsque je veux récupérer mon emerge avec un emerge -e --resume system ca refait la meme erreur.

J'ai essayé avec le CVS et avec autogen.sh.stale comme ils ecrivent et meme probleme.

Merci d'avance pour votre aide.


Last edited by cloud64 on Tue May 16, 2006 1:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
cloud64
n00b
n00b


Joined: 29 Nov 2005
Posts: 66

PostPosted: Tue May 16, 2006 6:33 am    Post subject: Reply with quote

Personne n'a une idée ? :(
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1964
Location: 127.0.0.1

PostPosted: Tue May 16, 2006 8:06 am    Post subject: Reply with quote

Salut,

Code:
!! ERROR: x11-libs/cairo-1.1.1_alpha20060216 failed

Passe à une version stable, et qui est d'origine dans portage ?

Quote:
* x11-libs/cairo
Available versions: 1.0.2 1.0.4
Installed: 1.0.4
Homepage: http://cairographics.org/
Description: A vector graphics library with cross-device output support
Back to top
View user's profile Send private message
cloud64
n00b
n00b


Joined: 29 Nov 2005
Posts: 66

PostPosted: Tue May 16, 2006 10:08 am    Post subject: Reply with quote

il l'ai :

Code:

* x11-libs/cairo
     Available versions:  1.0.2 1.0.4 1.1.1_alpha20060216[1]
     Installed:           1.1.1_alpha20060216
     Homepage:            http://cairographics.org/
     Description:         A vector graphics library with cross-device output support

[1] /usr/local/portage-xgl
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


Joined: 05 Sep 2005
Posts: 2387
Location: ~Belfort! - France - EU

PostPosted: Tue May 16, 2006 10:16 am    Post subject: Reply with quote

Salut,

Il faut que tu installes cette version (1.0.4). Pour cela tu spécifies dans le fichier package.keywords que tu ne veux pas des versions surpérieures à 1.0.4 : <=x11-libs/cairo-1.0.4 ~x86 ou ~amd64 etc

EDIT :
ou alors tu masques la version supérieure à 1.0.4 : echo ">x11-libs/cairo-1.truc.1111trucetc..." >> /etc/portage/package.mask

Au fait, qu'elle est la bonne méthode : package.mask ou package.keywords.
_________________
À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ?
Qui suis-je ? Bon j'ai relu, comme d'habitude, je suis bon a rien le vendredi
Qui suis-je ? Je ne serai jamais modo


Last edited by Mickael on Tue May 16, 2006 10:35 am; edited 1 time in total
Back to top
View user's profile Send private message
Argian
l33t
l33t


Joined: 01 May 2004
Posts: 682
Location: Nîmes

PostPosted: Tue May 16, 2006 10:28 am    Post subject: Reply with quote

cloud64 wrote:
il l'ai :

Code:

* x11-libs/cairo
     Available versions:  1.0.2 1.0.4 1.1.1_alpha20060216[1]
     Installed:           1.1.1_alpha20060216
     Homepage:            http://cairographics.org/
     Description:         A vector graphics library with cross-device output support

[1] /usr/local/portage-xgl
Non, il ne l'est pas, il fait partie ton overlay (/usr/local/portage-xgl) :wink:
_________________
Proverbe Chinois : "Lorsqu'on n'a rien à dire d'intéressant, on cite généralement un proverbe Chinois."
Back to top
View user's profile Send private message
Darkael
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1321
Location: France

PostPosted: Tue May 16, 2006 10:30 am    Post subject: Reply with quote

cloud64 wrote:
il l'ai :

Code:

* x11-libs/cairo
     Available versions:  1.0.2 1.0.4 1.1.1_alpha20060216[1]
     Installed:           1.1.1_alpha20060216
     Homepage:            http://cairographics.org/
     Description:         A vector graphics library with cross-device output support

[1] /usr/local/portage-xgl


Tu est en train d'essayer de réinstaller cairo à partir d'un ebuild se trouvant dans un overlay, apparement dans le but d'installer XGL. Si tu as toujours besoin de ça, essaye de mettre à jour l'overlay pour voir s'il y a un nouvel ebuild qui tient compte du passage à git. Sinon, essaye un autre overlay pour Xgl (celui de CoffeeBuzz est pas mal)
Back to top
View user's profile Send private message
cloud64
n00b
n00b


Joined: 29 Nov 2005
Posts: 66

PostPosted: Tue May 16, 2006 1:09 pm    Post subject: Reply with quote

Non c'etait pour une mise a jour de gcc. Ca sera fait manuellement. Ensuite un --resume --skipfirst

Merci billy-jo :D
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