#43949: gmp install fails with :debug:extract Error code: NONE -------------------------------+-------------------------------- Reporter: brookemgilbert@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: Port: gmp | -------------------------------+-------------------------------- Comment (by brookemgilbert@…): Replying to [comment:3 ryandesign@…]:
Thanks, that's a clean log. It shows the output from all phases, including the fetch phase, which your previous log did not include because it had already been completed previously.
It shows this message:
{{{ :warn:archivefetch Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers> }}}
I looked into that a while back and read [http://trac.macports.org/ticket/39868 this topic] about it. I think the problem is that my ISP automatically redirects me to a search page if I request a nonexistent address. I don't think that's under my control, but if it's important I could call them to see if they can turn it off...
What do you get for these commands:
{{{ ls -l /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 file /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 openssl dgst -sha256 /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 }}}
I've got: {{{ $ ls -l /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 -rw-r--r-- 1 macports admin 2319400 5 May 03:01 /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 $ file /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2: bzip2 compressed data, block size = 900k $ openssl dgst -sha256 /opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2 SHA256(/opt/local/var/macports/distfiles/gmp/gmp-6.0.0a.tar.bz2)= 7f8e9a804b9c6d07164cf754207be838ece1219425d64e28cfa3e70d5c759aaf }}} -- Ticket URL: <https://trac.macports.org/ticket/43949#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X