Opened 3 months ago
Last modified 3 months ago
#70549 new defect
readosm @1.1.0a: checksum mismatch
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.0 |
Keywords: | Cc: | ||
Port: | readosm |
Description
---> Fetching distfiles for readosm ---> readosm-1.1.0a.tar.gz does not exist in /opt/local/var/macports/distfiles/readosm ---> Attempting to fetch readosm-1.1.0a.tar.gz from http://www.gaia-gis.it/gaia-sins/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1073k 100 1073k 0 0 419k 0 0:00:02 0:00:02 --:--:-- 419k ---> Verifying checksums for readosm ---> Checksumming readosm-1.1.0a.tar.gz Error: Checksum (rmd160) mismatch for readosm-1.1.0a.tar.gz Portfile checksum: readosm-1.1.0a.tar.gz rmd160 c71fd9625cc79bafcff3b013e06b7846000251cb Distfile checksum: readosm-1.1.0a.tar.gz rmd160 808600ccc477d2a6c6a9a5b61be70bb51672cc5c Error: Checksum (sha256) mismatch for readosm-1.1.0a.tar.gz Portfile checksum: readosm-1.1.0a.tar.gz sha256 4cb2a1200fda1275446dac11a1b02ce3870046174eb16dc1d94ce22bcab8667f Distfile checksum: readosm-1.1.0a.tar.gz sha256 db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145 Error: Checksum (size) mismatch for readosm-1.1.0a.tar.gz Portfile checksum: readosm-1.1.0a.tar.gz size 1099118 Distfile checksum: readosm-1.1.0a.tar.gz size 1099129 The correct checksum line may be: checksums rmd160 808600ccc477d2a6c6a9a5b61be70bb51672cc5c \ sha256 db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145 \ size 1099129 Error: Failed to checksum readosm: Unable to verify file checksums
Change History (1)
comment:1 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | readosm: checksum mismatch → readosm @1.1.0a: checksum mismatch |
---|
Note: See
TracTickets for help on using
tickets.
The difference between the file we mirrored and the one on the gaia-gis server now is:
readosm-1.1.0a/config-msvc.h
"""readosm-1.1.0a/makefile.vc
ebug /dll /out:$(READOSM_DLL) \readosm-1.1.0a/makefile64.vc
ebug /dll /out:$(READOSM_DLL) \Looks like a stealth update but I assume that files with .vc extensions or containing msvc are for Windows and have no effect on what we do in MacPorts so we should ignore the stealth update using
master_sites macports_distfiles
.