Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17057 closed defect (fixed)

gimp2 2.6.2 fails checksums

Reported by: mf2k (Frank Schima) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: fetch checksum Cc:
Port: gimp2

Description

I attempted to upgrade gimp2 to 2.6.2 and I get the following error:

$ sudo port upgrade gimp2
--->  Verifying checksum(s) for gimp2
Error: Checksum (md5) mismatch for gimp-2.6.2.tar.bz2
Error: Checksum (sha1) mismatch for gimp-2.6.2.tar.bz2
Error: Checksum (rmd160) mismatch for gimp-2.6.2.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Unable to upgrade port: 1

Change History (8)

comment:1 Changed 15 years ago by dbevans (David B. Evans)

Keywords: fetch checksum added
Status: newassigned

Works for me as follows:

$ sudo port -d checksum gimp2
--->  Attempting to fetch gimp-2.6.2.tar.bz2 from ftp://ftp.gimp.org/pub/gimp/v2.6/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.1M  100 15.1M    0     0   596k      0  0:00:26  0:00:26 --:--:--  664k
DEBUG: Portfile changed since installation
--->  Verifying checksum(s) for gimp2
DEBUG: Executing org.macports.checksum (gimp2)
--->  Checksumming gimp-2.6.2.tar.bz2
DEBUG: Correct (md5) checksum for gimp-2.6.2.tar.bz2
DEBUG: Correct (sha1) checksum for gimp-2.6.2.tar.bz2
DEBUG: Correct (rmd160) checksum for gimp-2.6.2.tar.bz2

Maybe there's a bad site in the master_sites list. Which one are you fetching from?

comment:2 Changed 15 years ago by mf2k (Frank Schima)

--->  Attempting to fetch gimp-2.6.2.tar.bz2 from http://gimp.site2nd.org/v2.6/

comment:3 Changed 15 years ago by dbevans (David B. Evans)

Can you edit that one out of your local copy of the Portfile and see if that fixes things?

comment:4 Changed 15 years ago by mf2k (Frank Schima)

Yes, it fetches now. It fetched from the same site you mentioned.

comment:5 Changed 15 years ago by dbevans (David B. Evans)

Ok, I'll take that one off the list and let them know about the problem.

Thanks for catching this. It would be nice if we had a tool to check this. Sort of like distcheck only download from each site and do the checksums.

comment:6 Changed 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

Committed in r41367.

comment:7 Changed 15 years ago by dbevans (David B. Evans)

As a follow up, it turns out the site in question is broken and redirects to the sites home page when trying to access the url of the distribution. So the checksums returned were for this home page.

GIMP developers have removed the site from their SVN although this will not be reflected on their home page for a while.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.