Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#23220 - Dependency on avahi missing
Attached to Project:
Community Packages
Opened by Mark Kusch (groover) - Thursday, 10 March 2011, 13:23 GMT
Last edited by Ionut Biru (wonder) - Thursday, 10 March 2011, 14:14 GMT
Opened by Mark Kusch (groover) - Thursday, 10 March 2011, 13:23 GMT
Last edited by Ionut Biru (wonder) - Thursday, 10 March 2011, 14:14 GMT
|
DetailsDescription:
epdfview has dependencies "poppler-glib>=0.16.2 desktop-file-utils hicolor-icon-theme" but fails to start if avahi is not installed. $ epdfview epdfview: error while loading shared libraries: libavahi-common.so.3: cannot open shared object file: No such file or directory $ ldd $( which epdfview ) | grep -i avahi libavahi-common.so.3 => not found libavahi-client.so.3 => not found Additional info: * package version: 0.1.7-8 Steps to reproduce: $ pacman -Rnd avahi $ pacman -S epdfview $ epdfview |
This task depends upon
[wonder@ioni-laptop xchatlogs]$ scan epdfview
/usr/bin/epdfview -- libgthread-2.0.so.0
/usr/bin/epdfview -- libglib-2.0.so.0
/usr/bin/epdfview -- libgtk-x11-2.0.so.0
/usr/bin/epdfview -- libgdk-x11-2.0.so.0
/usr/bin/epdfview -- libgdk_pixbuf-2.0.so.0
/usr/bin/epdfview -- libgobject-2.0.so.0
/usr/bin/epdfview -- libpoppler-glib.so.6
/usr/bin/epdfview -- libpango-1.0.so.0
/usr/bin/epdfview -- libcups.so.2
/usr/bin/epdfview -- libpthread.so.0
/usr/bin/epdfview -- libstdc++.so.6
/usr/bin/epdfview -- libgcc_s.so.1
/usr/bin/epdfview -- libc.so.6
libcups does and it has the proper dependency and you forced(-d option) removing avahi
thought so, but I was not sure how to prove that.
Thanks,
# kraM