Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge problems.... Gnome and firefox (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Mon Sep 18, 2006 7:26 pm    Post subject: Emerge problems.... Gnome and firefox (SOLVED) Reply with quote

Hi. Im having troubles emerging gnome and firefox... i get the folling error:
Code:

Laptop johnny # emerge gnome
Calculating dependencies... done!

>>> Emerging (1 of 172) x11-libs/gtk+-2.8.19 to /
 * gtk+-2.8.19.tar.bz2 MD5 ;-) ...                                        [ ok ]
 * gtk+-2.8.19.tar.bz2 RMD160 ;-) ...                                     [ ok ]
 * gtk+-2.8.19.tar.bz2 SHA1 ;-) ...                                       [ ok ]
 * gtk+-2.8.19.tar.bz2 SHA256 ;-) ...                                     [ ok ]
 * gtk+-2.8.19.tar.bz2 size ;-) ...                                       [ ok ]
 * checking ebuild checksums ;-) ...                                      [ !! ]

!!! Digest verification failed:
!!! /usr/portage/x11-libs/gtk+/gtk+-2.8.8.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 4109
!!! Expected: 4115
Laptop johnny #                             

does anyone knows why????
Thk


Last edited by johnny_martins00 on Mon Sep 18, 2006 9:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
rockfly12
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2005
Posts: 97
Location: New Hampshire

PostPosted: Mon Sep 18, 2006 7:47 pm    Post subject: Reply with quote

I had this same problem. I re-synced (emerge --sync), deleted /usr/portage/distfiles/gtk+-2.8.19.tar.bz2, and re-emerged and it worked fine.
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Mon Sep 18, 2006 8:22 pm    Post subject: Reply with quote

Or you can just:
Code:

cd /usr/portage/x11-libs/gtk+/
ebuild gtk+-2.8.8.ebuild digest

which would make the filesize match the recorded size
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Mon Sep 18, 2006 8:32 pm    Post subject: Reply with quote

did that, but another error appear...:s
Code:

Laptop johnny # emerge mozilla
Calculating dependencies... done!

>>> Emerging (1 of 6) x11-libs/gtk+-2.8.19 to /
 * gtk+-2.8.19.tar.bz2 MD5 ;-) ...                                        [ ok ]
 * gtk+-2.8.19.tar.bz2 RMD160 ;-) ...                                     [ ok ]
 * gtk+-2.8.19.tar.bz2 SHA1 ;-) ...                                       [ ok ]
 * gtk+-2.8.19.tar.bz2 SHA256 ;-) ...                                     [ ok ]
 * gtk+-2.8.19.tar.bz2 size ;-) ...                                       [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking gtk+-2.8.19.tar.bz2 ;-) ...                                   [ ok ]
 * Please re-emerge x11-libs/cairo with the X USE flag set

!!! ERROR: x11-libs/gtk+-2.8.19 failed.
Call stack:
  ebuild.sh, line 1562:   Called dyn_setup
  ebuild.sh, line 665:   Called pkg_setup
  gtk+-2.8.19.ebuild, line 57:   Called die

!!! cairo needs the X flag set
!!! If you need support, post the topmost build error, and the call stack if relevant.



allready put the cairo X flag in make.conf but still the same....
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Mon Sep 18, 2006 8:38 pm    Post subject: Reply with quote

Hmm weird, can you post your make.conf?
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Mon Sep 18, 2006 8:54 pm    Post subject: Reply with quote

This is my make.conf. Thk for your replys btw :)
Code:

CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="gtk gnome qt kde dvd alsa cdr cairo X"

GENTOO_MIRRORS="ftp://darkstar.ist.utl.pt/pub/gentoo/ "

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Mon Sep 18, 2006 9:04 pm    Post subject: Reply with quote

Ok everything looks ok, you can remove the cairo flag from your make.conf though it's only these applications that have it as USE flag. If you want it there you can keep it ofcourse

Just do as the error says, Please re-emerge x11-libs/cairo with the X USE flag set
Code:

emerge cairo

Then mozilla should emerge properly :wink:
Hope it works out
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Mon Sep 18, 2006 9:07 pm    Post subject: Reply with quote

thats it.. only realized that after reading all ...>D
i did emerge x11-libs/cairo, hope its the same thing.
Thk
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Mon May 21, 2007 7:10 am    Post subject: Reply with quote

Moved from Desktop Environments to Duplicate Threads, refer to topic "Please re-emerge [solved]".

As noted in the handbook USE flags specified via environment variables are not retained as persistent settings so, aside from when a given USE flag setting is itself transient in nature, use one of the persistent USE flag setting methods (/etc/make.conf, /etc/portage/package.use). Also, note that USE flags are case sensitive.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads 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