Opened 10 years ago

Last modified 10 years ago

#45891 closed defect

Computing dependencies for wget Error: Dependency 'gmp' not found. — at Version 2

Reported by: lisa.e.madden@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc:
Port:

Description (last modified by larryv (Lawrence Velázquez))

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

Change History (2)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Priority: HighNormal

The Priority field is for use by Macports team members only.

comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)

Cc: lisa.e.madden@… removed
Description: modified (diff)

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
Note: See TracTickets for help on using tickets.