[MacPorts] #55603: gmp @6.1.2: port install stuck on configure
MacPorts
noreply at macports.org
Thu Dec 28 20:34:08 UTC 2017
#55603: gmp @6.1.2: port install stuck on configure
---------------------+---------------------------------
Reporter: roncli | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: gmp |
---------------------+---------------------------------
Comment (by kencu):
Despite what you posted above, it appears that your build attempt was not
a clean build:
{{{
150 :debug:main Skipping completed org.macports.archivefetch (gmp)
151 :debug:main Privilege de-escalation not attempted as not running
as root.
152 :debug:main Skipping completed org.macports.fetch (gmp)
153 :debug:main Privilege de-escalation not attempted as not running
as root.
154 :debug:main Skipping completed org.macports.checksum (gmp)
155 :debug:main Privilege de-escalation not attempted as not running
as root.
156 :debug:main Skipping completed org.macports.extract (gmp)
157 :debug:main Privilege de-escalation not attempted as not running
as root.
158 :debug:main Skipping completed org.macports.patch (gmp)
159 :debug:main Privilege de-escalation not attempted as not running
as root.
160 :debug:configure configure phase started at Thu Dec 28 11:55:35
PST 2017
}}}
Notice all the "skipping" lines, in your log.
Partially-completed builds are unstable, and will usually fail if
restarted. In fact, MacPorts should probably automatically clean between
build attempts -- that's a feature request.
For now, you need to clean manually -- so try `sudo port clean gmp` and
then `sudo port -v install gmp` to see if it works. It usually will.
Please report back if not.
I just rebuilt gmp on a similar system and it worked without issue.
--
Ticket URL: <https://trac.macports.org/ticket/55603#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list