Bug #307
uselessly linked libraries
| Status: | Feedback | Start: | 07/15/2008 | ||
| Priority: | Normal | Due date: | |||
| Assigned to: | Thomas Capricelli | % Done: | 30% |
||
| Category: | toolchain | ||||
| Target version: | 1.0-alpha2 | ||||
Description
While packaging yzis for Debian I get the warnings below. It seems parts of yzis are linked against libraries, wich symbols aren't used.
dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/libyzis0/usr/lib/libyzis.so.0.0.0" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/nyzis/usr/bin/nyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on liblua5.1.so.0 could be avoided if "debian/nyzis/usr/bin/nyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtXml.so.4 could be avoided if "debian/nyzis/usr/bin/nyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libmagic.so.1 could be avoided if "debian/nyzis/usr/bin/nyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/qyzis/usr/bin/qyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on liblua5.1.so.0 could be avoided if "debian/qyzis/usr/bin/qyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtXml.so.4 could be avoided if "debian/qyzis/usr/bin/qyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libmagic.so.1 could be avoided if "debian/qyzis/usr/bin/qyzis" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on liblua5.1.so.0 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtSvg.so.4 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtXml.so.4 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libkio.so.5 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtDBus.so.4 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtNetwork.so.4 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libmagic.so.1 could be avoided if "debian/kyzis/usr/bin/kyzis debian/kyzis/usr/lib/kde4/yzispart.so" were not uselessly linked against it (they use none of its symbols).
History
07/16/2008 07:49 PM - Thomas Capricelli
- Status changed from New to Feedback
- Assigned to set to Thomas Capricelli
- Priority changed from Low to Normal
- Target version set to 1.0-alpha2
- % Done changed from 0 to 30
`QDomNode::childNodes() const' `QDomElement::elementsByTagName(QString const&) const' `QDomElement::tagName() const' `QDomElement::text() const' `QDomDocument::setContent(QIODevice*, QString*, int*, int*)' `QDomNodeList::~QDomNodeList()' `QDomNode::isNull() const' `QDomNode::operator=(QDomNode const&)' `QDomNode::~QDomNode()' `QDomElement::operator=(QDomElement const&)' `QDomElement::attribute(QString const&, QString const&) const' `QDomNode::toElement() const' `QDomNodeList::item(int) const' `QDomElement::QDomElement()' `QDomNode::~QDomNode()' `QDomNode::isComment() const' `QDomNode::nextSibling() const' `QDomDocument::~QDomDocument()' `QDomDocument::QDomDocument()' `QDomNodeList::length() const' `QDomDocument::documentElement() const' `QDomNode::firstChild() const'
This is easy to check by looking at files libyzis/kate/syntaxdocument.{h,cpp}