Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge --digest failing in portage 2.1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
derek_i
n00b
n00b


Joined: 25 Apr 2002
Posts: 5
Location: Naples, FL

PostPosted: Thu Jun 29, 2006 2:57 pm    Post subject: emerge --digest failing in portage 2.1 Reply with quote

I added the gentoo.de overlay and updated using gensync. net-mail/hula was missing a digest so I tried creating one with
Code:

emerge --digest hula


using portage 2.1-r1 and received the following error...

Code:
netfinity hula # emerge --digest hula             
Calculating dependencies... done!
>>> Creating Manifest for /usr/local/overlays/gentoo.de/net-mail/hula
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3497, in ?
    retval=portage.doebuild(y,"digest",portage.root,tmpsettings,edebug,("--pretend" in myopts),tree="porttree")
  File "/usr/lib/portage/pym/portage.py", line 2937, in doebuild
    myportdb=mydbapi)
  File "/usr/lib/portage/pym/portage.py", line 2322, in digestgen
    assumeDistHashesAlways=("assume-digests" in mysettings.features))
  File "/usr/lib/portage/pym/portage_manifest.py", line 431, in create
    self.fhashdict[mytype][f] = perform_multiple_checksums(self.pkgdir+f, self.hashes)
  File "/usr/lib/portage/pym/portage_checksum.py", line 166, in perform_multiple_checksums
    raise portage_exception.DigestException, x+" hash function not available (needs dev-python/pycrypto)"
portage_exception.DigestException: 'RMD160 hash function not available (needs dev-python/pycrypto)'
netfinity hula #


I downgraded to portage 2.1 and received the same error. I then downgraded again to portage 2.0.54-r2 and it worked...

Code:
netfinity hula # emerge --digest hula
Calculating dependencies  auxdb exception: [/usr/local/overlays/gentoo.de::net-mail/hula-1212]: "Corruption detected when reading key 'hula-1212': Key count mistmatch"                                        ...done!
>>> Generating digest file...
<<< hula-r1212.tgz
>>> Generating manifest file...
<<< ChangeLog
<<< files/digest-hula-1212
<<< files/hula
<<< hula-1212.ebuild
<<< metadata.xml
>>> Computed message digests.

>>> emerge (1 of 1) net-mail/hula-1212 to /
>>> md5 files   ;-) hula-1212.ebuild
>>> md5 files   ;-) files/hula
>>> md5 files   ;-) files/digest-hula-1212
>>> md5 src_uri ;-) hula-r1212.tgz
>>> Unpacking source...
>>> Unpacking hula-r1212.tgz to /var/tmp/portage/hula-1212/work
>>> Source unpacked.
.
.
.


Just throwing this out there in case someone working on portage wants to look at and/or fix it...

-D
Back to top
View user's profile Send private message
UncleOwen
Veteran
Veteran


Joined: 27 Feb 2003
Posts: 1493
Location: Germany, Hamburg

PostPosted: Thu Jun 29, 2006 3:04 pm    Post subject: Reply with quote

Bugreports are supposed to be posted on bugs.gentoo.org, not here.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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