View difference between Paste ID: xDpf2waK and EA5c1t1E
SHOW: | | - or go back to the newest paste.
1
mayank@mayank-Inspiron-N5110:~/soc$ venv/bin/pip install -U lxml setuptools
2
Downloading/unpacking lxml
3
  Downloading lxml-3.3.0.tar.gz (3.4MB): 3.4MB downloaded
4
  Running setup.py egg_info for package lxml
5
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
6
      warnings.warn(msg)
7
    Building lxml version 3.3.0.
8
    Building without Cython.
9
    Using build configuration of libxslt 1.1.28
10
    
11
    warning: no previously-included files found matching '*.py'
12
Downloading/unpacking setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz#md5=04a7664538957b832710653fd7d5b4e6
13
  Downloading setuptools-2.2.tar.gz (786kB): 786kB downloaded
14
  Running setup.py egg_info for package setuptools
15
    
16
Installing collected packages: lxml, setuptools
17
  Running setup.py install for lxml
18
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
19
      warnings.warn(msg)
20
    Building lxml version 3.3.0.
21
    Building without Cython.
22
    Using build configuration of libxslt 1.1.28
23
    building 'lxml.etree' extension
24
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -I/home/mayank/soc/venv/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
25
    x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-x86_64-2.7/lxml/etree.so
26-
    /usr/bin/ld: cannot find -lz
26+
    building 'lxml.objectify' extension
27-
    collect2: error: ld returned 1 exit status
27+
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -I/home/mayank/soc/venv/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -w
28-
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
28+
    x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-x86_64-2.7/lxml/objectify.so
29-
    Complete output from command /home/mayank/soc/venv/bin/python -c "import setuptools;__file__='/home/mayank/soc/venv/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-jGe6Gg-record/install-record.txt --single-version-externally-managed --install-headers /home/mayank/soc/venv/include/site/python2.7:
29+
30
  Found existing installation: setuptools 0.9.8
31-
31+
    Uninstalling setuptools:
32-
  warnings.warn(msg)
32+
      Successfully uninstalled setuptools
33-
33+
  Running setup.py install for setuptools
34-
Building lxml version 3.3.0.
34+
35-
35+
    Installing easy_install script to /home/mayank/soc/venv/bin
36-
Building without Cython.
36+
    Installing easy_install-2.7 script to /home/mayank/soc/venv/bin
37-
37+
Successfully installed lxml setuptools
38-
Using build configuration of libxslt 1.1.28
38+
Cleaning up...