Opened 14 years ago

Closed 13 years ago

#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 (Jeremy Huddleston Sequoia)
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 (3)

comment:1 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

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).

comment:2 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

The python, tk, etc dependencies are all outside of xorg-libs, so if you needed extra dependencies for them, you weren't getting them already with xorg-libs ...

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

Port: and prior versions removed
Resolution: worksforme
Status: newclosed
Type: requestdefect

There doesn't seem to be anything to fix here.

Note: See TracTickets for help on using tickets.