Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 143040

Summary: xextproto 7.0.2 digest error
Product: Gentoo Linux Reporter: Steve Egbert <s.egbert>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steve Egbert 2006-08-06 19:43:58 UTC
When performing stage3 install, at the step of upgrading portage...

# emerge portage
Calculating dependencies ...done!
>>> emerge (1 of 71) x11-proto/xextproto-7.0.2 to /
>>> Downloading http://xorg.freedesktop.org/releases/individual/proto/xextproto-7.0.2.tar.bz2
--19:41:21--  http://xorg.freedesktop.org/releases/individual/proto/xextproto-7.0.2.tar.bz2
           => `/usr/portage/distfiles/xextproto-7.0.2.tar.bz2'
Resolving xorg.freedesktop.org... 131.252.208.36
Connecting to xorg.freedesktop.org|131.252.208.36|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 68,323 (67K) [application/x-tar]

100%[==============================================================================================>] 68,323        74.30K/s

19:41:22 (74.14 KB/s) - `/usr/portage/distfiles/xextproto-7.0.2.tar.bz2' saved [68323/68323]

!!! Files listed in the manifest do not exist!
.#xextproto-7.0.2.ebuild.1.14




That's right.... a period, pound symbol was found before the xextproto.
Comment 1 Steve Egbert 2006-08-06 19:48:53 UTC
Workaround is to perform

# cd /usr/portage/x11-proto/xextproto
# ebuild /usr/portage/x11-proto/xextproto/xextproto-7.0.2.ebuild digest
<<< xextproto-7.0.2.tar.bz2
>>> Generating manifest file...
<<< ChangeLog
<<< files/digest-xextproto-7.0.2
<<< metadata.xml
<<< xextproto-7.0.2.ebuild
>>> Computed message digests.

Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-07 03:05:06 UTC
>>> Downloading 'http://xorg.freedesktop.org/releases/individual/proto/xextproto-7.0.2.tar.bz2'
--12:04:24--  http://xorg.freedesktop.org/releases/individual/proto/xextproto-7.0.2.tar.bz2
           => `/usr/portage/distfiles/xextproto-7.0.2.tar.bz2'
Resolving xorg.freedesktop.org... 131.252.208.36
Connecting to xorg.freedesktop.org|131.252.208.36|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 68,323 (67K) [application/x-tar]

100%[====================================================================================================>] 68,323        81.66K/s             

12:04:25 (81.44 KB/s) - `/usr/portage/distfiles/xextproto-7.0.2.tar.bz2' saved [68323/68323]

 * xextproto-7.0.2.tar.bz2 MD5 ;-) ...                                                                                                    [ ok ]
 * xextproto-7.0.2.tar.bz2 RMD160 ;-) ...                                                                                                 [ ok ]
 * xextproto-7.0.2.tar.bz2 SHA1 ;-) ...                                                                                                   [ ok ]
 * xextproto-7.0.2.tar.bz2 SHA256 ;-) ...                                                                                                 [ ok ]
 * xextproto-7.0.2.tar.bz2 size ;-) ...                                                                                                   [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                      [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                     [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                    [ ok ]
 * checking xextproto-7.0.2.tar.bz2 ;-) ...             

Works fine here, you need emerge --sync, it seems?