Hi Jake,
Am 26.08.2010 um 00:01 schrieb Jake Goerzen:
I took a look at xmms. I updated the GAR recipe and rebuilt new
packages The packages are available in experimental/x11-reloaded:
xmms-1.2.11,REV=2010.08.25-SunOS5.9-i386-CSW.pkg.gz
xmms-1.2.11,REV=2010.08.25-SunOS5.9-sparc-CSW.pkg.gz
Cool.
The program runs except there is a problem with the opengl plugin eg:
bash-3.00$ xmms
ld.so.1: xmms: fatal: relocation error: file
/opt/csw/lib/xmms/Visualization/libogl_spectrum.so: symbol
sunOglCurrentContext: referenced symbol not found
I'm not sure what is going wrong since the ./configure and build
process seemed to find the right system X11 headers and libraries.
And libogl_spectrum.so is finding the libraries needed during runtime:
bash-3.00$ ldd /opt/csw/lib/xmms/Visualization/libogl_spectrum.so
Try "ldd -r" and you see the error:
r...@testing9s :/root > ldd -r /opt/csw/lib/xmms/Visualization/
libogl_spectrum.so
...
symbol not found: sunOglCurrentContext (/opt/csw/
lib/xmms/Visualization/libogl_spectrum.so)
symbol not found: sunOglCurPrimTablePtr (/opt/csw/
lib/xmms/Visualization/libogl_spectrum.so)
A brief search gave
http://www.nvnews.net/vbulletin/showthread.php?t=149650
and
http://www.mail-archive.com/[email protected]/msg08023.html
From there I would recommend to try
EXTRA_CPPFLAGS = -DSUN_OGL_NO_VERTEX_MACROS
(or extra CFLAGS)
I would love to hear what James says to this, but he is on vacation
for a
couple of weeks :-/
Best regards
-- Dago
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.