Re: Bug#560644: clxclient: FTBFS: dpkg-gensymbols fails

Jaromír Mikeš mira.mikes at seznam.cz
Sun Dec 13 04:31:27 UTC 2009


> Od: Reinhard Tartler <siretart at tauware.de>

> > [snip]
> >> > dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see
> >> diff output below
> >> > dpkg-gensymbols: warning: debian/libclxclient3/DEBIAN/symbols doesn't match
> >> completely debian/libclxclient3.symbols.amd64
> >> > --- debian/libclxclient3.symbols.amd64 (libclxclient3 amd64)
> >> > +++ dpkg-gensymbolsSsW4JM	2009-12-11 01:06:08.491202125 +0100
> >> > @@ -296,7 +296,7 @@
> >> >   _ZNK8X_window12x_set_attribEmP20XSetWindowAttributes at Base 3.6.1-1~
> >> >   _ZNK8X_window17x_set_bit_gravityEi at Base 3.6.1-1~
> >> >   _ZNK8X_window17x_set_win_gravityEi at Base 3.6.1-1~
> >> > - _ZNK8X_window5x_mapEv at Base 3.6.1-1~
> >> > +#MISSING: 3.6.1-1# _ZNK8X_window5x_mapEv at Base 3.6.1-1~
> >> >   _ZNK8X_window6x_moveEii at Base 3.6.1-1~
> >> >   _ZNK8X_window8x_resizeEii at Base 3.6.1-1~
> >> >   _ZTI10X_callback at Base 3.6.1-1~
> >> > dh_makeshlibs: dpkg-gensymbols -plibclxclient3
> >> -Idebian/libclxclient3.symbols.amd64 -Pdebian/libclxclient3 returned exit
> code
> >> 1
> >> > make: *** [binary-fixup/libclxclient3] Error 9

JM> > As it seen in diff output process is complaining about
JM> > _ZNK8X_window5x_mapEv at Base 3.6.1-1~ line and wants to replaced by
JM> > totally same string.

RT> Where do you see that it wants to replace it? From the output above, I
RT> see that the symbol _ZNK8X_window5x_mapEv is missing now, which is
RT> demangled with c++filt to 'X_window::x_map() const'.

Ok ... my bad understanding ...

JM> > hmm.. how to fix it?

RT> Try looking for the definition of 'X_window::x_map() const' in the
RT> source and see if it is only exported conditionally or something.

$ find /home/mira/zita-convolver -exec grep -i "X_window::x_map()" /dev/null {} \;
and
$ find /home/mira/zita-convolver -exec grep -i "X_window" /dev/null {} \;
giving nothing....

I checked also manually ... no definition of 'X_window::x_map() const'

regards

mira



More information about the pkg-multimedia-maintainers mailing list