Problème dépendance w3af

Salut

j’ai eu quelques problemes avec le fichier de dépendance qui se crée automatiquement pour w3af dans le dossier /tmp

donc voici un aperçu de la console , merci de m’aider !

[code]
./w3af_console
Your python installation needs the following modules to run w3af:
pybloomfilter esmre phply nltk chardet tblib pdfminer OpenSSL ndg pyasn1 lxml scapy.config guess_language cluster msgpack ntlm Halberd darts.lib.utils jinja2 vulndb markdown psutil mitmproxy ruamel.ordereddict Flask yaml

After installing any missing operating system packages, use pip to install the remaining modules:
sudo pip install pybloomfiltermmap==0.3.14 esmre==0.3.1 phply==0.9.1 nltk==3.0.1 chardet==2.1.1 tblib==0.2.0 pdfminer==20140328 pyOpenSSL==0.15.1 ndg-httpsclient==0.3.3 pyasn1==0.1.8 lxml==3.4.4 scapy-real==2.2.0-dev guess-language==0.2 cluster==1.1.1b3 msgpack-python==0.4.4 python-ntlm==1.0.1 halberd==0.2.4 darts.util.lru==0.5 Jinja2==2.7.3 vulndb==0.0.19 markdown==2.6.1 psutil==2.2.1 mitmproxy==0.13 ruamel.ordereddict==0.4.8 Flask==0.10.1 PyYAML==3.11

A script with these commands has been created for you at /tmp/w3af_dependency_install.sh[/code]

Le fichier :

[code]#!/bin/bash

sudo pip install pybloomfiltermmap==0.3.14 esmre==0.3.1 phply==0.9.1 nltk==3.0.1 chardet==2.1.1 tblib==0.2.0 pdfminer==20140328 pyOpenSSL==0.15.1 ndg-httpsclient==0.3.3 pyasn1==0.1.8 lxml==3.4.4 scapy-real==2.2.0-dev guess-language==0.2 cluster==1.1.1b3 msgpack-python==0.4.4 python-ntlm==1.0.1 halberd==0.2.4 darts.util.lru==0.5 Jinja2==2.7.3 vulndb==0.0.19 markdown==2.6.1 psutil==2.2.1 mitmproxy==0.13 ruamel.ordereddict==0.4.8 Flask==0.10.1 PyYAML==3.11[/code]

