Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18405 closed defect (fixed)

mesa-7.2_2 hw_render variant has no symbol _glDeleteTexturesEXT

Reported by: raphael@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: OpenGL missing symbol Cc: gstaplin@…, andrea.damore@…
Port: mesa

Description

When I try to start geomview with mesa @7.2_2+hw_render installed, I get the following error:

> geomview
dyld: Symbol not found: _glDeleteTexturesEXT
  Referenced from: /opt/local/lib/libgeomview-1.9.4.dylib
  Expected in: dynamic lookup

Trace/BPT trap
Exit 133
> nm /opt/local/lib/libGL.dylib | grep glDeleteTexturesEXT
Exit 1

After installing mesa @7.2_2-hw_render, I get

> nm /opt/local/lib/libGL.dylib | grep glDeleteTexturesEXT
00010b18 T _glDeleteTexturesEXT

and I don't get the above linker error.

Change History (5)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: andrea.damore@… added; jeremyhu@… removed
Owner: changed from macports-tickets@… to jeremyhu@…

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

Cc: gstaplin@… added

This is an issue, but you should be able to recompile geomview to get it working for you

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

Replying to jeremyhu@…:

This is an issue, but you should be able to recompile geomview to get it working for you

No, recompiling geomview doesn't help.

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

Resolution: fixed
Status: newclosed

This has been fixed for a while now...

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.