Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Ionut Biru (wonder)
Thursday, 10 March 2011, 14:14 GMT
Reason for closing:  Not a bug
Comment by Ionut Biru (wonder) - Thursday, 10 March 2011, 13:35 GMT
epdfview doesn't link to avahi.

[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
Comment by Mark Kusch (groover) - Thursday, 10 March 2011, 13:57 GMT
Hi,

thought so, but I was not sure how to prove that.

Thanks,

# kraM

Loading...