Gentoo Archives: gentoo-user

From: eroen <eroen@××××××××××××.eu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: banshee installation without systemd
Date: Mon, 24 Feb 2014 11:07:40
Message-Id: 20140224120711.3be01b06@falcon.eroen.eu
In Reply to: Re: [gentoo-user] Re: banshee installation without systemd by William Kenworthy
1 On Mon, 24 Feb 2014 17:52:13 +0800, William Kenworthy
2 <billk@×××××××××.au> wrote:
3 > moriah ~ # emerge gnome-base/gnome-settings-daemon -vp
4 >
5 > These are the packages that would be merged, in order:
6 >
7 > Calculating dependencies... done!
8 > [ebuild N ] gnome-base/gnome-desktop-3.8.4:3/7
9 > USE="introspection -debug" 1,019 kB
10 > [ebuild N ] x11-themes/gnome-themes-standard-3.8.4 USE="gtk"
11 > 3,765 kB [ebuild N ] sys-apps/systemd-208-r2:0/1 USE="filecaps
12 > firmware-loader gcrypt kmod lzma pam policykit python tcpd xattr -acl
13 > -audit -cryptsetup -doc -gudev -http -introspection -qrcode (-selinux)
14 > {-test} -vanilla" PYTHON_SINGLE_TARGET="python2_7"
15 > PYTHON_TARGETS="python2_7" 2,335 kB
16 > [ebuild N ] sys-apps/gentoo-systemd-integration-2 0 kB
17 > [ebuild N ] gnome-base/gnome-settings-daemon-3.8.6.1 USE="colord
18 > cups i18n policykit short-touchpad-timeout udev -debug (-openrc-force)
19 > (-packagekit) {-test}" INPUT_DEVICES="-wacom" 1,543 kB
20 > [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking
21 > sys-fs/eudev-1.4-r1)
22 >
23 >
24 > I have a system like the above ... eudev/openrc with openrc-force in
25 > the USE flags and the 13.0 profile (not desktop/gnome etc)
26 >
27 > As you can see above, something is forcing (-openrc-force) - any ideas
28 > on how to get it to honour the openrc-force flag or find out what is
29 > causing the problem?
30 >
31 > BillK
32 >
33
34 openrc-force is masked in /usr/portage/profiles/base/use.mask:
35
36 # Pacho Ramos <pacho@g.o> (28 Sep 2013)
37 # This USE flag is available after long dicussion in
38 # http://www.gossamer-threads.com/lists/gentoo/dev/276077
39 # to let some prople not able to run systemd to skip the dep (#480336).
40 # Enabling this you will get a fully unsupported Gnome setup that
41 # could suffer unexpected problem, don't expect support for it then.
42 openrc-force
43
44 If you are unfamiliar with gentoo's profiles, most (all the
45 handbook-documented) profiles inherit the "base" profile which
46 contains this file, which means this mask is in effect on most systems.
47 None of the other profiles currently disable this use-mask. emerge's
48 output indicates to you that this use flag is masked by enclosing it in
49 parenthesis, check the documentation for the --verbose switch in
50 emerge(1)[1].
51
52 Use-flag masks from the selected profile (and the opposite, force)
53 override the use-flag settings normally made by users in make.conf and
54 package.use. User modifications to the profile should be made
55 in /etc/portage/profile/, see portage(5)[2].
56
57 To un-mask the openrc use flag, you can create the
58 file /etc/portage/profile/use.mask with this line:
59
60 -openrc-force
61
62 1: https://dev.gentoo.org/~zmedico/portage/doc/man/emerge.1.html
63 2: https://dev.gentoo.org/~zmedico/portage/doc/man/portage.5.html
64
65 --
66 eroen

Attachments

File name MIME type
signature.asc application/pgp-signature