On Wed, 25 Jul 2012 18:55:58 +0200 Silvio Siefke <siefke_lis...@web.de> wrote:
> Hello, > > after longer time want update my Gentoo PC. But ever come error msg > with the USE Flags. I not know what say me Gentoo with the message. > > gentoo-desk ~ # emerge -uDN world > Calculating dependencies... done! > > !!! The ebuild selected to satisfy "media-libs/sdl-mixer[mikmod]" has > unmet requirements. > - media-libs/sdl-mixer-1.2.12-r1::gentoo USE="mikmod wav -flac > -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg > -static-libs -timidity -vorbis" > > The following REQUIRED_USE flag constraints are unsatisfied: > mikmod? ( mod ) > > The above constraints are a subset of the following complete > expression: midi? ( any-of ( timidity fluidsynth ) ) timidity? ( midi > ) fluidsynth? ( midi ) mp3? ( any-of ( smpeg mad ) ) smpeg? ( mp3 ) > mad? ( mp3 ) mod? ( any-of ( mikmod modplug ) ) mikmod? ( mod ) > modplug? ( mod ) > > (dependency required by "games-kids/tuxmath-1.7.2" [installed]) > (dependency required by "@selected" [set]) > (dependency required by "@world" [argument]) > > > gentoo-desk ~ # cat /etc/portage/package.use | grep sdl-mixer > media-libs/sdl-mixer mikmod wav -flac -fluidsynth -mad -midi -mod > -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis > > I understand not what want me say the system? > > > Thanks for help. > > Regards > Silvio > Your USE for media-libs/sdl-mixer has this: "mikmod -mod" The system wants "mod" if "mikmod" is set, or both to be off. Add this to /etc/portage/package.mask: media-libs/sdl-mixer mod -- Alan McKinnon alan.mckin...@gmail.com