gpsd checksum issue?

Ryan Schmidt ryandesign at macports.org
Thu Oct 22 10:49:15 PDT 2015


> On Oct 22, 2015, at 12:37 PM, William Parducci <bill at parducci.net> wrote:
> 
>> On Oct 22, 2015, at 1:05 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
>> 
>> This is not a build failure; it is a checksum failure, but you didn't tell us what server the gpsd-3.14.tar.gz file came from, or in what way its checksum differs from the corresponding file at distfiles.macports.org, which should be the correct one.
> 
> Just ran this (last night’s was attempt used cached source, so original server not in logs):
> 
> $ sudo ./port clean all
> $ sudo ./port install gpsd
> 
> --->  Computing dependencies for gpsd
> --->  Fetching archive for gpsd
> --->  Attempting to fetch gpsd-3.14_3.darwin_15.x86_64.tbz2 from http://packages.macports.org/gpsd
> --->  Attempting to fetch gpsd-3.14_3.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/gpsd
> --->  Attempting to fetch gpsd-3.14_3.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/gpsd
> --->  Fetching distfiles for gpsd
> --->  Verifying checksums for gpsd
> Error: Checksum (rmd160) mismatch for gpsd-3.14.tar.gz
> Error: Checksum (sha256) mismatch for gpsd-3.14.tar.gz
> Error: org.macports.checksum for port gpsd returned: Unable to verify file checksums
> Please see the log file for port gpsd for details:
>    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_gpsd/gpsd/main.log
> To report a bug, follow the instructions in the guide:
>    http://guide.macports.org/#project.tickets
> Error: Processing of port gpsd failed
> _______________________________________________

That's no different than what you showed in the first message.

"sudo port clean all" cleans the work directories of all ports, but not their distfiles (which are what's at issue here).

No need to clean all ports; only the gpsd port. To clean its distfiles too, use "sudo port clean --all gpsd".

Before you do that, you could save off the gpsd-3.14.tar.gz file you already have, to see what's wrong with it.



More information about the macports-users mailing list