[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with bug #200956



Ivo Timmermans wrote:
Hi,

There's this FTBFS bug #200956, which is about alsaplayer's configure
thinking that libxosd2 isn't installed.

Could anyone do either one of these things:

  - Check the resulting config.log to see why it fails.
  - Try compiling alsaplayer with a newer version of the libxosd2
    package, maybe it suddenly works.


The config.log says

configure:11039: checking for xosd_create in -lxosd
configure:11070: gcc -o conftest -Wall -O0 -g3 -fomit-frame-pointer -g3 conftes
t.c -lxosd -lxosd  >&5
/usr/lib/gcc-lib/s390-linux/3.3.1/../../../../lib/libxosd.so: undefined referenc
e to `XineramaIsActive'
/usr/lib/gcc-lib/s390-linux/3.3.1/../../../../lib/libxosd.so: undefined referenc
e to `XineramaQueryScreens'
/usr/lib/gcc-lib/s390-linux/3.3.1/../../../../lib/libxosd.so: undefined referenc
e to `XineramaQueryExtension'



This happens because the xosd build doesn't find Xinerama_pic, but it is there. The build warning is

*** Warning: linker path does not have real file for library -lXinerama_pic.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libXinerama_pic and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/X11R6/lib/libXinerama_pic.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

I have no idea what is going wrong.

Regards,
Gerhard



Reply to: