Skip to content

Instantly share code, notes, and snippets.

@nicosomb
Created July 31, 2015 09:09
Show Gist options
  • Save nicosomb/8a22a1ab6c534401cfb7 to your computer and use it in GitHub Desktop.
Save nicosomb/8a22a1ab6c534401cfb7 to your computer and use it in GitHub Desktop.
kresus log
Is it installed?
=> No it isn't. Installing weboob...
[install.sh] -- New python executable in ./env/bin/python
Installing setuptools, pip...
[install.sh] -- done.
[install.sh] -- You are using pip version 6.0.8, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[install.sh] -- Collecting git+git://git.symlink.me/pub/weboob/devel (from -r requirements.txt (line 1))
[install.sh] -- Cloning git://git.symlink.me/pub/weboob/devel to /tmp/pip-62eoUq-build
[install.sh] -- Collecting git+git://git.symlink.me/pub/weboob/modules (from -r requirements.txt (line 2))
[install.sh] -- Cloning git://git.symlink.me/pub/weboob/modules to /tmp/pip-TnB7hw-build
[install.sh] -- /usr/local/cozy/apps/kresus/weboob/env/local/lib/python2.7/site-packages/setuptools/dist.py:292: UserWarning: The version specified ('0.h') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
"details." % self.metadata.version
[install.sh] -- Collecting cssselect (from -r requirements.txt (line 3))
[install.sh] -- Using cached cssselect-0.9.1.tar.gz
[install.sh] -- Collecting pyopenssl (from -r requirements.txt (line 4))
[install.sh] -- Using cached pyOpenSSL-0.15.1-py2.py3-none-any.whl
[install.sh] -- Collecting lxml (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached lxml-3.4.4.tar.gz
[install.sh] -- /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.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib
[install.sh] -- Collecting feedparser (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached feedparser-5.2.1.tar.bz2
[install.sh] -- Collecting requests (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached requests-2.7.0-py2.py3-none-any.whl
[install.sh] -- Collecting python-dateutil (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached python_dateutil-2.4.2-py2.py3-none-any.whl
[install.sh] -- Collecting PyYAML (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached PyYAML-3.11.tar.gz
[install.sh] -- Collecting prettytable (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached prettytable-0.7.2.tar.bz2
[install.sh] -- Collecting Pillow (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached Pillow-2.9.0.tar.gz
[install.sh] -- Collecting gdata (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached gdata-2.0.18.tar.gz
[install.sh] -- Collecting mechanize (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached mechanize-0.2.5.tar.gz
[install.sh] -- Collecting futures (from weboob==1.1->-r requirements.txt (line 1))
[install.sh] -- Using cached futures-3.0.3-py2-none-any.whl
[install.sh] -- Collecting six>=1.5.2 (from pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached six-1.9.0-py2.py3-none-any.whl
[install.sh] -- Collecting cryptography>=0.7 (from pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached cryptography-0.9.3.tar.gz
[install.sh] -- Collecting idna (from cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached idna-2.0-py2.py3-none-any.whl
[install.sh] -- Collecting pyasn1 (from cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached pyasn1-0.1.8.tar.gz
[install.sh] -- Requirement already satisfied (use --upgrade to upgrade): setuptools in ./env/lib/python2.7/site-packages (from cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Collecting enum34 (from cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached enum34-1.0.4.tar.gz
[install.sh] -- Collecting ipaddress (from cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached ipaddress-1.0.14-py27-none-any.whl
[install.sh] -- Collecting cffi>=0.8 (from cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached cffi-1.1.2.tar.gz
[install.sh] -- Collecting pycparser (from cffi>=0.8->cryptography>=0.7->pyopenssl->-r requirements.txt (line 4))
[install.sh] -- Using cached pycparser-2.14.tar.gz
[install.sh] -- Installing collected packages: pycparser, cffi, ipaddress, enum34, pyasn1, idna, cryptography, six, weboob-modules, weboob, futures, mechanize, gdata, Pillow, prettytable, PyYAML, python-dateutil, requests, feedparser, lxml, pyopenssl, cssselect
[install.sh] -- Running setup.py install for pycparser
[install.sh] -- Build the lexing/parsing tables
[install.sh] -- Running setup.py install for cffi
[install.sh] -- building '_cffi_backend' extension
[install.sh] -- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -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-x86_64-2.7/c/_cffi_backend.o
[install.sh] -- c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
[install.sh] -- Complete output from command /usr/local/cozy/apps/kresus/weboob/env/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-9P_lYZ/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Wa4d0K-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/cozy/apps/kresus/weboob/env/include/site/python2.7:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/cffi
copying cffi/recompiler.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/lock.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/verifier.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/cparser.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/gc_weakref.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/commontypes.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/api.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/vengine_gen.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/ffiplatform.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/__init__.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/model.py -> build/lib.linux-x86_64-2.7/cffi
copying cffi/_cffi_include.h -> build/lib.linux-x86_64-2.7/cffi
copying cffi/parse_c_type.h -> build/lib.linux-x86_64-2.7/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/c
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -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-x86_64-2.7/c/_cffi_backend.o
c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment