> Od: Reinhard Tartler <siret...@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_attribemp20xsetwindowattribu...@base 3.6.1-1~
> >> >   _znk8x_window17x_set_bit_gravit...@base 3.6.1-1~
> >> >   _znk8x_window17x_set_win_gravit...@base 3.6.1-1~
> >> > - _znk8x_window5x_ma...@base 3.6.1-1~
> >> > +#MISSING: 3.6.1-1# _znk8x_window5x_ma...@base 3.6.1-1~
> >> >   _znk8x_window6x_move...@base 3.6.1-1~
> >> >   _znk8x_window8x_resize...@base 3.6.1-1~
> >> >   _zti10x_callb...@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_ma...@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

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to