Opened 9 years ago
Closed 9 years ago
#47828 closed defect (fixed)
libepoxy: wrong hardcoded libGL location
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | haspatch | Cc: | mkae (Marko Käning), mf2k (Frank Schima) |
Port: | libepoxy |
Description
MyPaint-devel fails to open. The message is:
Couldn't open /opt/X11/lib/libGL.1.dylib: dlopen(/opt/X11/lib/libGL.1.dylib, 5): image not found
/opt/X11 is not mentioned in the MyPaint source code. I could only find it mentioned in libepoxy. The attached patch fixed the problem for me.
If you have Xquartz installed in /opt/X11 you wouldn't have noticed this problem, but I don't so I did.
Attachments (2)
Change History (7)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libepoxy.diff added |
---|
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-src-dispatch_common.c.diff added |
---|
comment:1 Changed 9 years ago by mf2k (Frank Schima)
comment:5 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch committed in r136739. Thanks for tracking this down, Ryan.
Note: See
TracTickets for help on using
tickets.
I hope this is the cause of #47708.