Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: siefke_listen@×××.de
Subject: Re: [gentoo-user] Use Flags
Date: Thu, 26 Jul 2012 06:44:56
Message-Id: 20120726084226.37ccc353@khamul.example.com
In Reply to: [gentoo-user] Use Flags by Silvio Siefke
1 On Wed, 25 Jul 2012 18:55:58 +0200
2 Silvio Siefke <siefke_listen@×××.de> wrote:
3
4 > Hello,
5 >
6 > after longer time want update my Gentoo PC. But ever come error msg
7 > with the USE Flags. I not know what say me Gentoo with the message.
8 >
9 > gentoo-desk ~ # emerge -uDN world
10 > Calculating dependencies... done!
11 >
12 > !!! The ebuild selected to satisfy "media-libs/sdl-mixer[mikmod]" has
13 > unmet requirements.
14 > - media-libs/sdl-mixer-1.2.12-r1::gentoo USE="mikmod wav -flac
15 > -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg
16 > -static-libs -timidity -vorbis"
17 >
18 > The following REQUIRED_USE flag constraints are unsatisfied:
19 > mikmod? ( mod )
20 >
21 > The above constraints are a subset of the following complete
22 > expression: midi? ( any-of ( timidity fluidsynth ) ) timidity? ( midi
23 > ) fluidsynth? ( midi ) mp3? ( any-of ( smpeg mad ) ) smpeg? ( mp3 )
24 > mad? ( mp3 ) mod? ( any-of ( mikmod modplug ) ) mikmod? ( mod )
25 > modplug? ( mod )
26 >
27 > (dependency required by "games-kids/tuxmath-1.7.2" [installed])
28 > (dependency required by "@selected" [set])
29 > (dependency required by "@world" [argument])
30 >
31 >
32 > gentoo-desk ~ # cat /etc/portage/package.use | grep sdl-mixer
33 > media-libs/sdl-mixer mikmod wav -flac -fluidsynth -mad -midi -mod
34 > -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis
35 >
36 > I understand not what want me say the system?
37 >
38 >
39 > Thanks for help.
40 >
41 > Regards
42 > Silvio
43 >
44
45 Your USE for media-libs/sdl-mixer has this: "mikmod -mod"
46
47 The system wants "mod" if "mikmod" is set, or both to be off.
48
49 Add this to /etc/portage/package.mask:
50
51
52 media-libs/sdl-mixer mod
53
54
55 --
56 Alan McKinnon
57 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Use Flags Allan Gottlieb <gottlieb@×××.edu>