New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18405 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

mesa-7.2_2 hw_render variant has no symbol _glDeleteTexturesEXT

Reported by: raphael@… Owned by: jeremyhu@…
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

comment:1 Changed 4 years ago by macsforever2000@…

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

comment:2 follow-up: ↓ 3 Changed 4 years ago by jeremyhu@…

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

  • Status changed from new to closed
  • Resolution set to fixed

This has been fixed for a while now...

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.