Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18202 closed defect (fixed)

glut-3.7 does not link against MacPorts X11 libs

Reported by: raphael@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: wrong X11 libraries Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: glut

Description

The glut port uses the system X11 libraries instead of the MacPorts X11 libraries:

> otool -L /opt/local/lib/libglut.3.7.dylib 
/opt/local/lib/libglut.3.7.dylib:
	/opt/local/lib/libglut.3.dylib (compatibility version 3.7.0, current version 3.7.0)
	/usr/X11/lib/libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0)
	/usr/X11/lib/libGLU.1.dylib (compatibility version 1.3.0, current version 1.3.0)
	/usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/X11/lib/libXi.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)
	/usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0)
	/usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)

A rebuild does not help.

Change History (6)

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

Owner: changed from macports-tickets@… to jeremyhu@…

Thanks for the report.

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

This is being delayed by the lack of a HW-Accelerated libGL in MacPorts. Hopefully it will be addressed in the coming months.

comment:3 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Status: newassigned

Try installing mesa then reinstalling glut. Does that help?

comment:4 in reply to:  3 Changed 15 years ago by raphael@…

Replying to jeremyhu@…:

Try installing mesa then reinstalling glut. Does that help?

No, that doesn't help. Even after installing the latest mesa @7.2_2+hw_render port.

comment:5 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: assignedclosed

glut is now installed with the mesa port.

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.