Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113967 - mozilla-firefox-1.5 emerge fails on MD5 verification
Summary: mozilla-firefox-1.5 emerge fails on MD5 verification
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 18:00 UTC by Jean-Francois Ostiguy
Modified: 2005-11-30 05:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Francois Ostiguy 2005-11-29 18:00:39 UTC
emerge =mozilla-firefox-1.5

......

!!! Digest verification Failed:
!!!    /usr/portage/distfiles/embed-typeaheadfind.patch
!!! Reason: Failed on MD5 verification


Reproducible: Always
Steps to Reproduce:
1.emerge =mozilla-firefox-1.5
2.
3.

Actual Results:  
......

!!! Digest verification Failed:
!!!    /usr/portage/distfiles/embed-typeaheadfind.patch
!!! Reason: Failed on MD5 verification


Expected Results:  
emerge should not fail.
Comment 1 Peter O'Connor 2005-11-29 23:20:03 UTC
I had the same issue, unfortunately I lost the output information to show what
happened so I'll explain. 

What happened was that the file already existed in /usr/portage/distfiles so
when it fetched the file it assumed an unfinished download and it grabbed only
the last 323 bytes and tagged it on to the end of the old file, causing the MD5
failure.

To fix it I simply went rm /usr/portage/distfiles/embed-typeaheadfind.patch 

Then when I emerged it again, it downloaded the full file and passed the MD5
verification and is currently compiling.
Comment 2 Zeno Davatz 2005-11-30 03:38:24 UTC
Cool, worked perfectly for me! Thanks for the hint! Gentoo Rocks!
Comment 3 Renata Romanazzi 2005-11-30 03:49:14 UTC
Same problem occurred here. Rm embed-typeaheadfind.patch & re-emerging
mozilla-firefox worked perfectly.
Comment 4 Jory A. Pratt 2005-11-30 05:57:12 UTC
stale distfiles are the biggest cause of md fail failure and patches failing
during an emerge closing as you all seem to have figured this all out.