Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] I want to emerge "terminator" in my Gentoo, error
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bluephoenix
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2008
Posts: 94

PostPosted: Fri Apr 12, 2013 3:37 pm    Post subject: [Solved] I want to emerge "terminator" in my Gento Reply with quote

# emerge terminator

* IMPORTANT: 10 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

Calculating dependencies - * Digest verification failed:
* /usr/portage/dev-python/pygobject/pygobject-3.2.2.ebuild
* Reason: Failed on SHA256 verification
* Got: 41cb06b0b02d08e34029e78cc821901e29b49323fb29cca9c6365cf31cad8126
* Expected: 0bf30444acc677b4cff3c20329e431f0e3e3564103379f490c3a9626a8447aa6
... done!

>>> Verifying ebuild manifests

!!! Digest verification failed:
!!! /usr/portage/dev-python/pygobject/pygobject-2.28.6-r52.ebuild
!!! Reason: Failed on SHA256 verification
!!! Got: 21a9890c7d4fed7fbf85cb0dd7f7898a9406b8012140ddb81503f1bc6dac7387
!!! Expected: 497c600e763c677c9ef096836f4a3a033c8a165b8f47194271923f31213ca678


Last edited by bluephoenix on Sun Apr 14, 2013 9:54 am; edited 1 time in total
Back to top
View user's profile Send private message
Dominique_71
Veteran
Veteran


Joined: 17 Aug 2005
Posts: 1877
Location: Switzerland (Romandie)

PostPosted: Fri Apr 12, 2013 3:50 pm    Post subject: Re: I want to emerge "terminator" in my Gentoo, bu Reply with quote

bluephoenix wrote:
# emerge terminator

* IMPORTANT: 10 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


You should read your news first 8)
_________________
"Confirm You are a robot." - the singularity
Back to top
View user's profile Send private message
bluephoenix
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2008
Posts: 94

PostPosted: Fri Apr 12, 2013 4:19 pm    Post subject: I read all of un-read information, bust when I emerge termin Reply with quote

I read all of un-read information, bust when I emerge terminator, still got the similar output.

bluephoenix portage # emerge terminator
Calculating dependencies / * Digest verification failed:
* /usr/portage/dev-python/pygobject/pygobject-3.2.2.ebuild
* Reason: Failed on SHA256 verification
* Got: 41cb06b0b02d08e34029e78cc821901e29b49323fb29cca9c6365cf31cad8126
* Expected: 0bf30444acc677b4cff3c20329e431f0e3e3564103379f490c3a9626a8447aa6
... done!

>>> Verifying ebuild manifests

!!! Digest verification failed:
!!! /usr/portage/dev-python/pygobject/pygobject-2.28.6-r52.ebuild
!!! Reason: Failed on SHA256 verification
!!! Got: 21a9890c7d4fed7fbf85cb0dd7f7898a9406b8012140ddb81503f1bc6dac7387
!!! Expected: 497c600e763c677c9ef096836f4a3a033c8a165b8f47194271923f31213ca678
Back to top
View user's profile Send private message
MustrumR
n00b
n00b


Joined: 15 Nov 2011
Posts: 71
Location: Right here

PostPosted: Fri Apr 12, 2013 4:33 pm    Post subject: Reply with quote

emerge --sync
should fix it.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Fri Apr 12, 2013 4:34 pm    Post subject: Reply with quote

The digest verification says that the Portage tree is inconsistent, because of
  • A failed or incomplete "emerge --sync", or
  • Hard drive / file system corruption.
In either case, the first thing to try is to re-run
Code:
emerge --sync
which will refresh the Portage tree.

Edit: Got beaten to the punch. :D

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
bluephoenix
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2008
Posts: 94

PostPosted: Fri Apr 12, 2013 11:56 pm    Post subject: Reply with quote

I tried "emerge --sync" 3 times, but no help.

I also tried clear "timestamp" method and there no help.

Maybe this is a bug.

My profile is [3] default/linux/x86/13.0/desktop *
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat Apr 13, 2013 1:33 am    Post subject: Reply with quote

Try changing the server you are syncing with.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
imaginasys
Tux's lil' helper
Tux's lil' helper


Joined: 26 Dec 2009
Posts: 83
Location: Québec

PostPosted: Sat Apr 13, 2013 2:20 am    Post subject: Reply with quote

Your portage tree seems to be corrupted.

Try to delete the tree and sync to bring back the whole tree :

#rm -rf /usr/portage/*
#emerge --sync

Regards,
BT :mrgreen:
Back to top
View user's profile Send private message
bluephoenix
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2008
Posts: 94

PostPosted: Sun Apr 14, 2013 9:53 am    Post subject: Reply with quote

imaginasys's understanding is correct.

After I delete the whole portage and emerge sync, everything is OK.

BTW, if you can tell me how you find this, I will be so appreciated!
Back to top
View user's profile Send private message
imaginasys
Tux's lil' helper
Tux's lil' helper


Joined: 26 Dec 2009
Posts: 83
Location: Québec

PostPosted: Sun Apr 14, 2013 7:43 pm    Post subject: Reply with quote

Check this post on the gentoo forum:

https://forums.gentoo.org/viewtopic-p-4249733.html?sid=b76e7b4df0438dee57491a11ee58f0aa

The rest is obtained by experience. I confess that I did bad things to my portage tree in the past... But I changed!

regards,

BT
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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