Opened 15 years ago

Closed 15 years ago

#19538 closed defect (fixed)

Unable to upgrade gd2

Reported by: jwhowse4 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: gd2

Description

Running Intel Mac with Leopard 10.5.6 and Xcode 3.1.2, I get the following error message when trying to upgrade gd2.

sudo port -v upgrade gd2
Error: No port fontconfig found.
Error: Dependency 'fontconfig' not found.
Error: Unable to upgrade port: 1

port installed fontconfig
The following ports are currently installed:
  fontconfig @2.6.0_2+doc+macosx (active)

As you can see fontconfig is installed. I have never seen an error like this before. Any ideas?

Change History (2)

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

Owner: changed from macports-tickets@… to ryandesign@…
Port: gd2 added

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

The fontconfig port disappeared from the PortIndex for a short time starting in r50574 because it used ${x11prefix} which was removed from MacPorts base in r50573. r50572 was supposed to have removed all references to ${x11prefix} from all ports, but this one case in fontconfig was forgotten. This was fixed in fontconfig in r50581, which then reappeared in the PortIndex in r50583. The port was only "gone" for an hour.

So all you need to do is

sudo port selfupdate

and try again.

Note: See TracTickets for help on using tickets.