Gentoo Archives: gentoo-user

From: Willie Matthews <matthews.willie@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [gentoo-user] there are no ebuilds built with USE flags to satisfy “XXX”
Date: Sun, 05 Jan 2014 03:39:12
Message-Id: 52C8D496.5080401@gmail.com
In Reply to: [gentoo-user] there are no ebuilds built with USE flags to satisfy “XXX” by "钱泽森"
1 On 01/04/2014 07:17 PM, 钱泽森 wrote:
2 > Hello everyone.
3 > Today I want to get some game to play, so I want to install supertux,a
4 > game similar to super mario.But when I issue the command,it turned out
5 > an error.
6 >
7 > senge@Senge-Laptop ~ % sudo emerge -va supertux
8 >
9 > These are the packages that would be merged, in order:
10 >
11 > Calculating dependencies... done!
12 >
13 > emerge: there are no ebuilds built with USE flags to satisfy
14 > "media-libs/sdl-mixer[mikmod,vorbis]".
15 > !!! One of the following packages is required to complete your request:
16 > - media-libs/sdl-mixer-1.2.12-r3::gentoo (Change USE: +mikmod, this
17 > change violates use flag constraints defined by
18 > media-libs/sdl-mixer-1.2.12-r3: 'midi? ( any-of ( timidity fluidsynth
19 > ) ) timidity? ( midi ) fluidsynth? ( midi ) mp3? ( any-of ( smpeg mad
20 > ) ) smpeg? ( mp3 ) mad? ( mp3 ) mod? ( any-of ( mikmod modplug ) )
21 > mikmod? ( mod ) modplug? ( mod )')
22 > (dependency required by "games-arcade/supertux-0.1.3" [ebuild])
23 > (dependency required by "supertux" [argument])
24 >
25 > I haven't sdl-mixer installed and I don't know what that is.
26 >
27 > senge@Senge-Laptop ~ % eix sdl-mixer
28 > * media-libs/sdl-mixer
29 > Available versions: 1.2.12-r1 1.2.12-r3 {flac fluidsynth mad midi
30 > mikmod mod modplug mp3 playtools smpeg static-libs timidity vorbis +wav}
31 > Homepage: http://www.libsdl.org/projects/SDL_mixer/
32 > Description: Simple Direct Media Layer Mixer Library
33 >
34 > I have googled little, but failed.Anybody know how to solve it?
35 I got the exact same error when I tried to install. I already have
36
37 media-libs/sdl-mixer-1.2.12-r3 USE="flac mad mp3 vorbis wav -fluidsynth
38 -midi -mikmod -mod -modplug -playtools -smpeg -static-libs -timidity"
39
40 I think what it is telling you is if you have mikmod as a user flag you
41 also have to have mod.
42
43 media-libs/sdl-mixer-1.2.12-r3 USE="flac mad mikmod* mod* mp3 vorbis wav
44 -fluidsynth -midi -modplug -playtools -smpeg -static-libs -timidity"
45
46 So you will just add
47 media-libs/sdl-mixer mikmod mod
48 to your package.use file.
49
50 --
51
52
53 Willie Matthews
54 matthews.willie@×××××.com
55 (702) 508.8455
56 I have my geeky moments!

Attachments

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

Replies