Opened 15 years ago
Closed 15 years ago
#23842 closed defect (fixed)
py26-suds MD5 checksum mis-match
Reported by: | gtaylor@… | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | py26-suds |
Description (last modified by jmroot (Joshua Root))
Looks like the MD5 checksum for py26-suds is wrong.
---> Computing dependencies for py26-suds DEBUG: Searching for dependency: python26 DEBUG: Found Dependency: receipt exists for python26 DEBUG: Searching for dependency: py26-setuptools DEBUG: Found Dependency: receipt exists for py26-setuptools DEBUG: Executing org.macports.main (py26-suds) DEBUG: Skipping completed org.macports.fetch (py26-suds) ---> Verifying checksum(s) for py26-suds DEBUG: Executing org.macports.checksum (py26-suds) ---> Checksumming python-suds-0.3.9.tar.gz Error: Checksum (md5) mismatch for python-suds-0.3.9.tar.gz Portfile checksum: python-suds-0.3.9.tar.gz md5 fe38cff952c5339b2cbaf61cd71100fd Distfile checksum: python-suds-0.3.9.tar.gz md5 420ac4b6ba788e43631b74719a470bf7 Error: Checksum (sha1) mismatch for python-suds-0.3.9.tar.gz Portfile checksum: python-suds-0.3.9.tar.gz sha1 766546ba93d35beb16f7dcc7d580e06086cf2723 Distfile checksum: python-suds-0.3.9.tar.gz sha1 55826c9d17e0826ddd43e6027de3249219074d68 Error: Checksum (rmd160) mismatch for python-suds-0.3.9.tar.gz Portfile checksum: python-suds-0.3.9.tar.gz rmd160 04f14a979206675b2aeea17c97ad8a0f5a622352 Distfile checksum: python-suds-0.3.9.tar.gz rmd160 d3b9e8e0bd7c005dde305bf5c61646dd8b23ac02 The correct checksum line may be: checksums md5 420ac4b6ba788e43631b74719a470bf7 \ sha1 55826c9d17e0826ddd43e6027de3249219074d68 \ rmd160 d3b9e8e0bd7c005dde305bf5c61646dd8b23ac02 Error: Target org.macports.checksum returned: Unable to verify file checksums DEBUG: Backtrace: Unable to verify file checksums while executing "$procedure $targetname" Warning: the following items did not execute (for py26-suds): org.macports.destroot org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build DEBUG: couldn't read file "/opt/local/share/macports/Tcl/darwintrace1.0/pkgIndex.tcl": no such file or directory while executing "source [file join $dir pkgIndex.tcl]" Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets>
Attachments (1)
Change History (5)
Changed 15 years ago by gtaylor@…
Attachment: | py26suds_debug.txt added |
---|
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Cc: | gtaylor@… removed |
---|---|
Description: | modified (diff) |
Keywords: | python soap suds removed |
Owner: | changed from macports-tickets@… to mmoll@… |
You don't need to cc yourself, but you do need to cc the maintainer. As per the FAQ, you need to indicate which mirror your file was downloaded from.
comment:3 Changed 15 years ago by gtaylor@…
It looks like it's straight from the official site:
---> Attempting to fetch python-suds-0.3.9.tar.gz from https://fedorahosted.org/releases/s/u/suds/
comment:4 Changed 15 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r64164.
Note: See
TracTickets for help on using
tickets.
Probably should have just attached the debug output, sorry.