Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541550 - app-text/evince-3.14.1-r1 pulls gvfs
Summary: app-text/evince-3.14.1-r1 pulls gvfs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 18:17 UTC by Florian Faber
Modified: 2015-04-14 22:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Faber 2015-02-27 18:17:39 UTC
evince runs fine without gvfs, did so for years and never complained. Forcing it to emerge gvfs (which I don't have nor need) leads to numerous packets being installed that are not needed elsewhere, including replacing eudev with udev.
Comment 1 Pacho Ramos gentoo-dev 2015-02-27 21:18:30 UTC
As explained in bug 541318 it's used at runtime 

Regarding eudev vs. udev I don't see any hard requirement on udev in gvfs ebuild:
        udev? (
                cdda? ( || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
                virtual/libgudev:=
                virtual/libudev:= )
Comment 2 Florian Faber 2015-02-27 21:26:22 UTC
The (e)udev problem comes from using the mtp and udev flags (which of course I can change, but this is just broken). But nonetheless would gvfs, libsoup, glib-networking and libproxy be added for no reason at all. evince runs *fine* without gvfs, the bookmark function is disabled, and everybody can live happy ever after. 

Please move the gvfs dependancy to the gnome use flag, where it belongs.
Comment 3 Pacho Ramos gentoo-dev 2015-02-27 21:40:30 UTC
The reason is to RDEPEND on a package that is used at runtime, otherwise, people will simply save bookmarks and, later, see that nothing was saved because of a missing dependency.

Also, I see no direct dependency on libproxy neither glib-networking, about libsoup dep, it can be avoided with USE="-http"
Comment 4 Tom Samstag 2015-04-14 22:27:07 UTC
I agree with the original poster and gvfs should be an optional depenedency. gvfs is not a trivial or small package. The functionality it adds to evince is not required. It seems like the perfect example of an optional runtime dependency.

I've made the RDEPEND only for USE=gnome on my local overlay for evince 3.14.2 (current stable) and it appears to function just fine.

Please reconsider making this dependency optional.