Opened 15 years ago

Closed 15 years ago

#18210 closed defect (invalid)

MacPorts not recognizing Leopard X11 libs?

Reported by: jmallen@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: X11 xorg libraries Cc:
Port:

Description

Sorry to have to open a ticket for this particular problem, but seeing as you guys don't have a discussion forum or any other convenient way to communicate, this is the only option I have left, as my searches haven't been to fruitful. I seriously have a lot of questions about various MacPorts problems, and the lack of a discussion forum is really quite vexing because there's no convenient way look at previous problems people had that weren't necessarily bugs.

I'm trying to get PyFTGL going, and for that, I needed ftgl. On my other Mac (also running the latest Leopard), I used MacPorts and it seemed to work properly. Now I'm not really interested in troubleshooting my ftgl specific problems here. All I do know is that on my desktop, it appears that ftgl built properly with no need for any xorg libs.

However when I tried to do something similar from my MacBook I had a long string of xorg dependencies. In order to make sure that I had everything set up properly, I completely removed MacPorts in the manner prescribed by the guide, and re-installed X11, XQuartz, and Xcode tools, and then re-installed the binary version of MacPorts.

So I tried again to install ftgl, and I am again installing xorg libraries, when I'd prefer to use the ones that are installed with Leopard. Do I need to install MacPorts in a different way? I would love to know this, because the documentation is very sparse on this subject.

Sorry to have to open a ticket here, but I've been looking all afternoon for a more appropriate venue, and have yet to find one.

Change History (3)

comment:1 Changed 15 years ago by godboutn@…

I looked into the problem real fast and tracked down the dependency that triggering the xorg installation. It comes from the package graphviz.

You can try this: sudo port install graphviz +no_x11 sudo port install ftgl

I haven't tried it myself; it installs quite a few packages. Try it out!

comment:2 Changed 15 years ago by godboutn@…

To make it clearer (and with me properly using WikiFormatting):

sudo port install graphviz +no_x11
sudo port install ftgl

I must warn the option seems to completely disable X support for graphviz. There is Quartz support built as default, but I can't say if it will enable a gui or not for the graphviz package.

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

Add +system_x11 to /opt/local/etc/macports/variants.conf. And please do check out our mailing lists and IRC channel: http://www.macports.org/contact.php

Note: See TracTickets for help on using tickets.