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

Bug 584422

Summary: app-editors/ghex-3.18.1 - Filesize does not match recorded size
Product: Gentoo Linux Reporter: Juergen Rose <rose>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: ashmew2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fix filesize and SHA256, SHA512 and WHIRLPOOL hashes for file.

Description Juergen Rose 2016-05-29 04:58:58 UTC
'emerge ghex' fails with:
...
Saving to: ‘/usr/local/portage/distfiles_caiman/ghex-3.18.1.tar.xz’

/usr/local/portage/ 100%[===================>]   1.50M   173KB/s    in 9.1s    

2016-05-29 06:50:46 (168 KB/s) - ‘/usr/local/portage/distfiles_caiman/ghex-3.18.1.tar.xz’ saved [1568796/1568796]

!!! Fetched file: ghex-3.18.1.tar.xz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      1568796
!!! Expected: 679720
Refetching... File renamed to '/usr/local/portage/distfiles_caiman/ghex-3.18.1.tar.xz._checksum_failure_.LLzNne'

!!! Couldn't download 'ghex-3.18.1.tar.xz'. Aborting.
Comment 1 Ashish Gupta 2016-05-29 09:46:18 UTC
Created attachment 435690 [details, diff]
Fix filesize and SHA256, SHA512 and WHIRLPOOL hashes for file.

I can confirm that this is an issue with the latest ghex-3.18.1

Apply patch: 
------------

# cp Manifest.patch /usr/portage/app-editors/ghex/
# cd /usr/portage/app-editors/ghex/
# patch Manifest Manifest.patch
# emerge --ask -v =app-editors/ghex-3.18.1

Should work.

I tried it and was able to get ghex running on my machine.