New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17057 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

gimp2 2.6.2 fails checksums

Reported by: macsforever2000@… Owned by: devans@…
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

Changed 3 years ago by devans@…

  • keywords fetch checksum added
  • status changed from new to assigned

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?

Changed 3 years ago by macsforever2000@…

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

Changed 3 years ago by devans@…

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

Changed 3 years ago by macsforever2000@…

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

Changed 3 years ago by devans@…

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.

Changed 3 years ago by devans@…

  • status changed from assigned to closed
  • resolution set to fixed

Committed in r41367.

Changed 3 years ago by devans@…

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.

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.