New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23785 (closed defect: worksforme)

Opened 3 years ago

Last modified 2 years ago

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

comment:1 Changed 3 years ago by jeremyhu@…

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 3 years ago by jeremyhu@…

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 2 years ago by jmr@…

  • Status changed from new to closed
  • Type changed from request to defect
  • Resolution set to worksforme
  • Port changed from InsightToolkit and prior versions to InsightToolkit

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

Note: See TracTickets for help on using tickets.