Gentoo Archives: gentoo-user

From: "Zoltán Kócsi" <zoltan@××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Blocked packages
Date: Thu, 22 May 2014 09:14:13
Message-Id: 20140522191040.12018629@tade.bendor.com.au
In Reply to: Re: [gentoo-user] Blocked packages by "J. Roeleveld"
1 On Thu, 22 May 2014 10:23:27 +0200
2 "J. Roeleveld" <joost@××××××××.org> wrote:
3
4 > > I want to install some packages with docs but emerge tells me that
5 > > it can't do that. Quite interestingly it complains about blocked
6 > > packages.
7 > > [...]
8 >
9 > Can you send the actual emerge-output you are seeing along with the
10 > full emerge-command you are issuing?
11
12 No problem. Background:
13
14 Empty machine, Gentoo installed from CD and stage3 tarball. It will be
15 a server, so the 'hardened' profile was selected from the offered
16 choices. A few packages (mailserver, bind, webserver, iptables etc) got
17 installed. I want their documentation, so I added "doc" to their
18 package specific USE flags in package.use.
19
20 The USE in make.conf is
21
22 USE="berkdb crypt ssl -ipv6"
23
24 and in package.use contains postfix, iptables, iproute2 and a few
25 other similar packages, with the 'doc' flag and whatever else they
26 needed for their actual function (e.g. postfix gets 'sasl' and 'mbox').
27
28 Then, the command and the response:
29 -----------------------
30 ~ # emerge --pretend --newuse @world
31
32 These are the packages that would be merged, in order:
33
34 Calculating dependencies... done!
35 [ebuild N ] sys-apps/paxctl-0.7-r2
36 [ebuild R ] net-misc/iputils-20121221 USE="-ipv6*"
37 [ebuild R ] sys-process/psmisc-22.20 USE="-ipv6*"
38 [ebuild R ] sys-devel/gcc-4.7.3-r1 USE="hardened* -fortran*"
39 [ebuild R ] app-arch/gzip-1.5 USE="pic*"
40 [ebuild R ] sys-apps/busybox-1.21.0 USE="-ipv6*"
41 [ebuild N ] dev-python/pypax-0.8.4 USE="ptpax xtpax"
42 PYTHON_TARGETS="python2_7 python3_3 (-pypy) (-python2_6)
43 -python3_2" [ebuild N ] sys-apps/elfix-0.8.4 USE="ptpax
44 xtpax" [ebuild R ] dev-tcltk/expect-5.44.1.15 USE="doc*" [ebuild
45 NS ] sys-boot/grub-2.00_p5107-r2 [0.97-r12] USE="multislot nls
46 -custom-cflags -debug -device-mapper -doc -efiemu (-libzfs) -mount -sdl
47 -static {-test} -truetype" GRUB_PLATFORMS="-coreboot -efi-32 -efi-64
48 -emu -ieee1275 -multiboot -pc -qemu -qemu-mips -yeeloong" [ebuild
49 U ] sys-apps/util-linux-2.24.1-r2 [2.22.2] USE="pam%*
50 -bash-completion% -caps% -cytune% -fdformat% -python% -tty-helpers%"
51 PYTHON_SINGLE_TARGET="python2_7%* -python3_2% -python3_3% (-python3_4)"
52 PYTHON_TARGETS="python2_7%* python3_3%* -python3_2%
53 (-python3_4)" [ebuild R ] net-misc/rsync-3.0.9-r3
54 USE="-ipv6*" [ebuild R ] net-misc/wget-1.14
55 USE="-ipv6*" [ebuild R ] net-libs/gnutls-2.12.23-r4
56 USE="-bindist*" [ebuild R ] app-admin/syslog-ng-3.4.7
57 USE="-ipv6*" [ebuild R ] net-misc/dhcpcd-6.2.0-r1
58 USE="-ipv6*" [blocks B ] <sys-apps/sysvinit-2.88-r7
59 ("<sys-apps/sysvinit-2.88-r7" is blocking
60 sys-apps/util-linux-2.24.1-r2) [blocks B ]
61 >=sys-apps/util-linux-2.23 (">=sys-apps/util-linux-2.23" is blocking
62 >sys-apps/sysvinit-2.88-r4)
63
64 * Error: The above package list contains packages which cannot be
65 * installed at the same time on the same system.
66
67 (sys-apps/sysvinit-2.88-r4::gentoo, installed) pulled in by
68 >=sys-apps/sysvinit-2.86-r6 required by
69 (sys-apps/openrc-0.12.4::gentoo, installed)
70
71 (sys-apps/util-linux-2.24.1-r2::gentoo, ebuild scheduled for merge)
72 pulled in by >=sys-apps/util-linux-2.20 required by
73 (sys-fs/udev-208::gentoo, installed) >=sys-apps/util-linux-2.16
74 required by (sys-fs/e2fsprogs-1.42.7::gentoo, installed)
75 >=sys-apps/util-linux-2.16 required by (x11-libs/libSM-1.2.2::gentoo,
76 installed) sys-apps/util-linux required by @system
77
78
79 For more information about Blocked Packages, please refer to the
80 following section of the Gentoo Linux x86 Handbook (architecture is
81 irrelevant):
82
83 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
84
85
86 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
87 * Use eselect news to read news items.
88
89 -------------------
90
91 It is entirely possible that I'm, being a complete newbie on Gentoo
92 made something stupid thing, so I'm not blaming the system, just looking
93 for an explanation and possibly a solution.
94
95 Thanks,
96
97 Zoltan

Replies

Subject Author
Re: [gentoo-user] Blocked packages Amankwah <amankwah7@×××××.com>
Re: [gentoo-user] Blocked packages Neil Bothwick <neil@××××××××××.uk>
Re: Re: [gentoo-user] Blocked packages "Andreas K. Huettel" <dilfridge@g.o>