Ticket #23785 (closed defect: worksforme)
InsightToolkit deps on xorg libs
| Reported by: | dweber@… | Owned by: | dweber@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | jeremyhu@… | |
| Port: | InsightToolkit |
Description
How can we track whether there are any real xorg deps for InsightToolkit?
The following bash script turns up nothing:
#!/bin/bash
dylibFiles=$(find /opt/local/lib/InsightToolkit-3.16 -type f -name "*.dylib")
for f in ${dylibFiles}; do
echo $f
otool -L $f | grep 'X11'
done
Change History
Note: See
TracTickets for help on using
tickets.


Yeah, I found that out as well a little while ago after I was able to get it to finish building with my workaround for OOM (I pushed it, and I'll leave it to you to figure out if you need to do something similar in the other versions).
I removed the xorg-libs dependencies because of this. My guess is you are using X11 through another avenue (wish, python modules, etc).