[csw-maintainers] Updating libfaad2 and mpeg4ip

Dagobert Michelsen dam at opencsw.org
Thu Aug 26 20:55:55 CEST 2010


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:

> root at 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/osg-users@lists.openscenegraph.org/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



More information about the maintainers mailing list