ich habe eine Frage zur Interpretation der USE-FLAGS im folgenden, konkreten Fall:
Wie muss ich die USE-Flags, welche in () geschrieben sind interpretieren?emerge -pv net-wireless/wpa_supplicant
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] net-wireless/wireless-regdb-20150313 15 KiB
[ebuild N ] dev-lang/swig-2.0.9 USE="-ccache -doc -pcre" 5.183 KiB
[ebuild N ] dev-libs/libnl-3.2.25:3 USE="-python -static-libs -utils" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="-python2_7 -python3_3 -python3_4" 814 KiB
[ebuild N ] dev-libs/libtommath-0.42.0-r1 USE="-doc -examples -static-libs" 1.692 KiB
[ebuild N ] dev-python/setuptools-12.0.1 USE="{-test}" PYTHON_TARGETS="python2_7 (-pypy) (-pypy3) -python3_3 -python3_4" 613 KiB
[ebuild N ] dev-python/m2crypto-0.21.1-r2 USE="-doc -examples" PYTHON_TARGETS="python2_7" 404 KiB
[ebuild N ] net-wireless/crda-1.1.3-r1 38 KiB
[ebuild N ] net-wireless/wpa_supplicant-2.2-r1 USE="-ap -dbus -eap-sim -fasteap -gnutls -p2p (-ps3) -qt4 -readline (-selinux) -smartcard -ssl -wimax -wps" 2.327 KiB
Total: 8 packages (8 new), Size of downloads: 11.083 KiB
The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by net-wireless/crda-1.1.3-r1
# required by net-wireless/wpa_supplicant-2.2-r1
# required by net-wireless/wpa_supplicant (argument)
=dev-python/m2crypto-0.21.1-r2 python_targets_python2_7
# required by dev-python/m2crypto-0.21.1-r2
# required by net-wireless/crda-1.1.3-r1
# required by net-wireless/wpa_supplicant-2.2-r1
# required by net-wireless/wpa_supplicant (argument)
=dev-python/setuptools-12.0.1 python_targets_python2_7
...und wie muss ich die Python-Targets interpretieren?
Auf meinem System verwalte ich die USE-Flags selbst über package.use, so dass ich in der make.conf
bei USE folgende Optionen ergänzt habe:
Wie oben beschrieben versuche ich für mein W-LAN das Paket wpa_supplicant zu intallieren undUSE="*- python"
muss nun wissen, wie ich obiges Problem bei der Installation lösen kann.
Schon mal vielen Dank für Eure Unterstützung vorab.
Beste Grüße
Lixos


