Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Use Flags Alan McKinnon <alan.mckinnon@×××××.com>