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

Bug#558869: Resolve unresolved symbols in shared libraries



Source: knoda
Version: 0.8.3-3
Severity: wishlist
User: peter.fritzsche@gmx.de
Usertags: unresolved-symbols-so

I build all packages some time ago with binutils-gold and your package build
without an hard failure, but I noticed that you seems to provide a library in
a specific library package so other packages can link against it without
problems.... but your shared object has still some unresolved symbols which
the program which links agaomst it must resolve. This isnt a good idea because
when you introduce new dependencies the package previously linked against the
old version will break because it doesnt know about the new dependency.
Maybe you could link against all needed libraries so programs must not link
against libraries which it doesnt need to use.

Maybe it is related to following bugs which hard failed due to unresolved
symbols in programs
 http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=peter.fritzsche@gmx.de;tag=no-add-needed

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking
dpkg-shlibdeps already showed you the related warnings:

dpkg-shlibdeps: warning: symbol _ZNK11KIconLoader8loadIconERK7QStringN5KIcon5GroupEiiPS0_b used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN9QTextEdit6zoomInEi used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN13KToggleActionC1ERK7QStringS2_RK9KShortcutPK7QObjectPKcPS6_SA_ used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN7QStringaSEPKc used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN2Qt3redE used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN13KListViewItemC1EP9QListView7QStringS2_S2_S2_S2_S2_S2_S2_ used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZNK7QObject9receiversEi used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZNK9QCheckBox9hitButtonERK6QPoint used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN11QScrollView11removeChildEP7QObject used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol _ZN11QScrollView14resizeContentsEii used by debian/libhk-kdeclasses7/usr/lib/libhk_kdeclasses.so.7.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: 1581 other similar warnings have been skipped (use -v to see them all).



Reply to: