Impossible d'installer obexftp sous Gentoo, a cause de Python ?
Impossible d'installer obexftp sous Gentoo, a cause de Python ? - Logiciels - Linux et OS Alternatifs
MarshPosté le 14-01-2011 à 21:20:49
Bonsoir, j'ai un soucis avec obexftp qui pourrait être lié à Python
Citation :
make[4]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/perl » make[3]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/perl » Making all in python make[3]: entrant dans le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/python » if test ! -f python_wrap.c; then cp ./python_wrap.c . ; fi /usr/bin/python setup.py build Traceback (most recent call last): File "setup.py", line 16, in <module> extra_link_args = string.split('-L../../obexftp/.libs -lobexftp -L../../multicobex/.libs -lmulticobex -L../../bfb/.libs -lbfb -lopenobex '), AttributeError: 'module' object has no attribute 'split' make[3]: *** [all-local] Erreur 1 make[3]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/python » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23 » make: *** [all] Erreur 2 emake failed * ERROR: app-mobilephone/obexftp-0.23-r1 failed: * Compilation failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 5891: Called perl-module_src_compile * environment, line 3696: Called die * The specific snippet of code: * emake "$@" || die "Compilation failed"; * * If you need support, post the output of 'emerge --info =app-mobilephone/obexftp-0.23-r1', * the complete build log and the output of 'emerge -pqv =app-mobilephone/obexftp-0.23-r1'. * The complete build log is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/environment'. * S: '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23'
>>> Failed to emerge app-mobilephone/obexftp-0.23-r1, Log file:
* Messages for package app-mobilephone/obexftp-0.23-r1:
* ERROR: app-mobilephone/obexftp-0.23-r1 failed: * Compilation failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 5891: Called perl-module_src_compile * environment, line 3696: Called die * The specific snippet of code: * emake "$@" || die "Compilation failed"; * * If you need support, post the output of 'emerge --info =app-mobilephone/obexftp-0.23-r1', * the complete build log and the output of 'emerge -pqv =app-mobilephone/obexftp-0.23-r1'. * The complete build log is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/environment'. * S: '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23'
J'ai tenté la commande python-updater, qui tente alors de compiler, sans succès, dev-libs/boost ... (je n'ai plus le log d'erreur sous le coude dans l'immédiat)
Edit: j'ai repassé dev-lang/python en stable, et du coup python-updater a parfaitement fonctionné cette fois
Message édité par Mac Gyver 974 le 15-01-2011 à 23:12:11
Marsh Posté le 14-01-2011 à 21:20:49
Bonsoir, j'ai un soucis avec obexftp qui pourrait être lié à Python
make[4]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/perl »
make[3]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/perl »
Making all in python
make[3]: entrant dans le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/python »
if test ! -f python_wrap.c; then cp ./python_wrap.c . ; fi
/usr/bin/python setup.py build
Traceback (most recent call last):
File "setup.py", line 16, in <module>
extra_link_args = string.split('-L../../obexftp/.libs -lobexftp -L../../multicobex/.libs -lmulticobex -L../../bfb/.libs -lbfb -lopenobex '),
AttributeError: 'module' object has no attribute 'split'
make[3]: *** [all-local] Erreur 1
make[3]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig/python »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23/swig »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23 »
make: *** [all] Erreur 2
emake failed
* ERROR: app-mobilephone/obexftp-0.23-r1 failed:
* Compilation failed
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 5891: Called perl-module_src_compile
* environment, line 3696: Called die
* The specific snippet of code:
* emake "$@" || die "Compilation failed";
*
* If you need support, post the output of 'emerge --info =app-mobilephone/obexftp-0.23-r1',
* the complete build log and the output of 'emerge -pqv =app-mobilephone/obexftp-0.23-r1'.
* The complete build log is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/environment'.
* S: '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23'
>>> Failed to emerge app-mobilephone/obexftp-0.23-r1, Log file:
>>> '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/build.log'
* Messages for package app-mobilephone/obexftp-0.23-r1:
* ERROR: app-mobilephone/obexftp-0.23-r1 failed:
* Compilation failed
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 5891: Called perl-module_src_compile
* environment, line 3696: Called die
* The specific snippet of code:
* emake "$@" || die "Compilation failed";
*
* If you need support, post the output of 'emerge --info =app-mobilephone/obexftp-0.23-r1',
* the complete build log and the output of 'emerge -pqv =app-mobilephone/obexftp-0.23-r1'.
* The complete build log is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/temp/environment'.
* S: '/var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23'
J'ai tenté la commande python-updater, qui tente alors de compiler, sans succès, dev-libs/boost ... (je n'ai plus le log d'erreur sous le coude dans l'immédiat)
Edit: j'ai repassé dev-lang/python en stable, et du coup python-updater a parfaitement fonctionné cette fois
Message édité par Mac Gyver 974 le 15-01-2011 à 23:12:11