[code]root@Orion:/tmp# ./w3af_dependency_install.sh
Collecting pybloomfiltermmap==0.3.14
Using cached pybloomfiltermmap-0.3.14.tar.gz
Collecting esmre==0.3.1
Using cached esmre-0.3.1.tar.gz
Collecting phply==0.9.1
Collecting nltk==3.0.1
Collecting chardet==2.1.1
Collecting tblib==0.2.0
Using cached tblib-0.2.0-py2-none-any.whl
Collecting pdfminer==20140328
Collecting pyOpenSSL==0.15.1
Using cached pyOpenSSL-0.15.1-py2.py3-none-any.whl
Collecting ndg-httpsclient==0.3.3
Collecting pyasn1==0.1.8
Collecting lxml==3.4.4
Using cached lxml-3.4.4.tar.gz
Collecting scapy-real==2.2.0-dev
Collecting guess-language==0.2
Collecting cluster==1.1.1b3
Collecting msgpack-python==0.4.4
Collecting python-ntlm==1.0.1
Collecting halberd==0.2.4
Collecting darts.util.lru==0.5
Collecting Jinja2==2.7.3
Collecting vulndb==0.0.19
Collecting markdown==2.6.1
Collecting psutil==2.2.1
Using cached psutil-2.2.1.tar.gz
Collecting mitmproxy==0.13
Collecting ruamel.ordereddict==0.4.8
Using cached ruamel.ordereddict-0.4.8.tar.gz
Collecting Flask==0.10.1
Collecting PyYAML==3.11
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from esmre==0.3.1)
Requirement already satisfied (use --upgrade to upgrade): ply in /usr/lib/python2.7/dist-packages (from phply==0.9.1)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from tblib==0.2.0)
Collecting cryptography>=0.7 (from pyOpenSSL==0.15.1)
Using cached cryptography-1.1.tar.gz
Collecting markupsafe (from Jinja2==2.7.3)
Requirement already satisfied (use --upgrade to upgrade): Pillow>=2.3.0 in /usr/lib/python2.7/dist-packages (from mitmproxy==0.13)
Collecting configargparse>=0.9.3 (from mitmproxy==0.13)
Collecting blinker>=1.3 (from mitmproxy==0.13)
Collecting netlib<0.14,>=0.13 (from mitmproxy==0.13)
Collecting pyperclip>=1.5.8 (from mitmproxy==0.13)
Collecting pyparsing>=1.5.2 (from mitmproxy==0.13)
Using cached pyparsing-2.0.5-py2.py3-none-any.whl
Collecting html2text>=2015.4.14 (from mitmproxy==0.13)
Collecting urwid>=1.3 (from mitmproxy==0.13)
Collecting tornado>=4.0.2 (from mitmproxy==0.13)
Collecting itsdangerous>=0.21 (from Flask==0.10.1)
Collecting Werkzeug>=0.7 (from Flask==0.10.1)
Using cached Werkzeug-0.10.4-py2.py3-none-any.whl
Collecting idna>=2.0 (from cryptography>=0.7->pyOpenSSL==0.15.1)
Using cached idna-2.0-py2.py3-none-any.whl
Collecting enum34 (from cryptography>=0.7->pyOpenSSL==0.15.1)
Collecting ipaddress (from cryptography>=0.7->pyOpenSSL==0.15.1)
Using cached ipaddress-1.0.14-py27-none-any.whl
Collecting cffi>=1.1.0 (from cryptography>=0.7->pyOpenSSL==0.15.1)
Using cached cffi-1.3.0.tar.gz
Collecting passlib>=1.6.2 (from netlib<0.14,>=0.13->mitmproxy==0.13)
Using cached passlib-1.6.5-py2.py3-none-any.whl
Collecting certifi (from netlib<0.14,>=0.13->mitmproxy==0.13)
Using cached certifi-2015.9.6.2-py2.py3-none-any.whl
Collecting hpack>=1.0.1 (from netlib<0.14,>=0.13->mitmproxy==0.13)
Using cached hpack-2.0.0-py2.py3-none-any.whl
Collecting backports.ssl-match-hostname (from tornado>=4.0.2->mitmproxy==0.13)
Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/lib/python2.7/dist-packages (from cffi>=1.1.0->cryptography>=0.7->pyOpenSSL==0.15.1)
Building wheels for collected packages: pybloomfiltermmap, esmre, lxml, psutil, ruamel.ordereddict, cryptography, cffi
Running setup.py bdist_wheel for pybloomfiltermmap
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/pybloomfiltermmap/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpVPId7vpip-wheel-:
info: Building from C
running bdist_wheel
running build
running build_ext
building ‘pybloomfilter’ extension
creating build
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/mmapbitarray.c -o build/temp.linux-i686-2.7/src/mmapbitarray.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/bloomfilter.c -o build/temp.linux-i686-2.7/src/bloomfilter.o
src/bloomfilter.c:11:14: warning: always_inline function might not be inlinable [-Wattributes]
BloomFilter *bloomfilter_Create_Malloc(size_t max_num_elem, double error_rate,
^
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/md5.c -o build/temp.linux-i686-2.7/src/md5.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/primetester.c -o build/temp.linux-i686-2.7/src/primetester.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/MurmurHash3.cpp -o build/temp.linux-i686-2.7/src/MurmurHash3.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/pybloomfilter.c -o build/temp.linux-i686-2.7/src/pybloomfilter.o
src/pybloomfilter.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type
#include “pyconfig.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for pybloomfiltermmap
Running setup.py bdist_wheel for esmre
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/esmre/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmp5IYOUApip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
copying src/esmre.py -> build/lib.linux-i686-2.7
running build_ext
building ‘esm’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/esm.c -o build/temp.linux-i686-2.7/src/esm.o
src/esm.c:19:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for esmre
Running setup.py bdist_wheel for lxml
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/lxml/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpfhDMUApip-wheel-:
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url’
warnings.warn(msg)
Building lxml version 3.4.4.
Building without Cython.
ERROR: /bin/sh: 1: xslt-config: not found

** make sure the development packages of libxml2 and libxslt are installed **

Using build configuration of libxslt
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/lxml
copying src/lxml/doctestcompare.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/init.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/builder.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/cssselect.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/usedoctest.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/sax.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/pyclasslookup.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/ElementInclude.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/elementpath.py -> build/lib.linux-i686-2.7/lxml
creating build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/_init.py -> build/lib.linux-i686-2.7/lxml/includes
creating build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/init.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/builder.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/formfill.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/html5parser.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/diff.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/html5builder.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/setmixin.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/soupparser.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/clean.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/defs.py -> build/lib.linux-i686-2.7/lxml/html
creating build/lib.linux-i686-2.7/lxml/isoschematron
copying src/lxml/isoschematron/__init.py -> build/lib.linux-i686-2.7/lxml/isoschematron
copying src/lxml/lxml.etree.h -> build/lib.linux-i686-2.7/lxml
copying src/lxml/lxml.etree_api.h -> build/lib.linux-i686-2.7/lxml
copying src/lxml/includes/c14n.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xpath.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/tree.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/config.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xslt.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/schematron.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/uri.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/etree_defs.h -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/lxml-version.h -> build/lib.linux-i686-2.7/lxml/includes
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources/rng
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/rng
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building ‘lxml.etree’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
creating build/temp.linux-i686-2.7/src/lxml
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/tmp/pip-build-z3L5MW/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-i686-2.7/src/lxml/lxml.etree.o -w
src/lxml/lxml.etree.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type
#include “pyconfig.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for lxml
Running setup.py bdist_wheel for psutil
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/psutil/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpCrBVsvpip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/psutil
copying psutil/init.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_pswindows.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_psposix.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_compat.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_psosx.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_common.py -> build/lib.linux-i686-2.7/psutil
running build_ext
building ‘_psutil_linux’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/psutil
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPSUTIL_VERSION=221 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-i686-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:12:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for psutil
Running setup.py bdist_wheel for ruamel.ordereddict
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/ruamel.ordereddict/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpd7am3apip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/ruamel
creating build/lib.linux-i686-2.7/ruamel/ordereddict
copying ./init.py -> build/lib.linux-i686-2.7/ruamel/ordereddict
copying ./setup.py -> build/lib.linux-i686-2.7/ruamel/ordereddict
running build_ext
building ‘_ordereddict’ extension
creating build/temp.linux-i686-2.7
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c ordereddict.c -o build/temp.linux-i686-2.7/ordereddict.o
ordereddict.c:22:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include “Python.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for ruamel.ordereddict
Running setup.py bdist_wheel for cryptography
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/cryptography/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmp5lGUbtpip-wheel-:
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc’ to the PKG_CONFIG_PATH environment variable No package ‘libffi’ found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc’ to the PKG_CONFIG_PATH environment variable No package ‘libffi’ found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
c/cffi_backend.c:2:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-build-z3L5MW/cryptography/setup.py”, line 318, in
**keywords_with_side_effects(sys.argv)
File “/usr/lib/python2.7/distutils/core.py”, line 111, in setup
setup_distribution = dist = klass(attrs)
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 262, in __init
self.fetch_build_eggs(attrs[‘setup_requires’])
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 287, in fetch_build_eggs
replace_conflicting=True,
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 631, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 874, in best_match
return self.obtain(req, installer)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 886, in obtain
return installer(requirement)
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 338, in fetch_build_egg
return cmd.easy_install(req)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 636, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 666, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 856, in install_eggs
return self.build_and_install(setup_script, setup_base)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 1078, in build_and_install
self.run_setup(setup_script, setup_base, args)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 1066, in run_setup
raise DistutilsError(“Setup script exited with %s” % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for cryptography
Running setup.py bdist_wheel for cffi
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-z3L5MW/cffi/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpvWS8zPpip-wheel-:
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc’ to the PKG_CONFIG_PATH environment variable No package ‘libffi’ found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc’ to the PKG_CONFIG_PATH environment variable No package ‘libffi’ found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/cffi
copying cffi/init.py -> build/lib.linux-i686-2.7/cffi
copying cffi/verifier.py -> build/lib.linux-i686-2.7/cffi
copying cffi/model.py -> build/lib.linux-i686-2.7/cffi
copying cffi/gc_weakref.py -> build/lib.linux-i686-2.7/cffi
copying cffi/commontypes.py -> build/lib.linux-i686-2.7/cffi
copying cffi/recompiler.py -> build/lib.linux-i686-2.7/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-i686-2.7/cffi
copying cffi/ffiplatform.py -> build/lib.linux-i686-2.7/cffi
copying cffi/api.py -> build/lib.linux-i686-2.7/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-i686-2.7/cffi
copying cffi/cparser.py -> build/lib.linux-i686-2.7/cffi
copying cffi/lock.py -> build/lib.linux-i686-2.7/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-i686-2.7/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-i686-2.7/cffi
copying cffi/vengine_gen.py -> build/lib.linux-i686-2.7/cffi
copying cffi/_cffi_include.h -> build/lib.linux-i686-2.7/cffi
copying cffi/parse_c_type.h -> build/lib.linux-i686-2.7/cffi
running build_ext
building ‘_cffi_backend’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/c
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-i686-2.7/c/_cffi_backend.o
c/_cffi_backend.c:2:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

Failed building wheel for cffi
Failed to build pybloomfiltermmap esmre lxml psutil ruamel.ordereddict cryptography cffi
Installing collected packages: pybloomfiltermmap, esmre, phply, nltk, chardet, tblib, pdfminer, idna, pyasn1, enum34, ipaddress, cffi, cryptography, pyOpenSSL, ndg-httpsclient, lxml, scapy-real, guess-language, cluster, msgpack-python, python-ntlm, halberd, darts.util.lru, markupsafe, Jinja2, vulndb, markdown, psutil, configargparse, blinker, passlib, certifi, hpack, netlib, pyperclip, pyparsing, html2text, urwid, backports.ssl-match-hostname, tornado, mitmproxy, ruamel.ordereddict, itsdangerous, Werkzeug, Flask, PyYAML
Running setup.py install for pybloomfiltermmap
Complete output from command /usr/bin/python -c “import setuptools, tokenize;file=’/tmp/pip-build-z3L5MW/pybloomfiltermmap/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-ibw0LJ-record/install-record.txt --single-version-externally-managed --compile:
info: Building from C
running install
running build
running build_ext
building ‘pybloomfilter’ extension
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/mmapbitarray.c -o build/temp.linux-i686-2.7/src/mmapbitarray.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/bloomfilter.c -o build/temp.linux-i686-2.7/src/bloomfilter.o
src/bloomfilter.c:11:14: warning: always_inline function might not be inlinable [-Wattributes]
BloomFilter *bloomfilter_Create_Malloc(size_t max_num_elem, double error_rate,
^
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/md5.c -o build/temp.linux-i686-2.7/src/md5.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/primetester.c -o build/temp.linux-i686-2.7/src/primetester.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/MurmurHash3.cpp -o build/temp.linux-i686-2.7/src/MurmurHash3.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/pybloomfilter.c -o build/temp.linux-i686-2.7/src/pybloomfilter.o
src/pybloomfilter.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type
#include “pyconfig.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Command “/usr/bin/python -c “import setuptools, tokenize;file=’/tmp/pip-build-z3L5MW/pybloomfiltermmap/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-ibw0LJ-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-z3L5MW/pybloomfiltermmap[/code]

je tourne sous 8.2 avec Python 2.7.9

le résultat de la commande pip freez

cffi==0.8.6 chardet==2.3.0 colorama==0.3.2 cryptography==0.6.1 defusedxml==0.4.1 docutils==0.12 futures==2.1.5 gitdb==0.6.4 GitPython==0.3.2rc1 html5lib==0.999 lxml==3.4.0 ndg-httpsclient==0.3.2 numpy==1.8.2 pexpect==3.2 Pillow==2.6.1 ply==3.4 pyasn1==0.1.7 pyClamd==0.3.15 pycparser==2.10 pycups==1.9.63 pycurl==7.19.5 PyGithub==1.21.0 Pygments==2.0.1 pygobject==3.14.0 pyOpenSSL==0.14 pysmbc==1.0.15.3 python-apt==0.9.3.12 python-debian==0.1.27 python-debianbts==1.11 pyxdg==0.25 reportbug==6.6.3 reportlab==3.1.8 requests==2.4.3 roman==2.0.0 six==1.8.0 smmap==0.9.0 SOAPpy==0.12.22 urllib3==1.9.1 wheel==0.24.0 wstools==0.4.3 youtube-dl==2014.8.5

Merci de m’aider !

Salut,

As-tu une raison particulière pour compiler ce paquet alors qu’il est présent dans les dépôts ?

[quote][mono]Prerequisites[/mono]

Make sure you have the following software ready before starting the installation:

Git client: [mono]sudo apt-get install git[/mono]

Python 2.7, which is installed by default in most systems

[mono]Pip version 1.1[/mono]: [mono]sudo apt-get install python-pip[/mono]

Installation

[mono]git clone github.com/andresriancho/w3af.git
cd w3af/
./w3af_console
. /tmp/w3af_dependency_install.sh[/mono][/quote]

[15:46:06]:~$ apt-cache policy w3af w3af: Installé : (aucun) Candidat : 1.1svn5547-1.1 Table de version : (...) 1.0-rc3svn3489-1 0 950 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages (...) [15:46:18]:~$

[code][15:46:20]:~$ aptitude show w3af
Paquet : w3af
État: non installé
Version : 1.1svn5547-1.1
Priorité : supplémentaire
Section : net
Responsable : Luciano Bello luciano@debian.org
Architecture : all
Taille décompressée : 1 091 k
Dépend: python:any (>= 2.7.5-5~), w3af-console (>= 1.1svn5547-1.1), python-gtk2 (>= 2.12), graphviz, python-gtksourceview2
Description : framework to find and exploit web application vulnerabilities
w3af is a Web Application Attack and Audit Framework which aims to identify and exploit all web application vulnerabilities.

This package provides a graphical user interface (GUI) for the framework. If you want a command-line application only, install w3af-console.

The framework has been called the “metasploit for the web”, but it’s actually much more than that, because it also discovers the web application vulnerabilities using black-box scanning
techniques!

The w3af core and it’s plugins are fully written in Python. The project has more than 130 plugins, which identify and exploit SQL injection, cross site scripting (XSS), remote file inclusion
and more.
Site : http://w3af.sourceforge.net/
Étiquettes: implemented-in::python, interface::x11, role::program, security::TODO, uitoolkit::gtk, x11::application

[15:47:25]:~$ [/code]
Tu l’installes tout simplement.

Salut

apres installation de python-pip , j’ai toujours le meme probleme pour le fichier w3af_dep.sh

sinon apres un

j’ai des msg d’erreur lors de scan …

voiçi l’historique :

[code]./w3af_dependency_install.sh
Collecting pybloomfiltermmap==0.3.14
Downloading pybloomfiltermmap-0.3.14.tar.gz (446kB)
100% |████████████████████████████████| 450kB 522kB/s
Collecting esmre==0.3.1
Downloading esmre-0.3.1.tar.gz
Collecting phply==0.9.1
Downloading phply-0.9.1.tar.gz
Collecting nltk==3.0.1
Downloading nltk-3.0.1.tar.gz (961kB)
100% |████████████████████████████████| 962kB 274kB/s
Collecting chardet==2.1.1
Downloading chardet-2.1.1.tar.gz (178kB)
100% |████████████████████████████████| 180kB 713kB/s
Collecting tblib==0.2.0
Downloading tblib-0.2.0-py2-none-any.whl
Collecting pdfminer==20140328
Downloading pdfminer-20140328.tar.gz (4.1MB)
100% |████████████████████████████████| 4.1MB 81kB/s
Collecting pyOpenSSL==0.15.1
Downloading pyOpenSSL-0.15.1-py2.py3-none-any.whl (102kB)
100% |████████████████████████████████| 106kB 1.2MB/s
Collecting ndg-httpsclient==0.3.3
Downloading ndg_httpsclient-0.3.3.tar.gz
Collecting pyasn1==0.1.8
Downloading pyasn1-0.1.8.tar.gz (75kB)
100% |████████████████████████████████| 77kB 1.1MB/s
Collecting lxml==3.4.4
Downloading lxml-3.4.4.tar.gz (3.5MB)
100% |████████████████████████████████| 3.5MB 93kB/s
Collecting scapy-real==2.2.0-dev
Downloading scapy-real-2.2.0-dev.tar.gz (1.1MB)
100% |████████████████████████████████| 1.1MB 264kB/s
Collecting guess-language==0.2
Downloading guess-language-0.2.tar.gz (98kB)
100% |████████████████████████████████| 102kB 883kB/s
Collecting cluster==1.1.1b3
Downloading cluster-1.1.1b3.tar.gz
Collecting msgpack-python==0.4.4
Downloading msgpack-python-0.4.4.tar.gz (113kB)
100% |████████████████████████████████| 114kB 878kB/s
Collecting python-ntlm==1.0.1
Downloading python-ntlm-1.0.1.tar.gz
Collecting halberd==0.2.4
Downloading halberd-0.2.4.tar.gz (214kB)
100% |████████████████████████████████| 217kB 711kB/s
Collecting darts.util.lru==0.5
Downloading darts.util.lru-0.5.tar.gz
Collecting Jinja2==2.7.3
Downloading Jinja2-2.7.3.tar.gz (378kB)
100% |████████████████████████████████| 380kB 331kB/s
Collecting vulndb==0.0.19
Downloading vulndb-0.0.19.tar.gz (49kB)
100% |████████████████████████████████| 53kB 2.0MB/s
Collecting markdown==2.6.1
Downloading Markdown-2.6.1.tar.gz (298kB)
100% |████████████████████████████████| 299kB 621kB/s
Collecting psutil==2.2.1
Downloading psutil-2.2.1.tar.gz (223kB)
100% |████████████████████████████████| 225kB 724kB/s
Collecting mitmproxy==0.13
Downloading mitmproxy-0.13.tar.gz (5.7MB)
100% |████████████████████████████████| 5.7MB 56kB/s
Collecting ruamel.ordereddict==0.4.8
Downloading ruamel.ordereddict-0.4.8.tar.gz (49kB)
100% |████████████████████████████████| 49kB 1.1MB/s
Collecting Flask==0.10.1
Downloading Flask-0.10.1.tar.gz (544kB)
100% |████████████████████████████████| 544kB 426kB/s
Collecting PyYAML==3.11
Downloading PyYAML-3.11.tar.gz (248kB)
100% |████████████████████████████████| 249kB 610kB/s
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from esmre==0.3.1)
Requirement already satisfied (use --upgrade to upgrade): ply in /usr/lib/python2.7/dist-packages (from phply==0.9.1)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from tblib==0.2.0)
Collecting cryptography>=0.7 (from pyOpenSSL==0.15.1)
Downloading cryptography-1.1.tar.gz (348kB)
100% |████████████████████████████████| 352kB 562kB/s
Collecting markupsafe (from Jinja2==2.7.3)
Downloading MarkupSafe-0.23.tar.gz
Collecting pyperclip>=1.5.8 (from mitmproxy==0.13)
Downloading pyperclip-1.5.21.zip
Collecting tornado>=4.0.2 (from mitmproxy==0.13)
Downloading tornado-4.3.tar.gz (450kB)
100% |████████████████████████████████| 454kB 526kB/s
Collecting netlib<0.14,>=0.13 (from mitmproxy==0.13)
Downloading netlib-0.13.1.tar.gz (71kB)
100% |████████████████████████████████| 73kB 1.4MB/s
Collecting urwid>=1.3 (from mitmproxy==0.13)
Downloading urwid-1.3.1.tar.gz (588kB)
100% |████████████████████████████████| 589kB 352kB/s
Collecting blinker>=1.3 (from mitmproxy==0.13)
Downloading blinker-1.4.tar.gz (111kB)
100% |████████████████████████████████| 114kB 923kB/s
Requirement already satisfied (use --upgrade to upgrade): Pillow>=2.3.0 in /usr/lib/python2.7/dist-packages (from mitmproxy==0.13)
Collecting pyparsing>=1.5.2 (from mitmproxy==0.13)
Downloading pyparsing-2.0.5-py2.py3-none-any.whl
Collecting configargparse>=0.9.3 (from mitmproxy==0.13)
Downloading ConfigArgParse-0.9.3.tar.gz
Collecting html2text>=2015.4.14 (from mitmproxy==0.13)
Downloading html2text-2015.11.4.tar.gz (43kB)
100% |████████████████████████████████| 45kB 1.4MB/s
Collecting Werkzeug>=0.7 (from Flask==0.10.1)
Downloading Werkzeug-0.10.4-py2.py3-none-any.whl (293kB)
100% |████████████████████████████████| 294kB 237kB/s
Collecting itsdangerous>=0.21 (from Flask==0.10.1)
Downloading itsdangerous-0.24.tar.gz (46kB)
100% |████████████████████████████████| 49kB 1.3MB/s
Collecting idna>=2.0 (from cryptography>=0.7->pyOpenSSL==0.15.1)
Downloading idna-2.0-py2.py3-none-any.whl (61kB)
100% |████████████████████████████████| 61kB 988kB/s
Collecting enum34 (from cryptography>=0.7->pyOpenSSL==0.15.1)
Downloading enum34-1.0.4.tar.gz
Collecting ipaddress (from cryptography>=0.7->pyOpenSSL==0.15.1)
Downloading ipaddress-1.0.14-py27-none-any.whl
Collecting cffi>=1.1.0 (from cryptography>=0.7->pyOpenSSL==0.15.1)
Downloading cffi-1.3.0.tar.gz (347kB)
100% |████████████████████████████████| 348kB 532kB/s
Collecting backports.ssl-match-hostname (from tornado>=4.0.2->mitmproxy==0.13)
Downloading backports.ssl_match_hostname-3.4.0.2.tar.gz
Collecting singledispatch (from tornado>=4.0.2->mitmproxy==0.13)
Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting certifi (from tornado>=4.0.2->mitmproxy==0.13)
Downloading certifi-2015.9.6.2-py2.py3-none-any.whl (371kB)
100% |████████████████████████████████| 372kB 551kB/s
Collecting backports-abc>=0.4 (from tornado>=4.0.2->mitmproxy==0.13)
Downloading backports_abc-0.4-py2.py3-none-any.whl
Collecting passlib>=1.6.2 (from netlib<0.14,>=0.13->mitmproxy==0.13)
Downloading passlib-1.6.5-py2.py3-none-any.whl (317kB)
100% |████████████████████████████████| 319kB 973kB/s
Collecting hpack>=1.0.1 (from netlib<0.14,>=0.13->mitmproxy==0.13)
Downloading hpack-2.0.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/lib/python2.7/dist-packages (from cffi>=1.1.0->cryptography>=0.7->pyOpenSSL==0.15.1)
Building wheels for collected packages: pybloomfiltermmap, esmre, phply, nltk, chardet, pdfminer, ndg-httpsclient, pyasn1, lxml, scapy-real, guess-language, cluster, msgpack-python, python-ntlm, halberd, darts.util.lru, Jinja2, vulndb, markdown, psutil, mitmproxy, ruamel.ordereddict, Flask, PyYAML, cryptography, markupsafe, pyperclip, tornado, netlib, urwid, blinker, configargparse, html2text, itsdangerous, enum34, cffi, backports.ssl-match-hostname
Running setup.py bdist_wheel for pybloomfiltermmap
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/pybloomfiltermmap/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpsgDD8Lpip-wheel-:
info: Building from C
running bdist_wheel
running build
running build_ext
building ‘pybloomfilter’ extension
creating build
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/mmapbitarray.c -o build/temp.linux-i686-2.7/src/mmapbitarray.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/bloomfilter.c -o build/temp.linux-i686-2.7/src/bloomfilter.o
src/bloomfilter.c:11:14: warning: always_inline function might not be inlinable [-Wattributes]
BloomFilter *bloomfilter_Create_Malloc(size_t max_num_elem, double error_rate,
^
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/md5.c -o build/temp.linux-i686-2.7/src/md5.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/primetester.c -o build/temp.linux-i686-2.7/src/primetester.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/MurmurHash3.cpp -o build/temp.linux-i686-2.7/src/MurmurHash3.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/pybloomfilter.c -o build/temp.linux-i686-2.7/src/pybloomfilter.o
src/pybloomfilter.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type
#include “pyconfig.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for pybloomfiltermmap
Running setup.py bdist_wheel for esmre
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/esmre/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpPKAKXupip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
copying src/esmre.py -> build/lib.linux-i686-2.7
running build_ext
building ‘esm’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/esm.c -o build/temp.linux-i686-2.7/src/esm.o
src/esm.c:19:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include <Python.h>
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for esmre
Running setup.py bdist_wheel for phply
Stored in directory: /home/sky/.cache/pip/wheels/a3/69/9d/e4db1623e4cda0b2e9b617db3fbb44d91af0f5317cb245ecec
Running setup.py bdist_wheel for nltk
Stored in directory: /home/sky/.cache/pip/wheels/c4/b9/c9/4f6a1965b0d087a38748e57233d85ed2a00300b02871eecb4e
Running setup.py bdist_wheel for chardet
Stored in directory: /home/sky/.cache/pip/wheels/c2/7b/de/865e0fac8e29aa667e5def995776f10957a82e1865fea61476
Running setup.py bdist_wheel for pdfminer
Stored in directory: /home/sky/.cache/pip/wheels/c6/71/37/45b09d8c797709e875dc82b703fe4fc5b282a5047ac476dac3
Running setup.py bdist_wheel for ndg-httpsclient
Stored in directory: /home/sky/.cache/pip/wheels/6a/19/3d/5d7df24d2b6e6fa3012c66e60a3b9eaed3ff1e7f791cd9d689
Running setup.py bdist_wheel for pyasn1
Stored in directory: /home/sky/.cache/pip/wheels/c4/c5/95/c73b6aecd3119583f44a299c290a2d94bc3f67ae38728af1ef
Running setup.py bdist_wheel for lxml
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/lxml/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpmHmRtJpip-wheel-:
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url’
warnings.warn(msg)
Building lxml version 3.4.4.
Building without Cython.
ERROR: /bin/sh: 1: xslt-config: not found

** make sure the development packages of libxml2 and libxslt are installed **

Using build configuration of libxslt
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/lxml
copying src/lxml/doctestcompare.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/init.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/builder.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/cssselect.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/usedoctest.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/sax.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/pyclasslookup.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/ElementInclude.py -> build/lib.linux-i686-2.7/lxml
copying src/lxml/_elementpath.py -> build/lib.linux-i686-2.7/lxml
creating build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/init.py -> build/lib.linux-i686-2.7/lxml/includes
creating build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/init.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/builder.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/formfill.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/html5parser.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/diff.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/_html5builder.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/_setmixin.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/soupparser.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/clean.py -> build/lib.linux-i686-2.7/lxml/html
copying src/lxml/html/defs.py -> build/lib.linux-i686-2.7/lxml/html
creating build/lib.linux-i686-2.7/lxml/isoschematron
copying src/lxml/isoschematron/init.py -> build/lib.linux-i686-2.7/lxml/isoschematron
copying src/lxml/lxml.etree.h -> build/lib.linux-i686-2.7/lxml
copying src/lxml/lxml.etree_api.h -> build/lib.linux-i686-2.7/lxml
copying src/lxml/includes/c14n.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xpath.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/tree.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/config.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xslt.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/schematron.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/uri.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/etree_defs.h -> build/lib.linux-i686-2.7/lxml/includes
copying src/lxml/includes/lxml-version.h -> build/lib.linux-i686-2.7/lxml/includes
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources/rng
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/rng
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl
creating build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-i686-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building ‘lxml.etree’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
creating build/temp.linux-i686-2.7/src/lxml
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/tmp/pip-build-RcE86B/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-i686-2.7/src/lxml/lxml.etree.o -w
src/lxml/lxml.etree.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type
#include “pyconfig.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for lxml
Running setup.py bdist_wheel for scapy-real
Stored in directory: /home/sky/.cache/pip/wheels/cc/2b/e5/405a9005ef69081c46aa52f064741690bd33b2e33c0b8683c0
Running setup.py bdist_wheel for guess-language
Stored in directory: /home/sky/.cache/pip/wheels/6e/71/91/a5244b78ce34b62f74f026013d4bbb6c088390af4bdbd0e358
Running setup.py bdist_wheel for cluster
Stored in directory: /home/sky/.cache/pip/wheels/3b/a0/54/9a1ec6d78f465d17ee8eea13e59ec476e7123b46b4ccebb5ed
Running setup.py bdist_wheel for msgpack-python
Stored in directory: /home/sky/.cache/pip/wheels/7e/43/93/1da71a98633f19a9862537c09c3b76e27a39da0d5b3a5c60cd
Running setup.py bdist_wheel for python-ntlm
Stored in directory: /home/sky/.cache/pip/wheels/35/30/b8/a2cb9d328aa4c85f8eff4765a4344a8bc9a4e5647dee08408e
Running setup.py bdist_wheel for halberd
Stored in directory: /home/sky/.cache/pip/wheels/f9/5a/a8/818cbc50be2a3f7ab669db3878474d5e052e55aa415cac1d41
Running setup.py bdist_wheel for darts.util.lru
Stored in directory: /home/sky/.cache/pip/wheels/44/23/17/77d5a5db04234755df6a739f6d6f48dfc65ead9e25c89acae3
Running setup.py bdist_wheel for Jinja2
Stored in directory: /home/sky/.cache/pip/wheels/b3/c0/62/8908d15b90a7de8bd15e2e6e5f5ba1398c0d9940d62a6bf8f5
Running setup.py bdist_wheel for vulndb
Stored in directory: /home/sky/.cache/pip/wheels/50/e7/37/532fd896443c6d8f4d655487be819ff992e2a5dba0e07ca002
Running setup.py bdist_wheel for markdown
Stored in directory: /home/sky/.cache/pip/wheels/0b/34/ce/34332465dc6f94048279a9169fbdab85ac88d475ec3d05b5c6
Running setup.py bdist_wheel for psutil
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/psutil/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpTxTB_Bpip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/psutil
copying psutil/init.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_pswindows.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_psposix.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_compat.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_psosx.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-i686-2.7/psutil
copying psutil/_common.py -> build/lib.linux-i686-2.7/psutil
running build_ext
building ‘_psutil_linux’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/psutil
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPSUTIL_VERSION=221 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-i686-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:12:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include <Python.h>
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for psutil
Running setup.py bdist_wheel for mitmproxy
Stored in directory: /home/sky/.cache/pip/wheels/87/f6/d6/f2ef4ad248dda72280f0424660ecfe95109dfd130454e70806
Running setup.py bdist_wheel for ruamel.ordereddict
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/ruamel.ordereddict/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpHmLtfrpip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/ruamel
creating build/lib.linux-i686-2.7/ruamel/ordereddict
copying ./init.py -> build/lib.linux-i686-2.7/ruamel/ordereddict
copying ./setup.py -> build/lib.linux-i686-2.7/ruamel/ordereddict
running build_ext
building ‘_ordereddict’ extension
creating build/temp.linux-i686-2.7
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c ordereddict.c -o build/temp.linux-i686-2.7/ordereddict.o
ordereddict.c:22:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include “Python.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for ruamel.ordereddict
Running setup.py bdist_wheel for Flask
Stored in directory: /home/sky/.cache/pip/wheels/d2/db/61/cb9b80526b8f3ba89248ec0a29d6da1bb6013681c930fca987
Running setup.py bdist_wheel for PyYAML
Stored in directory: /home/sky/.cache/pip/wheels/fa/db/f6/dee55793d344f1706dc4a5a693298f0115241d1085cc212364
Running setup.py bdist_wheel for cryptography
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/cryptography/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpZ62hRcpip-wheel-:
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
c/_cffi_backend.c:2:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include <Python.h>
^
compilation terminated.
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-build-RcE86B/cryptography/setup.py”, line 318, in
**keywords_with_side_effects(sys.argv)
File “/usr/lib/python2.7/distutils/core.py”, line 111, in setup
_setup_distribution = dist = klass(attrs)
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 262, in init
self.fetch_build_eggs(attrs[‘setup_requires’])
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 287, in fetch_build_eggs
replace_conflicting=True,
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 631, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 874, in best_match
return self.obtain(req, installer)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 886, in obtain
return installer(requirement)
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 338, in fetch_build_egg
return cmd.easy_install(req)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 636, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 666, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 856, in install_eggs
return self.build_and_install(setup_script, setup_base)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 1078, in build_and_install
self.run_setup(setup_script, setup_base, args)
File “/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py”, line 1066, in run_setup
raise DistutilsError(“Setup script exited with %s” % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for cryptography
Running setup.py bdist_wheel for markupsafe
Stored in directory: /home/sky/.cache/pip/wheels/94/a7/79/f79a998b64c1281cb99fa9bbd33cfc9b8b5775f438218d17a7
Running setup.py bdist_wheel for pyperclip
Stored in directory: /home/sky/.cache/pip/wheels/08/6e/0b/1466092e2351ea74f0759cec3f2416baeb86feaecddd4bfee9
Running setup.py bdist_wheel for tornado
Stored in directory: /home/sky/.cache/pip/wheels/2d/e6/19/1a61a89abb78cc3e1761a5844eaa1fdc86fd41b38353df5967
Running setup.py bdist_wheel for netlib
Stored in directory: /home/sky/.cache/pip/wheels/08/19/9d/e5748c5ccf254803a388c15335a9a4bd856ba45aa0fb92190f
Running setup.py bdist_wheel for urwid
Stored in directory: /home/sky/.cache/pip/wheels/20/ed/aa/f28c05890e0dd72e7023a9fb3e5966a0a9d7a1e9682a29a94f
Running setup.py bdist_wheel for blinker
Stored in directory: /home/sky/.cache/pip/wheels/f2/c3/e5/ee0b56ce61cac874efcee8d98a9a9e9415cb8e229cde993c7f
Running setup.py bdist_wheel for configargparse
Stored in directory: /home/sky/.cache/pip/wheels/45/0e/36/f2faf12912c3968ea911d45349b2271a31ca8f70f7865a0dbf
Running setup.py bdist_wheel for html2text
Stored in directory: /home/sky/.cache/pip/wheels/77/81/a8/47ac50e174f15f16c0a15c6cc7fb177510864c037b996b6dff
Running setup.py bdist_wheel for itsdangerous
Stored in directory: /home/sky/.cache/pip/wheels/97/c0/b8/b37c320ff57e15f993ba0ac98013eee778920b4a7b3ebae3cf
Running setup.py bdist_wheel for enum34
Stored in directory: /home/sky/.cache/pip/wheels/d1/b2/2c/b51348698bd1921a226cf48d790b282d86fb4bcf9728afd6b3
Running setup.py bdist_wheel for cffi
Complete output from command /usr/bin/python -c “import setuptools;file=’/tmp/pip-build-RcE86B/cffi/setup.py’;exec(compile(open(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” bdist_wheel -d /tmp/tmpyIfQWZpip-wheel-:
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containinglibffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libffi’ found
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/cffi
copying cffi/init.py -> build/lib.linux-i686-2.7/cffi
copying cffi/verifier.py -> build/lib.linux-i686-2.7/cffi
copying cffi/model.py -> build/lib.linux-i686-2.7/cffi
copying cffi/gc_weakref.py -> build/lib.linux-i686-2.7/cffi
copying cffi/commontypes.py -> build/lib.linux-i686-2.7/cffi
copying cffi/recompiler.py -> build/lib.linux-i686-2.7/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-i686-2.7/cffi
copying cffi/ffiplatform.py -> build/lib.linux-i686-2.7/cffi
copying cffi/api.py -> build/lib.linux-i686-2.7/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-i686-2.7/cffi
copying cffi/cparser.py -> build/lib.linux-i686-2.7/cffi
copying cffi/lock.py -> build/lib.linux-i686-2.7/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-i686-2.7/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-i686-2.7/cffi
copying cffi/vengine_gen.py -> build/lib.linux-i686-2.7/cffi
copying cffi/_cffi_include.h -> build/lib.linux-i686-2.7/cffi
copying cffi/parse_c_type.h -> build/lib.linux-i686-2.7/cffi
running build_ext
building ‘_cffi_backend’ extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/c
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-i686-2.7/c/_cffi_backend.o
c/_cffi_backend.c:2:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include <Python.h>
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for cffi
Running setup.py bdist_wheel for backports.ssl-match-hostname
Stored in directory: /home/sky/.cache/pip/wheels/81/3d/36/f3c726a42caed585046d710e0e450bda1075c61c1c43443831
Successfully built phply nltk chardet pdfminer ndg-httpsclient pyasn1 scapy-real guess-language cluster msgpack-python python-ntlm halberd darts.util.lru Jinja2 vulndb markdown mitmproxy Flask PyYAML markupsafe pyperclip tornado netlib urwid blinker configargparse html2text itsdangerous enum34 backports.ssl-match-hostname
Failed to build pybloomfiltermmap esmre lxml psutil ruamel.ordereddict cryptography cffi
Installing collected packages: pybloomfiltermmap, esmre, phply, nltk, chardet, tblib, pdfminer, idna, pyasn1, enum34, ipaddress, cffi, cryptography, pyOpenSSL, ndg-httpsclient, lxml, scapy-real, guess-language, cluster, msgpack-python, python-ntlm, halberd, darts.util.lru, markupsafe, Jinja2, vulndb, markdown, psutil, pyperclip, backports.ssl-match-hostname, singledispatch, certifi, backports-abc, tornado, passlib, hpack, netlib, urwid, blinker, pyparsing, configargparse, html2text, mitmproxy, ruamel.ordereddict, Werkzeug, itsdangerous, Flask, PyYAML
Running setup.py install for pybloomfiltermmap
Complete output from command /usr/bin/python -c “import setuptools, tokenize;file=’/tmp/pip-build-RcE86B/pybloomfiltermmap/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-zSP6pF-record/install-record.txt --single-version-externally-managed --compile:
info: Building from C
running install
running build
running build_ext
building ‘pybloomfilter’ extension
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/mmapbitarray.c -o build/temp.linux-i686-2.7/src/mmapbitarray.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/bloomfilter.c -o build/temp.linux-i686-2.7/src/bloomfilter.o
src/bloomfilter.c:11:14: warning: always_inline function might not be inlinable [-Wattributes]
BloomFilter *bloomfilter_Create_Malloc(size_t max_num_elem, double error_rate,
^
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/md5.c -o build/temp.linux-i686-2.7/src/md5.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/primetester.c -o build/temp.linux-i686-2.7/src/primetester.o
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/MurmurHash3.cpp -o build/temp.linux-i686-2.7/src/MurmurHash3.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/pybloomfilter.c -o build/temp.linux-i686-2.7/src/pybloomfilter.o
src/pybloomfilter.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type
#include “pyconfig.h”
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1

----------------------------------------

Command “/usr/bin/python -c “import setuptools, tokenize;file=’/tmp/pip-build-RcE86B/pybloomfiltermmap/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(’\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-zSP6pF-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-RcE86B/pybloomfiltermmap[/code]

et le fichier d’erreur w3af :

[code]Submit this bug here: https://sourceforge.net/tracker/?func=add&group_id=170274&atid=853652

Python version:
2.7.9 (default, Mar 1 2015, 18:22:53)
[GCC 4.9.2]

GTK version:2.24.25
PyGTK version:2.24.0

w3af - Web Application Attack and Audit Framework
Version: 1.1 (from Debian Package y: le paquet « w3af-console » n’est pas disponible
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.)
Author: Andres Riancho and the w3af team.Traceback (most recent call last):
File “/usr/share/w3af/core/ui/gtkUi/main.py”, line 590, in startScanWrap
self.w3af.start()
File “/usr/share/w3af/core/controllers/w3afCore.py”, line 417, in start
self._realStart()
File “/usr/share/w3af/core/controllers/w3afCore.py”, line 603, in _realStart
raise e
w3afException: Exception while fetching a 404 page, error: Too many retries (2) while requesting: http://XXXXXX.XXX/9rmYO3JQ.pl[/code]

personne ?

[quote=“Butcher22”]w3af - Web Application Attack and Audit Framework
Version: 1.1 (from Debian Package y: [mono]le paquet « w3af-console » n’est pas disponible[/mono][/quote]

[22:26:21]:~$ apt-cache policy w3af-console w3af-console: Installé : (aucun) Candidat : 1.1svn5547-1.1 Table de version : 1.1svn5547-1.1 0 990 http://cdn.debian.net/debian/ sid/main amd64 Packages 870 http://ftp.fr.debian.org/debian/ stretch/main amd64 Packages 1.0-rc3svn3489-1 0 950 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages 799 http://ftp.fr.debian.org/debian/ wheezy/main amd64 Packages [22:26:30]:~$

[quote=“Butcher22”]Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu.)[/quote]

Salut

sky@Orion:~$ apt-cache policy w3af-console w3af-console: Installé : 1.0-rc3svn3489-1 Candidat : 1.0-rc3svn3489-1 Table de version : *** 1.0-rc3svn3489-1 0 500 http://ftp2.fr.debian.org/debian/ jessie/main i386 Packages 500 http://http.debian.net/debian/ jessie/main i386 Packages 100 /var/lib/dpkg/status sky@Orion:~$ dpkg -l | grep w3af ii w3af 1.0-rc3svn3489-1 all framework to find and exploit web application vulnerabilities ii w3af-console 1.0-rc3svn3489-1 all framework to find and exploit web application vulnerabilities (CLI only) sky@Orion:~$

Salut,

Initialement, ta compilation n’a pas aboutie.
As-tu désinstallé/nettoyé ([mono]make uninstall[/mono] etc …) cette dernière ?
Tu devrais.

Salut

je sais pas comment faire , peux tu m’aider un peu plus avec les commandes ?

merci

edit :

apres

apt-get --purge remove w3af apt-get --purge remove python-pip apt-get update && apt-get upgrade ( pour que tous soit en norme ) apt-get install python-pip ./w3af_console . /tmp/w3af_dep...sh

toujours le meme problème

... i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/tmp/pip-build-29l0k_/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-i686-2.7/src/lxml/lxml.etree.o -w src/lxml/lxml.etree.c:8:22: fatal error: pyconfig.h: Aucun fichier ou dossier de ce type #include "pyconfig.h" ^ compilation terminated. error: command 'i586-linux-gnu-gcc' failed with exit status 1

[code]

i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPSUTIL_VERSION=221 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-i686-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:12:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
#include <Python.h>
^
compilation terminated.
error: command ‘i586-linux-gnu-gcc’ failed with exit status 1


Failed building wheel for psutil[/code]

...
i586-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c ordereddict.c -o build/temp.linux-i686-2.7/ordereddict.o
  ordereddict.c:22:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
   #include "Python.h"
                      ^
  compilation terminated.
  error: command 'i586-linux-gnu-gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for ruamel.ordereddict
...
Running setup.py bdist_wheel for cryptography
  Complete output from command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-29l0k_/cryptography/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp6N_WnFpip-wheel-:
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  c/_cffi_backend.c:2:20: fatal error: Python.h: Aucun fichier ou dossier de ce type
   #include <Python.h>
                      ^

donc toujours le meme probleme de fichiers manquants … comment y remédier manuellement sans trop s’en meler les pinceaux !

Personne ?

Dans la mesure où tu n’as aucune sauvegarde et afin de limiter l’impact sur ton système, l’idée était de virer ce que le script [mono]. /tmp/w3af_dependency_install.sh[/mono] avait tenté d’installer pour recourir uniquement aux dépôts Debian en l’installation de [mono]w3af[/mono] et consort.

Que retourne …

# pip list$ aptitude -s remove --purge python-pip $ aptitude -s remove --purge git

Salut

root@Orion:/home/sky# pip list cffi (0.8.6) chardet (2.3.0) colorama (0.3.2) cryptography (0.6.1) defusedxml (0.4.1) docutils (0.12) futures (2.1.5) gitdb (0.6.4) GitPython (0.3.2rc1) html5lib (0.999) lxml (3.4.0) ndg-httpsclient (0.3.2) numpy (1.8.2) pexpect (3.2) Pillow (2.6.1) pip (7.1.2) ply (3.4) pyasn1 (0.1.7) pyClamd (0.3.15) pycparser (2.10) pycups (1.9.63) pycurl (7.19.5) PyGithub (1.21.0) Pygments (2.0.1) pygobject (3.14.0) pyOpenSSL (0.14) pysmbc (1.0.15.3) python-apt (0.9.3.12) python-debian (0.1.27) python-debianbts (1.11) pyxdg (0.25) reportbug (6.6.3) reportlab (3.1.8) requests (2.4.3) roman (2.0.0) setuptools (5.5.1) six (1.8.0) smmap (0.9.0) SOAPpy (0.12.22) urllib3 (1.9.1) wheel (0.24.0) wstools (0.4.3) youtube-dl (2014.8.5)

root@Orion:/home/sky# aptitude -s remove --purge python-pip Les paquets suivants seront ENLEVÉS : python-cffi{pu} python-colorama{pu} python-cryptography{pu} python-distlib{pu} python-html5lib{pu} python-ndg-httpsclient{pu} python-openssl{pu} python-pip python-ply{pu} python-pyasn1{pu} python-pycparser{pu} python-requests{pu} python-urllib3{pu} python-wheel{pu} 0 paquets mis à jour, 0 nouvellement installés, 14 à enlever et 0 non mis à jour. Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 5 706 ko seront libérés. Voulez-vous continuer ? [Y/n/?]

root@Orion:/home/sky# aptitude -s remove --purge git Les paquets suivants seront ENLEVÉS : git git-man{pu} liberror-perl{pu} rsync{pu} 0 paquets mis à jour, 0 nouvellement installés, 4 à enlever et 0 non mis à jour. Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 26,1 Mo seront libérés. Voulez-vous continuer ? [Y/n/?]

À chaque fois une demande de confirmation [mono]Proceed (y/n)? y[/mono] que tu valideras.
Ce retour à nouveau.
[code]# pip list[/code]

À chaque fois une demande de confirmation [mono]Proceed (y/n)? y[/mono] que tu valideras.
Ce retour à nouveau.

Salut

root@Orion:/home/sky# pip uninstall cryptography defusedxml docutils futures lxml ndg-httpsclient numpy pexpect ply pyasn1 pycparser pycups pycurl Pygments pygobject pyOpenSSL pysmbc python-apt python-debian python-debianbts pyxdg reportbug reportlab roman smmap SOAPpy wheel wstools youtube-dl
Uninstalling cryptography-0.6.1:
  /usr/lib/python2.7/dist-packages/cryptography
  /usr/lib/python2.7/dist-packages/cryptography-0.6.1.egg-info
Proceed (y/n)? y
  Successfully uninstalled cryptography-0.6.1
DEPRECATION: Uninstalling a distutils installed project (defusedxml) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling defusedxml-0.4.1:
  /usr/lib/python2.7/dist-packages/defusedxml-0.4.1.egg-info
Proceed (y/n)? y
  Successfully uninstalled defusedxml-0.4.1
DEPRECATION: Uninstalling a distutils installed project (docutils) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling docutils-0.12:
  /usr/lib/python2.7/dist-packages/docutils-0.12.egg-info
Proceed (y/n)? y
  Successfully uninstalled docutils-0.12
Uninstalling futures-2.1.5:
  /usr/local/lib/python2.7/dist-packages/concurrent/__init__.py
  /usr/local/lib/python2.7/dist-packages/concurrent/__init__.pyc
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/__init__.py
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/__init__.pyc
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/_base.py
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/_base.pyc
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/_compat.py
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/_compat.pyc
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/process.py
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/process.pyc
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/thread.py
  /usr/local/lib/python2.7/dist-packages/concurrent/futures/thread.pyc
  /usr/local/lib/python2.7/dist-packages/futures-2.1.5.dist-info/DESCRIPTION.rst
  /usr/local/lib/python2.7/dist-packages/futures-2.1.5.dist-info/METADATA
  /usr/local/lib/python2.7/dist-packages/futures-2.1.5.dist-info/RECORD
  /usr/local/lib/python2.7/dist-packages/futures-2.1.5.dist-info/WHEEL
  /usr/local/lib/python2.7/dist-packages/futures-2.1.5.dist-info/pydist.json
  /usr/local/lib/python2.7/dist-packages/futures-2.1.5.dist-info/top_level.txt
  /usr/local/lib/python2.7/dist-packages/futures/__init__.py
  /usr/local/lib/python2.7/dist-packages/futures/__init__.pyc
  /usr/local/lib/python2.7/dist-packages/futures/process.py
  /usr/local/lib/python2.7/dist-packages/futures/process.pyc
  /usr/local/lib/python2.7/dist-packages/futures/thread.py
  /usr/local/lib/python2.7/dist-packages/futures/thread.pyc
Proceed (y/n)? y
  Successfully uninstalled futures-2.1.5
Uninstalling lxml-3.4.0:
  /usr/lib/python2.7/dist-packages/lxml
  /usr/lib/python2.7/dist-packages/lxml-3.4.0.egg-info
Proceed (y/n)? y
  Successfully uninstalled lxml-3.4.0
Uninstalling ndg-httpsclient-0.3.2:
  /usr/bin/ndg_httpclient
  /usr/lib/pymodules/python2.7/ndg_httpsclient-0.3.2.egg-info
Proceed (y/n)? y
  Successfully uninstalled ndg-httpsclient-0.3.2
DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling numpy-1.8.2:
  /usr/lib/python2.7/dist-packages/numpy-1.8.2.egg-info
Proceed (y/n)? y
  Successfully uninstalled numpy-1.8.2
DEPRECATION: Uninstalling a distutils installed project (pexpect) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pexpect-3.2:
  /usr/lib/python2.7/dist-packages/pexpect-3.2.egg-info
Proceed (y/n)? y
  Successfully uninstalled pexpect-3.2
Uninstalling ply-3.4:
  /usr/lib/python2.7/dist-packages/ply
  /usr/lib/python2.7/dist-packages/ply-3.4.egg-info
Proceed (y/n)? y
  Successfully uninstalled ply-3.4
Uninstalling pyasn1-0.1.7:
  /usr/lib/python2.7/dist-packages/pyasn1
  /usr/lib/python2.7/dist-packages/pyasn1-0.1.7.egg-info
Proceed (y/n)? y
  Successfully uninstalled pyasn1-0.1.7
DEPRECATION: Uninstalling a distutils installed project (pycparser) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pycparser-2.10:
  /usr/lib/python2.7/dist-packages/pycparser-2.10.egg-info
Proceed (y/n)? y
  Successfully uninstalled pycparser-2.10
DEPRECATION: Uninstalling a distutils installed project (pycups) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pycups-1.9.63:
  /usr/lib/python2.7/dist-packages/pycups-1.9.63.egg-info
Proceed (y/n)? y
  Successfully uninstalled pycups-1.9.63
DEPRECATION: Uninstalling a distutils installed project (pycurl) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pycurl-7.19.5:
  /usr/lib/python2.7/dist-packages/pycurl-7.19.5.egg-info
Proceed (y/n)? y
  Successfully uninstalled pycurl-7.19.5
Uninstalling Pygments-2.0.1:
  /usr/bin/pygmentize
  /usr/lib/python2.7/dist-packages/Pygments-2.0.1.egg-info
  /usr/lib/python2.7/dist-packages/pygments
Proceed (y/n)? y
  Successfully uninstalled Pygments-2.0.1
DEPRECATION: Uninstalling a distutils installed project (pygobject) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pygobject-3.14.0:
  /usr/lib/python2.7/dist-packages/pygobject-3.14.0.egg-info
Proceed (y/n)? y
  Successfully uninstalled pygobject-3.14.0
Uninstalling pyOpenSSL-0.14:
  /usr/lib/python2.7/dist-packages/OpenSSL
  /usr/lib/python2.7/dist-packages/pyOpenSSL-0.14.egg-info
Proceed (y/n)? y
  Successfully uninstalled pyOpenSSL-0.14
DEPRECATION: Uninstalling a distutils installed project (pysmbc) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pysmbc-1.0.15.3:
  /usr/lib/python2.7/dist-packages/pysmbc-1.0.15.3.egg-info
Proceed (y/n)? y
  Successfully uninstalled pysmbc-1.0.15.3
DEPRECATION: Uninstalling a distutils installed project (python-apt) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling python-apt-0.9.3.12:
  /usr/lib/python2.7/dist-packages/python_apt-0.9.3.12.egg-info
Proceed (y/n)? y
  Successfully uninstalled python-apt-0.9.3.12
Uninstalling python-debian-0.1.27:
  /usr/lib/python2.7/dist-packages/deb822.py
  /usr/lib/python2.7/dist-packages/deb822.pyc
  /usr/lib/python2.7/dist-packages/debian
  /usr/lib/python2.7/dist-packages/debian_bundle
  /usr/lib/python2.7/dist-packages/python_debian-0.1.27.egg-info
Proceed (y/n)? y
  Successfully uninstalled python-debian-0.1.27
DEPRECATION: Uninstalling a distutils installed project (python-debianbts) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling python-debianbts-1.11:
  /usr/lib/pymodules/python2.7/python_debianbts-1.11.egg-info
Proceed (y/n)? y
  Successfully uninstalled python-debianbts-1.11
DEPRECATION: Uninstalling a distutils installed project (pyxdg) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pyxdg-0.25:
  /usr/lib/python2.7/dist-packages/pyxdg-0.25.egg-info
Proceed (y/n)? y
  Successfully uninstalled pyxdg-0.25
Uninstalling reportbug-6.6.3:
  /usr/lib/python2.7/dist-packages/reportbug
  /usr/lib/python2.7/dist-packages/reportbug-6.6.3.egg-info
Proceed (y/n)? y
  Successfully uninstalled reportbug-6.6.3
DEPRECATION: Uninstalling a distutils installed project (reportlab) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling reportlab-3.1.8:
  /usr/lib/python2.7/dist-packages/reportlab-3.1.8.egg-info
Proceed (y/n)? y
  Successfully uninstalled reportlab-3.1.8
DEPRECATION: Uninstalling a distutils installed project (roman) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling roman-2.0.0:
  /usr/lib/python2.7/dist-packages/roman-2.0.0.egg-info
Proceed (y/n)? y
  Successfully uninstalled roman-2.0.0
Uninstalling smmap-0.9.0:
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/DESCRIPTION.rst
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/METADATA
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/RECORD
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/WHEEL
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/metadata.json
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/top_level.txt
  /usr/local/lib/python2.7/dist-packages/smmap-0.9.0.dist-info/zip-safe
  /usr/local/lib/python2.7/dist-packages/smmap/__init__.py
  /usr/local/lib/python2.7/dist-packages/smmap/__init__.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/buf.py
  /usr/local/lib/python2.7/dist-packages/smmap/buf.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/exc.py
  /usr/local/lib/python2.7/dist-packages/smmap/exc.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/mman.py
  /usr/local/lib/python2.7/dist-packages/smmap/mman.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/test/__init__.py
  /usr/local/lib/python2.7/dist-packages/smmap/test/__init__.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/test/lib.py
  /usr/local/lib/python2.7/dist-packages/smmap/test/lib.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_buf.py
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_buf.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_mman.py
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_mman.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_tutorial.py
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_tutorial.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_util.py
  /usr/local/lib/python2.7/dist-packages/smmap/test/test_util.pyc
  /usr/local/lib/python2.7/dist-packages/smmap/util.py
  /usr/local/lib/python2.7/dist-packages/smmap/util.pyc
Proceed (y/n)? y
  Successfully uninstalled smmap-0.9.0
Uninstalling SOAPpy-0.12.22:
  /usr/lib/python2.7/dist-packages/SOAPpy
  /usr/lib/python2.7/dist-packages/SOAPpy-0.12.22.egg-info
Proceed (y/n)? y
  Successfully uninstalled SOAPpy-0.12.22
Uninstalling wheel-0.24.0:
  /usr/lib/python2.7/dist-packages/wheel
  /usr/lib/python2.7/dist-packages/wheel-0.24.0.egg-info
Proceed (y/n)? y
  Successfully uninstalled wheel-0.24.0
Uninstalling wstools-0.4.3:
  /usr/lib/python2.7/dist-packages/wstools
  /usr/lib/python2.7/dist-packages/wstools-0.4.3.egg-info
Proceed (y/n)? y
  Successfully uninstalled wstools-0.4.3
DEPRECATION: Uninstalling a distutils installed project (youtube-dl) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling youtube-dl-2014.8.5:
  /usr/lib/python2.7/dist-packages/youtube_dl-2014.08.05.egg-info
Proceed (y/n)? y
  Successfully uninstalled youtube-dl-2014.8.5
root@Orion:/home/sky# 

root@Orion:/home/sky# pip list /usr/lib/pymodules/python2.7/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type warnings.warn(import_error_msg) /usr/lib/pymodules/python2.7/ndg/httpsclient/ssl_peer_verification.py:24: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG) /usr/lib/pymodules/python2.7/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled. Import error is: No module named pyasn1.type warnings.warn(import_error_msg) cffi (0.8.6) chardet (2.3.0) colorama (0.3.2) cryptography (0.6.1) gitdb (0.6.4) GitPython (0.3.2rc1) html5lib (0.999) Pillow (2.6.1) pip (7.1.2) pyClamd (0.3.15) PyGithub (1.21.0) requests (2.4.3) setuptools (5.5.1) six (1.8.0) urllib3 (1.9.1)

Pfffff … durant ce laps de temps, j’ai perdu le fil et suis passé à autre chose.

Salut

comment faire alors ?

le problème est que je ne vois pas quoi faire pour y remédier !