Opened 4 months ago

Closed 4 months ago

#70116 closed defect (fixed)

netselect: checksum mismatch

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: netselect

Description

--->  Fetching distfiles for netselect
--->  netselect-0.3.tar.gz does not exist in /opt/local/var/macports/distfiles/netselect
--->  Attempting to fetch netselect-0.3.tar.gz from http://alumnit.ca/~apenwarr/netselect/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100  139k    0  139k    0     0  26246      0 --:--:--  0:00:05 --:--:-- 59189
--->  Verifying checksums for netselect
--->  Checksumming netselect-0.3.tar.gz
Error: Checksum (md5) mismatch for netselect-0.3.tar.gz
Portfile checksum: netselect-0.3.tar.gz md5 3a3714946db2458e5db3d55373057ef2
Distfile checksum: netselect-0.3.tar.gz md5 5153c1b5ebd1db90bbdcdc4946973308
The correct checksum line may be:
checksums           md5     5153c1b5ebd1db90bbdcdc4946973308 \
                    rmd160  89de538271a9922e7774f5261ad2f1974b8b16bc \
                    sha256  7622ba9ef8b2e74f9bf28228c46053192e7ec15d3686dcec42cd6aa39cb7f42a \
                    size    142705
Error: Failed to checksum netselect: Unable to verify file checksums

Change History (2)

comment:1 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)

What you should see is a message that the downloaded file was HTML:

% sudo port fetch --no-mirrors netselect
Password:
--->  Fetching distfiles for netselect
--->  Attempting to fetch netselect-0.3.tar.gz from http://alumnit.ca/~apenwarr/netselect/
% sudo port checksum netselect    
--->  Verifying checksums for netselect
Error: Checksum (md5) mismatch for netselect-0.3.tar.gz
***
The non-matching file appears to be HTML. See this page for possible reasons
for the checksum mismatch:
<https://trac.macports.org/wiki/MisbehavingServers>
***
The file has been moved to: /opt/local/var/macports/distfiles/netselect/netselect-0.3.tar.gz.html
Error: Failed to checksum netselect: Unable to verify file checksums
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_netselect/netselect/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port netselect failed

This helpful diagnostic has been missing from your recent checksum mismatch reports. Any idea why your MacPorts has been unable to identify this situation properly?

comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 3bc14064efc58c993a9c29c6dcdbee1fb8dce6d7/macports-ports (master):

netselect: Use archived homepage / master_sites

Closes: #70116

Note: See TracTickets for help on using tickets.