Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] digikam + systemd
Date: Fri, 06 Sep 2013 18:22:47
Message-Id: 522A1C84.3060201@gmail.com
In Reply to: Re: [gentoo-user] digikam + systemd by "Canek Peláez Valdés"
1 On 06/09/2013 20:07, Canek Peláez Valdés wrote:
2 > On Fri, Sep 6, 2013 at 1:03 PM, Philip Webb <purslow@××××××××.net> wrote:
3 >> 130906 Canek Peláez Valdés wrote:
4 >>> On Fri, Sep 6, 2013 at 11:33 AM, Philip Webb <purslow@××××××××.net> wrote:
5 >>>> I just did 'emerge -pv digikam' for 3.3.0
6 >>>> & it wants to install 54 pkgs, incl systemd ;
7 >>>> 10 pkgs are KDE & include Marble. Is my surprise justified ?
8 >>> Yes, I think it is.
9 >>> Probably gphoto2 pulls GNOME stuff, which in turn pulls systemd ...
10 >>> ... I checked gphoto2, and I don't think is the one pulling systemd.
11 >>> I don't see any dependency of digikam as an obvious puller for it.
12 >>> Could you mask sys-apps/systemd
13 >>> and see what emerge prints when trying to install digikam again?
14 >>> It will tell you which dependency chain pulls it.
15 >>
16 >> It wants k3b , which requires USE="udisks", which pulls in 11 pkgs.
17 >> It also wants eudev , a qt update & various CD stuff.
18 >> That starts to add up towards the 54 pkgs, which are still needed.
19 >> The whole list it demands is
20 >> USE="plasma udisks script gudev hwdb keymap modutils".
21 >>
22 >> I use some KDE apps, but stay away from the desktop,
23 >> so perhaps the requirement for "plasma" is what gets it started.
24 >
25 > No, KDE doesn't depend on systemd (AFAIK). And it's funny that it
26 > wants eudev AND systemd.
27 >
28 > Regards.
29 >
30
31 This config does not pull in systemd (LINGUAS removed for clarity)
32
33 $ eix digikam
34 [I] media-gfx/digikam
35 Available versions: (4) 3.2.0^t (~)3.3.0^t
36 {addressbook aqua debug doc gphoto2 +handbook mysql themedesigner
37 +thumbnails video}
38 Installed versions: 3.3.0(4)^t(11:41:42 15/08/2013)(gphoto2
39 handbook mysql thumbnails video -addressbook -aqua -debug -doc
40 -themedesigner
41 Homepage: http://www.digikam.org/
42 Description: Digital photo management application for KDE
43
44
45
46 I think your problem is USE="gudev", which on my system is used by
47 sys-fs/udev and virtual/udev. Yours will be different (equery hasuse
48 only lists USE for installed apps).
49
50 most likely is that you have a mismatch between USE for virtual/udev and
51 sys-fs/eudev. Remember all the pain we had to go through a while back to
52 discover they must match exactly? Very easy to miss that, especially as
53 portage doesn't help detect mismatches.
54
55
56
57 --
58 Alan McKinnon
59 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] digikam + systemd Philip Webb <purslow@××××××××.net>