I just tried to drush dl realname-7.x-1.x and I got the error "File realname-7.x-1.x-dev.tar.gz is corrupt (wrong md5 checksum). "

Sure enough, the MD5 hash listed on the release page is:
6cb69f17eb6c10361c5892bc3648c9f1

When I run md5sum realname-7.x-1.x-dev.tar.gz I get:
3f7ef0af08c03f50addd6facca0d2212

This is pretty major since it blocks drush and download verifications completely.

Comments

dave reid’s picture

In addition, on the dev release node, it says it was last generated 'November 9th', but I made a commit yesterday, Nov 18 at 16:52 CST, and I know the download contains the new commit so it was actually rebuilt.

dave reid’s picture

I can also currently confirm the same problem with views 7.x-3.x-dev.

dave reid’s picture

Also confirmed from #975996: Drush dl views that this also is a problem for media_mover-6.x-1.x-dev, webform-6.x-3.x-dev, views_charts-6.x-1.x-dev

longwave’s picture

Perhaps related to the issues at http://drupal.org/node/381704#comment-3728096 onwards, as uc_views-6.x-3.x-dev is also affected by this.

nnewton’s picture

This is solved for now, but -dev releases will need to be regenerated for problem release nodes.

-N

longwave’s picture

This is still occuring for uc_views-6.x-3.x - I made a commit yesterday in the hope that it would cause the release to be regenerated, but this hasn't happened; http://drupal.org/node/534290 was last updated on November 18, how do I trigger an update?

dave reid’s picture

Priority: Major » Critical

Yep, still occurring for me as well even after I committed code to the following branch/dev release:
http://drupal.org/node/964794
- Still says "Last updated: November 9, 2010 - 06:19" when it was Nov 19th (from timestamps in the .tar.gz)
- Still says the file hash is 6cb69f17eb6c10361c5892bc3648c9f1

longwave’s picture

Dave Reid's realname-7.x-1.x has apparently updated now, but uc_views-6.x-3.x still refuses to update for some reason, and the hash still does not match.

$ drush dl uc_views-6.x-3.x
File uc_views-6.x-3.x-dev.tar.gz is corrupt (wrong md5 checksum).

$ md5sum uc_views-6.x-3.x-dev.tar.gz
a5d185f71b8795d4a4bce9b0d16b8291  uc_views-6.x-3.x-dev.tar.gz

whereas f4c06b250e8052572949a40ff8f527e2 is the hash given on the release page.

hunmonk’s picture

Status: Active » Postponed (maintainer needs more info)

uc_views-6.x-3.x still refuses to update

that branch shows a last commit date of 2010-Nov-18 . i suspect that a new commit to the branch will solve the problem on the next packaging run. please try that.

longwave’s picture

Status: Postponed (maintainer needs more info) » Fixed

I did make a commit on November 22 which deleted a file from the branch, but I guess that doesn't trigger an update. Another commit seems to have solved the problem, thanks for responding.

dave reid’s picture

Status: Fixed » Active

This is back again with the Views 7.x-3.x dev release, which has had lots of activity and the last view days (last generated Dec 7)
http://drupal.org/node/608852

gerhard killesreiter’s picture

Status: Active » Fixed

Seems this is fixed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

boabjohn’s picture

Status: Closed (fixed) » Active

Sorry to touch this one fellas, but I suspect there's something still amiss.

In an Ubuntu Hardy Heron environment with PHP=5.2.4-2ubuntu5.17 (64M limit) , I have a multisite installation provisioned through aegir...

I checked status with drush up and needed to run a half dozen up dates (ckeditor, ctools, panels, token, views, drupal core 7.4 > 7.7)

Giving Drush the go-ahead, I immediately got an MD5 error with ckeditor. I thought strange, but ckeditor can be like that, so I ran drush command: drush up ctools panels (etc) and bang, go the MD5 error again, on ctools.

Baffled, did a d.o search and found this (and other) threads.

Went back to the site and, over the course of between 1 and 4 attempts *per module* managed to get each one to update. Views was the last one...I just kept repeating the drush up views command and ignoring the MD5 error (see below) until it just updated like normal.

Do you really want to continue with the update process? (y/n): y
File views-7.x-3.x-dev.tar.gz is corrupt (wrong md5 checksum).                                     [error]
Updating project views failed. Attempting to roll back to previously installed version.            [error]
Backups were restored successfully.                                                                [ok]

Apologies in advance if this is just all local messiness...but I've never had it happen before in ~2 years of happily using drush.

nnewton’s picture

Can you retest with views-7.x-3.x-dev. I cannot currently reproduce this. (or point to another release with this issue)

-N

pauljr8’s picture

Running drush pm-update hangs on "File views-7.x-3.x-dev.tar.gz is corrupt (wrong md5 checksum)."
Installed version: Views 7.x-3.x-dev (2011-Sep-19)
Available version: 7.x-3.x-dev (2011-Sep-26)

dasrecht’s picture

Status: Active » Closed (cannot reproduce)

Closing old issues. Please re-open if needed.