[MacPorts] #45891: Computing dependencies for wget Error: Dependency 'gmp' not found.
MacPorts
noreply at macports.org
Fri Nov 14 10:26:04 PST 2014
#45891: Computing dependencies for wget Error: Dependency 'gmp' not found.
------------------------------+--------------------------------
Reporter: lisa.e.madden@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Resolution: | Keywords:
Port: |
------------------------------+--------------------------------
Changes (by larryv@…):
* cc: lisa.e.madden@… (removed)
Old description:
> Trying to install wget via macports on a 10.9.5 system and get following
> error:
>
> sudo port install wget
> ---> Computing dependencies for wget
> Error: Dependency 'gmp' not found.
> To report a bug, follow the instructions in the guide:
> http://guide.macports.org/#project.tickets
> Error: Processing of port wget failed
>
> Installed libiconv-1.14 thinking it needed that, but did not help. Same
> error.
>
> any way to get wget installed? User needs this now. (of course)
>
> thanks,
>
> Lisa Madden
New description:
Trying to install wget via macports on a 10.9.5 system and get following
error:
{{{
sudo port install wget
---> Computing dependencies for wget
Error: Dependency 'gmp' not found.
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port wget failed
}}}
Installed libiconv-1.14 thinking it needed that, but did not help. Same
error.
any way to get wget installed? User needs this now. (of course)
thanks,
Lisa Madden
--
Comment:
The real problem is that your `gmp` port is not indexed for some reason.
Could you try running these commands?
{{{
$ sudo rm $(port dir wget)/../../PortIndex*
$ sudo port selfupdate
$ port info gmp
}}}
--
Ticket URL: <https://trac.macports.org/ticket/45891#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list