Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] systemd, libgudev and bug 552036
Date: Fri, 18 Dec 2015 02:38:01
Message-Id: CAC=wYCE4EaLW93CUCsuTXz+pCizMyPbMkqRGiS-jx_tNU1x7mA@mail.gmail.com
1 The gudev USE flag is deprecated from systemd, and the functionality is now
2 provided by libgudev (see bug 552036). However, i get the following block;
3
4 # emerge -a1 =sys-apps/systemd-226-r2 dev-libs/libgudev
5
6 These are the packages that would be merged, in order:
7
8 Calculating dependencies... done!
9 [ebuild N ] dev-libs/libgudev-230 USE="introspection -debug
10 (-static-libs)" ABI_X86="(64) -32 (-x32)"
11 [ebuild U ] sys-apps/systemd-226-r2 [218-r5] USE="kdbus* -gnuefi%
12 -importd% -nat%"
13 [blocks B ] sys-apps/systemd[gudev(-)] ("sys-apps/systemd[gudev(-)]"
14 is blocking dev-libs/libgudev-230)
15
16 So i plan to emerge libgudev with nodeps (to avoid the blocker), then
17 upgrade systemd which will of course build without the gudev flag and I
18 think I should be ok. Do I understand correctly?

Replies

Subject Author
Re: [gentoo-user] systemd, libgudev and bug 552036 Mike Gilbert <floppym@g.o>