dr > c'est normal qu'emerge ait utilisé les sources:
Code :
- $ emerge -h
- --usepkg (-k short option)
- Tell emerge to use binary packages (from $PKGDIR) if they are
- available, thus possibly avoiding some time-consuming compiles.
- This option is useful for CD installs; you can export
- PKGDIR=/mnt/cdrom/packages and then use this option to have
- emerge "pull" binary packages from the CD in order to satisfy
- dependencies.
- --usepkgonly (-K short option)
- Like --usepkg above, except this only allows the use of binary
- packages, and it will abort the emerge if the package is not
- available at the time of dependency calculation.
|
--usepkg c'est "only if avaible" ce qui n'était apparemment pas le cas
sinon pour xorg-x11 il suffit de taper trois commandes:
mkdir /etc/portage
echo "x11-base/xorg-x11 ~x86" >>/etc/portage/package.unmask
emerge -av xorg-x11
mais pour mieux comprendre le fonctionnement de portage et de emerge, je te conseille de lire l'excellent topic: [Portage] Quoi de neuf dans le 2.0.50 ?
bonne lecture et bon courage