Gentoo Archives: gentoo-user

From: "Sebastian Beßler" <sebastian@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Portage autounmask is strange again
Date: Mon, 15 Aug 2011 17:33:52
Message-Id: 4E4957F9.4020505@darkmetatron.de
1 I just tried
2
3 emerge -DuN @world @system -va
4
5 and got:
6
7 These are the packages that would be merged, in order:
8
9 Calculating dependencies ... done!
10 [ebuild U ] perl-core/ExtUtils-ParseXS-3.20.0 [2.22.06] 0 kB
11 [ebuild U ] www-client/firefox-bin-5.0 [3.6.19]
12 USE="startup-notification"
13 [ebuild N ] x11-themes/tango-icon-theme-0.8.90 USE="png" 0 kB
14 [ebuild N ] media-plugins/kipi-plugins-2.0.0 USE="cdr crypt
15 imagemagick mediawiki opengl (-aqua) -calendar -debug -expoblending
16 -gpssync -handbook -ipod (-kdeenablefinal) -mjpeg -redeyes -scanner"
17
18 [ebuild N ] media-gfx/digikam-2.0.0 USE="gphoto2 handbook
19 thumbnails -addressbook (-aqua) -debug -doc (-kdeenablefinal) -mysql
20 -semantic-desktop -themedesigner -video"
21
22 [ebuild N ] xfce-base/xfce4-meta-4.8 USE="session svg -minimal" 0 kB
23
24 Total: 6 packages (2 upgrades, 4 new), Size of downloads: 15,432 kB
25
26 The following keyword changes are necessary to proceed:
27 #required by @selected, required by @world (argument)
28 >=perl-core/ExtUtils-ParseXS-3.20.0 ~amd64
29
30 NOTE: This --autounmask behavior can be disabled by setting
31 EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf
32
33 But if I run:
34
35 EMERGE_DEFAULT_OPTS="--autounmask=n" emerge -DuN @world @system -va
36
37 I get:
38
39 These are the packages that would be merged, in order:
40
41 Calculating dependencies ... done!
42 [ebuild U ] www-client/firefox-bin-5.0 [3.6.19]
43 USE="startup-notification"
44 [ebuild N ] x11-themes/tango-icon-theme-0.8.90 USE="png" 0 kB
45 [ebuild N ] media-plugins/kipi-plugins-2.0.0 USE="cdr crypt
46 imagemagick mediawiki opengl (-aqua) -calendar -debug -expoblending
47 -gpssync -handbook -ipod (-kdeenablefinal) -mjpeg -redeyes -scanner"
48
49 [ebuild N ] media-gfx/digikam-2.0.0 USE="gphoto2 handbook
50 thumbnails -addressbook (-aqua) -debug -doc (-kdeenablefinal) -mysql
51 -semantic-desktop -themedesigner -video"
52
53 [ebuild N ] xfce-base/xfce4-meta-4.8 USE="session svg -minimal" 0 kB
54
55 Total: 5 packages (1 upgrade, 4 new), Size of downloads: 15,432 kB
56
57 Would you like to merge these packages? [Yes/No]
58
59 [LINGUAS was stripped by me to remove unneded clutter from this post]
60
61 I run ~amd64 but have =perl-core/ExtUtils-ParseXS-3.20.0 -~amd64 because
62 of a bug with imagemagick [#378383].
63
64 Why is autounmask trying to unmask ExtUtils-ParseXS if it's not needed?
65 Should I report this as a bug?
66
67 Greetings
68
69 Sebastian Beßler

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Portage autounmask is strange again Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Portage autounmask is strange again Paul Hartman <paul.hartman+gentoo@×××××.com>