View previous topic :: View next topic |
Author |
Message |
mornik Apprentice
Joined: 12 Mar 2005 Posts: 184 Location: Niort
|
Posted: Mon Jan 23, 2006 2:27 pm Post subject: [emerge] Emerge world étrange (résolu) |
|
|
Bonjour,
lorsque je faits un emerge -uaD world, il me propose d'installer des programmes, et je comprends pas pourquoi :
Code: | gentoo alexandre # emerge -uaD world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild N ] app-admin/php-toolkit-1.0-r2
[ebuild N ] dev-lang/php-5.1.1 USE="apache2 berkdb bzip2 cjk crypt curl exif gd gdbm imap ipv6 kerberos mhash ming mysql ncurses nls pcre readline spell sqlite ssl truetype zlib -adabas -apache -bcmath -birdstep -calendar -cdb -cgi -cli -ctype -curlwrappers -db2 -dba -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob -fastbuild -fdftk -filepro -firebird -flatfile -force-cgi-redirect -frontbase -ftp -gd-external -gmp -hardenedphp -hyperwave-api -iconv -informix -inifile -interbase -iodbc -java-external -ldap -libedit -mcve -memlimit -msql -mssql -mysqli -oci8 -oci8-instant-client -odbc -pcntl -pdo -pdo-external -pear -pic -posix -postgres -qdbm -recode -sapdb -sasl -session -sharedext -sharedmem -simplexml -snmp -soap -sockets -solid -spl -sybase -sybase-ct -sysvipc -threads -tidy -tokenizer -vm-goto -vm-switch -wddx -xml -xmlreader -xmlrpc -xpm -xsl -yaz -zip"
[ebuild NS ] dev-db/phpmyadmin-2.7.0_p2 USE="-vhosts"
[ebuild NS ] dev-libs/lzo-2.02-r1 USE="-examples"
[ebuild N ] media-libs/gstreamer-0.8.11 USE="-debug -doc"
Do you want me to merge these packages? [Yes/No |
Est-ce à cause de mes USES dans le make.conf, ou est-ce à cause d'une appli déjà installée (genre apache2) ?
Comment savoir qui demande l'installation de ces bêtes là ?
pour info je suis en x86 et voici mes USES :
Code: | USE="-kde -qt -gnome -arts -f77 -fortran live network userlocales nls 3dnow acpi aim cdr crypt divx4linux dvd dvdr exif fam jabber kerberos lm_sensors matroska mmx mime msn ogg usb v4l xvid gtk2 unicode cjk radius skins win32codecs esd gphoto2 vorbis mp3 gd png apache2 mysql postgresql flash imap"
|
_________________ Pousser pas j'y suis déjà !
Last edited by mornik on Mon Jan 23, 2006 2:44 pm; edited 1 time in total |
|
Back to top |
|
|
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
Posted: Mon Jan 23, 2006 2:28 pm Post subject: |
|
|
essaye ca :
emerge -uaD --tree world
tu comprendras mieux _________________ Votre moment detente
What is the nature of conflict? |
|
Back to top |
|
|
yoyo Bodhisattva
Joined: 04 Mar 2003 Posts: 4273 Location: Lyon - France
|
Posted: Mon Jan 23, 2006 2:29 pm Post subject: |
|
|
Utilise l'option "--tree" (ou "-t") d'emerge pour avoir l'arbre des dépendances :
EDIT : grilled !! _________________ La connaissance s'accroît quand on la partage.
JCB
Last edited by yoyo on Mon Jan 23, 2006 3:36 pm; edited 1 time in total |
|
Back to top |
|
|
mornik Apprentice
Joined: 12 Mar 2005 Posts: 184 Location: Niort
|
Posted: Mon Jan 23, 2006 2:37 pm Post subject: |
|
|
Ok merci, alors lorsque je le faits, j'ai :
Code: | gentoo alexandre # emerge -uaD --tree world
These are the packages that I would merge, in reverse order:
Calculating world dependencies ...done!
[nomerge ] media-libs/emotion-9999 USE="gstreamer% xine%"
[ebuild N ] media-libs/gstreamer-0.8.11 USE="-debug -doc"
[ebuild NS ] dev-libs/lzo-2.02-r1 USE="-examples"
[ebuild NS ] dev-db/phpmyadmin-2.7.0_p2 USE="-vhosts"
[ebuild N ] dev-lang/php-5.1.1 USE="apache2 berkdb bzip2 cjk crypt curl exif gd gdbm imap ipv6 kerberos mhash ming mysql ncurses nls pcre readline spell sqlite ssl truetype zlib -adabas -apache -bcmath -birdstep -calendar -cdb -cgi -cli -ctype -curlwrappers -db2 -dba -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob -fastbuild -fdftk -filepro -firebird -flatfile -force-cgi-redirect -frontbase -ftp -gd-external -gmp -hardenedphp -hyperwave-api -iconv -informix -inifile -interbase -iodbc -java-external -ldap -libedit -mcve -memlimit -msql -mssql -mysqli -oci8 -oci8-instant-client -odbc -pcntl -pdo -pdo-external -pear -pic -posix -postgres -qdbm -recode -sapdb -sasl -session -sharedext -sharedmem -simplexml -snmp -soap -sockets -solid -spl -sybase -sybase-ct -sysvipc -threads -tidy -tokenizer -vm-goto -vm-switch -wddx -xml -xmlreader -xmlrpc -xpm -xsl -yaz -zip"
[ebuild N ] app-admin/php-toolkit-1.0-r2
[ebuild U ] mail-client/mozilla-thunderbird-1.5 [1.0.7] USE="-gnome*"
[nomerge ] net-dialup/rp-pppoe-3.6
[ebuild U ] net-dialup/ppp-2.4.3-r10 [2.4.3-r8] USE="-eap-tls%"
|
Je comprends pour gstreamer mais pas pourquoi il veux m'installer php et lzo _________________ Pousser pas j'y suis déjà ! |
|
Back to top |
|
|
mornik Apprentice
Joined: 12 Mar 2005 Posts: 184 Location: Niort
|
Posted: Mon Jan 23, 2006 2:44 pm Post subject: |
|
|
Ok, en fait c'est tout bon, j'avais pas fait attention à la mention NS.
Merci pour le --tree. _________________ Pousser pas j'y suis déjà ! |
|
Back to top |
|
|
|