View previous topic :: View next topic |
Author |
Message |
BoOmSlAnGz Tux's lil' helper
Joined: 20 Jun 2005 Posts: 123 Location: /usr/src/linux
|
Posted: Thu May 24, 2007 5:11 pm Post subject: [VLC] Dépendances inutiles [SOLVED] |
|
|
Hello
J'ai VLC qui me fait des caprices
Il veut absolument m'installer mozilla-firefox et ses dépendances :/
J'ai essayé en virant quelques USE flags mais il n'en est rien :/
Quote: | These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-libs/libcroco-0.6.1 [0.6.0]
[ebuild U ] x11-libs/wxGTK-2.6.3.3 [2.6.2-r1]
[ebuild N ] www-client/mozilla-firefox-2.0.0.3 USE="gnome ipv6 -bindist -debug -filepicker -java -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint" LINGUAS="fr -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW"
[ebuild NS ] kde-base/arts-3.5.5 USE="alsa esd mp3 vorbis -artswrappersuid -debug -jack -kdeenablefinal -nas -xinerama"
[ebuild U ] gnome-base/librsvg-2.16.1 [2.9.5]
[ebuild U ] media-video/vlc-0.8.6-r1 [0.8.4a-r1] USE="a52* dts* nsplugin%* skins* svg* wxwindows* -directfb% -libnotify% -musepack% -optimisememory% -sdl-image% -seamonkey% -upnp%"
|
Si quelqu'un a une idée ...
Merci _________________ [img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21]
Last edited by BoOmSlAnGz on Fri May 25, 2007 7:05 am; edited 1 time in total |
|
Back to top |
|
|
kwenspc Advocate
Joined: 21 Sep 2003 Posts: 4954
|
Posted: Thu May 24, 2007 5:15 pm Post subject: |
|
|
vires le USE flag nsplugin et ajoutes le USE "-arts" si tu veux pas de arts, qui est complètement outdated.
[edit] Ou si tu veux n'avoir d'action que sur vlc pour les USE je te conseilles la manip suivante:
Code: |
# touch /etc/portage/package.use
# echo "media-video/vlc -nsplugin -arts" >> /etc/portage/package.use
# emerge -N media-video/vlc
|
_________________ membre officieux du SAV Ati GEntoo |
|
Back to top |
|
|
BoOmSlAnGz Tux's lil' helper
Joined: 20 Jun 2005 Posts: 123 Location: /usr/src/linux
|
Posted: Thu May 24, 2007 5:35 pm Post subject: |
|
|
J'avais déjà essayé ça ne fonctionne pas :/ _________________ [img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21] |
|
Back to top |
|
|
babykart Guru
Joined: 08 Oct 2004 Posts: 415
|
Posted: Thu May 24, 2007 5:54 pm Post subject: |
|
|
que donne le résultat de la commande
Code: | # equery depends www-client/mozilla-firefox |
_________________ >> Gentoo-FR <<
----- |
|
Back to top |
|
|
BoOmSlAnGz Tux's lil' helper
Joined: 20 Jun 2005 Posts: 123 Location: /usr/src/linux
|
Posted: Thu May 24, 2007 6:03 pm Post subject: |
|
|
babykart wrote: | que donne le résultat de la commande
Code: | # equery depends www-client/mozilla-firefox |
|
Quote: | localhost boomslang # equery depends www-client/mozilla-firefox
[ Searching for packages depending on www-client/mozilla-firefox... ]
localhost boomslang # |
XD _________________ [img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21] |
|
Back to top |
|
|
babykart Guru
Joined: 08 Oct 2004 Posts: 415
|
Posted: Thu May 24, 2007 6:47 pm Post subject: |
|
|
Quote: | These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-libs/libcroco-0.6.1 [0.6.0]
[ebuild U ] x11-libs/wxGTK-2.6.3.3 [2.6.2-r1]
[ebuild N ] www-client/mozilla-firefox-2.0.0.3 USE="gnome ipv6 -bindist -debug -filepicker -java -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint" LINGUAS="fr -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW"
[ebuild NS ] kde-base/arts-3.5.5 USE="alsa esd mp3 vorbis -artswrappersuid -debug -jack -kdeenablefinal -nas -xinerama"
[ebuild U ] gnome-base/librsvg-2.16.1 [2.9.5]
[ebuild U ] media-video/vlc-0.8.6-r1 [0.8.4a-r1] USE="a52* dts* nsplugin%* skins* svg* wxwindows* -directfb% -libnotify% -musepack% -optimisememory% -sdl-image% -seamonkey% -upnp%" |
Comment se fait-il que tu as le USE="nsplugin arts" pour vlc si tu as fait comme a dit kwenspc?
Tu as bien vérifié ton fichier /etc/portage/package.use et /etc/make.conf? _________________ >> Gentoo-FR <<
----- |
|
Back to top |
|
|
BoOmSlAnGz Tux's lil' helper
Joined: 20 Jun 2005 Posts: 123 Location: /usr/src/linux
|
Posted: Thu May 24, 2007 8:32 pm Post subject: |
|
|
babykart wrote: | Quote: | These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-libs/libcroco-0.6.1 [0.6.0]
[ebuild U ] x11-libs/wxGTK-2.6.3.3 [2.6.2-r1]
[ebuild N ] www-client/mozilla-firefox-2.0.0.3 USE="gnome ipv6 -bindist -debug -filepicker -java -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint" LINGUAS="fr -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW"
[ebuild NS ] kde-base/arts-3.5.5 USE="alsa esd mp3 vorbis -artswrappersuid -debug -jack -kdeenablefinal -nas -xinerama"
[ebuild U ] gnome-base/librsvg-2.16.1 [2.9.5]
[ebuild U ] media-video/vlc-0.8.6-r1 [0.8.4a-r1] USE="a52* dts* nsplugin%* skins* svg* wxwindows* -directfb% -libnotify% -musepack% -optimisememory% -sdl-image% -seamonkey% -upnp%" |
Comment se fait-il que tu as le USE="nsplugin arts" pour vlc si tu as fait comme a dit kwenspc?
Tu as bien vérifié ton fichier /etc/portage/package.use et /etc/make.conf? |
Bah en fait, je l'ai fait manuellement avec un USE="-nsplugin -arts" emerge vlc pour tester ... _________________ [img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21] |
|
Back to top |
|
|
Desintegr l33t
Joined: 25 Mar 2004 Posts: 863 Location: France - Orléans
|
Posted: Fri May 25, 2007 6:08 am Post subject: |
|
|
D'après equey, si tu actives nsplugin et désactives seamonkey, ça installe Firefox.
Il vaut mieux donc désactiver les USE nsplugin et seamonkey.
Code: | equery d mozilla-firefox
[ Searching for packages depending on mozilla-firefox... ]
media-video/vlc-0.8.6b (nsplugin&!seamonkey? www-client/mozilla-firefox) |
_________________ Gentoo ~AMD64
Hoc Volo, Sic Jubeo !
Mon wiki : http://desintegr.free.fr |
|
Back to top |
|
|
BoOmSlAnGz Tux's lil' helper
Joined: 20 Jun 2005 Posts: 123 Location: /usr/src/linux
|
Posted: Fri May 25, 2007 7:04 am Post subject: |
|
|
Desintegr wrote: | D'après equey, si tu actives nsplugin et désactives seamonkey, ça installe Firefox.
Il vaut mieux donc désactiver les USE nsplugin et seamonkey.
Code: | equery d mozilla-firefox
[ Searching for packages depending on mozilla-firefox... ]
media-video/vlc-0.8.6b (nsplugin&!seamonkey? www-client/mozilla-firefox) |
|
Bien, j'avais pas essayé avec le -seamonkey.
Ca fonctionne, merci à tous _________________ [img:2e23a27e21]http://img100.exs.cx/img100/6808/logo59ea.jpg[/img:2e23a27e21] |
|
Back to top |
|
|
|