Opened 16 years ago
Closed 15 years ago
#19492 closed defect (fixed)
vtk5 needs xorg-server and libGL
Reported by: | jjstickel@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | x11prefix | Cc: | |
Port: | vtk5 |
Description
vtk5 is sensitive to the versions of the X11 and opengl libraries that are used. The most recent vtk5 port (as of 4/24/09) uses macports libX11 but apple libGL (${x11prefix}/lib/libGL.dylib). This results in a Bus error on Tiger. I found it was insufficient to simply use the opengl libraries provided by the mesa port (${prefix}/lib/libGL.dylib), which also resulted in a Bus error. However, by also using X11.app provided by the port xorg-server, it works! Attached is a patch for the Portfile to add xorg-server as a dependency for Tiger and to specify the libGl in ${prefix}.
Attachments (1)
Change History (3)
Changed 16 years ago by jjstickel@…
Attachment: | vtk5Portfile.diff added |
---|
comment:1 Changed 15 years ago by jjstickel@…
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r52491.
Note: See
TracTickets for help on using
tickets.
Looks like this was mostly fixed in revision 2 that is in the current port tree. I don't know if you agree that the xorg-server needs to be added as a dependency, but otherwise this ticket could be closed.