Hallo,
analog zum Befehl aus Alle Python-Pakete mit pip aktualisieren; zunächst:
Markdown==2.6.11
PySocks==1.6.8
certifi==2018.1.18
chardet==3.0.4
idna==2.6
iso-639==0.4.5
iso3166==0.8
livestreamer==1.12.2
mps-youtube==0.2.7.1
pafy==0.5.3.1
pycryptodome==3.4.7
requests==2.18.4
streamlink==0.10.0
urllib3==1.22
virtualenv==15.1.0
websocket-client==0.46.0
youtube-dl==2017.6.12
Wobei z.B. "youtube-dl" aber systemweit installiert ist: Aber der Befehl
pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install --user -U
installiert es jetzt zusätzlich lokal:
Requirement already up-to-date: Markdown in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: PySocks in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: certifi in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: chardet in /usr/local/lib/python3.4/dist-packages
Cleaning up...
Requirement already up-to-date: idna in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: iso-639 in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: iso3166 in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: livestreamer in /usr/local/lib/python3.4/dist-packages
Requirement already up-to-date: requests>=1.0,<3.0 in ./.local/lib/python3.4/site-packages (from livestreamer)
Cleaning up...
Requirement already up-to-date: mps-youtube in /usr/local/lib/python3.4/dist-packages
Cleaning up...
Requirement already up-to-date: pafy in /usr/local/lib/python3.4/dist-packages
Cleaning up...
Requirement already up-to-date: pycryptodome in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: requests in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: streamlink in ./.local/lib/python3.4/site-packages
Requirement already up-to-date: requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: pycryptodome>=3.4.3,<4 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: iso-639 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: iso3166 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: websocket-client in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: PySocks>=1.5.6,!=1.5.7 in ./.local/lib/python3.4/site-packages (from streamlink)
Cleaning up...
Requirement already up-to-date: urllib3 in ./.local/lib/python3.4/site-packages
Cleaning up...
Requirement already up-to-date: virtualenv in /usr/local/lib/python3.4/dist-packages
Cleaning up...
Requirement already up-to-date: websocket-client in ./.local/lib/python3.4/site-packages
Cleaning up...
Downloading/unpacking youtube-dl from https://pypi.python.org/packages/aa/df/6026e07693f8862faeadca04066cad617f57e79d724a5d80a9b41ef3047a/youtube_dl-2018.1.21-py2.py3-none-any.whl#md5=50cb3e5c6a578aeafc7ffed3b53d21e8
Downloading youtube_dl-2018.1.21-py2.py3-none-any.whl (1.7MB): 1.7MB downloaded
Installing collected packages: youtube-dl
Successfully installed youtube-dl
Cleaning up...
Markdown==2.6.11
PySocks==1.6.8
certifi==2018.1.18
chardet==3.0.4
idna==2.6
iso-639==0.4.5
iso3166==0.8
livestreamer==1.12.2
mps-youtube==0.2.7.1
pafy==0.5.3.1
pycryptodome==3.4.7
requests==2.18.4
streamlink==0.10.0
urllib3==1.22
virtualenv==15.1.0
websocket-client==0.46.0
youtube-dl==2018.1.21
ls -la /usr/local/lib/python3.4/dist-packages
insgesamt 196
drwxrwsr-x 24 root staff 4096 Jun 13 2017 .
drwxrwsr-x 3 root staff 4096 Apr 16 2014 ..
drwxr-sr-x 3 root staff 4096 Jun 13 2017 certifi
drwxr-sr-x 2 root staff 4096 Jun 13 2017 certifi-2017.4.17.dist-info
drwxr-sr-x 4 root staff 4096 Jun 13 2017 chardet
drwxr-sr-x 2 root staff 4096 Jun 13 2017 chardet-3.0.4.dist-info
drwxr-sr-x 3 root staff 4096 Jun 13 2017 idna
drwxr-sr-x 2 root staff 4096 Jun 13 2017 idna-2.5.dist-info
drwxr-sr-x 7 root staff 4096 Aug 8 2016 livestreamer
drwxr-sr-x 2 root staff 4096 Aug 8 2016 livestreamer-1.12.2.egg-info
drwxr-sr-x 5 root staff 4096 Aug 8 2016 livestreamer_cli
drwxr-sr-x 4 root staff 4096 Aug 8 2016 mps_youtube
drwxr-sr-x 2 root staff 4096 Aug 8 2016 mps_youtube-0.2.7.1.dist-info
drwxr-sr-x 3 root staff 4096 Feb 22 2017 pafy
drwxr-sr-x 2 root staff 4096 Feb 22 2017 pafy-0.5.3.1.egg-info
drwxr-sr-x 2 root staff 4096 Jun 9 2017 __pycache__
drwxr-sr-x 3 root staff 4096 Jun 13 2017 requests
drwxr-sr-x 2 root staff 4096 Jun 13 2017 requests-2.17.3.dist-info
drwxr-sr-x 6 root staff 4096 Jun 13 2017 urllib3
drwxr-sr-x 2 root staff 4096 Jun 13 2017 urllib3-1.21.1.dist-info
drwxr-sr-x 2 root staff 4096 Jun 9 2017 virtualenv-15.1.0.dist-info
-rw-r--r-- 1 root root 99021 Jun 9 2017 virtualenv.py
drwxr-sr-x 3 root staff 4096 Jun 9 2017 virtualenv_support
drwxr-sr-x 6 root staff 4096 Jun 13 2017 youtube_dl
drwxr-sr-x 2 root staff 4096 Jun 13 2017 youtube_dl-2017.6.12.dist-info
ls -la ~/.local/lib/python3.4/site-packages
insgesamt 144
drwx------ 27 4096 Jan 25 08:12 .
drwx------ 3 4096 Jan 19 14:48 ..
drwxrwxr-x 3 4096 Jan 19 15:00 certifi
drwxrwxr-x 2 4096 Jan 19 15:00 certifi-2018.1.18.dist-info
drwxrwxr-x 13 4096 Jan 19 14:49 Crypto
drwxrwxr-x 3 4096 Jan 19 15:00 idna
drwxrwxr-x 2 4096 Jan 19 15:00 idna-2.6.dist-info
drwxrwxr-x 3 4096 Jan 19 14:49 iso3166
drwxrwxr-x 2 4096 Jan 19 14:49 iso3166-0.8.dist-info
drwxrwxr-x 3 4096 Jan 19 14:49 iso639
drwxrwxr-x 2 4096 Jan 19 14:49 iso_639-0.4.5.egg-info
drwxrwxr-x 4 4096 Jan 19 15:00 markdown
drwxrwxr-x 2 4096 Jan 19 15:00 Markdown-2.6.11.dist-info
drwxrwxr-x 2 4096 Jan 19 14:49 __pycache__
drwxrwxr-x 2 4096 Jan 19 14:49 pycryptodome-3.4.7.egg-info
drwxrwxr-x 2 4096 Jan 19 14:49 PySocks-1.6.8.egg-info
drwxrwxr-x 3 4096 Jan 19 15:00 requests
drwxrwxr-x 2 4096 Jan 19 15:00 requests-2.18.4.dist-info
-rw-rw-r-- 1 2913 Jan 19 14:48 sockshandler.py
-rw-rw-r-- 1 32281 Jan 19 14:48 socks.py
drwxrwxr-x 8 4096 Jan 25 07:10 streamlink
drwxrwxr-x 2 4096 Jan 25 07:10 streamlink-0.10.0.egg-info
drwxrwxr-x 4 4096 Jan 25 07:10 streamlink_cli
drwxrwxr-x 6 4096 Jan 19 15:00 urllib3
drwxrwxr-x 2 4096 Jan 19 15:00 urllib3-1.22.dist-info
drwxrwxr-x 4 4096 Jan 19 14:49 websocket
drwxrwxr-x 2 4096 Jan 19 14:49 websocket_client-0.46.0.dist-info
drwxrwxr-x 6 4096 Jan 25 08:12 youtube_dl
drwxrwxr-x 2 4096 Jan 25 08:12 youtube_dl-2018.1.21.dist-info
"youtube-dl" zumindest lässt sich also zusätzlich lokal installieren (das bereits systemweit installierte Modul bleibt dabei unangetastet), wie das mit anderen global installierten Modulen aussähe, das könntest ja z.B. Du mal testen 😬
Es geht also grundsätzlich doch, die gleichzeitige systemweite und lokale Installation eines Modules!
Zu Letzterem verhilft ebenso die Option --force-reinstall
:
pip3 install --user -U markdown streamlink livestreamer mps-youtube youtube-dl
Requirement already up-to-date: markdown in ./.local/lib/python3.4/site-packages
Requirement already up-to-date: streamlink in ./.local/lib/python3.4/site-packages
Requirement already up-to-date: livestreamer in /usr/local/lib/python3.4/dist-packages
Requirement already up-to-date: mps-youtube in /usr/local/lib/python3.4/dist-packages
Requirement already up-to-date: youtube-dl in ./.local/lib/python3.4/site-packages
Requirement already up-to-date: requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: pycryptodome>=3.4.3,<4 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: iso-639 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: iso3166 in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: websocket-client in ./.local/lib/python3.4/site-packages (from streamlink)
Requirement already up-to-date: PySocks>=1.5.6,!=1.5.7 in ./.local/lib/python3.4/site-packages (from streamlink)
Cleaning up...
pip3 install --user -U --force-reinstall markdown streamlink livestreamer mps-youtube youtube-dl
Downloading/unpacking markdown
Downloading Markdown-2.6.11-py2.py3-none-any.whl (78kB): 78kB downloaded
Downloading/unpacking streamlink
Downloading streamlink-0.10.0.tar.gz (555kB): 555kB downloaded
Running setup.py (path:/tmp/pip_build_oom/streamlink/setup.py) egg_info for package streamlink
no previously-included directories found matching 'docs/_build'
Downloading/unpacking livestreamer
Downloading livestreamer-1.12.2.tar.gz (430kB): 430kB downloaded
Running setup.py (path:/tmp/pip_build_oom/livestreamer/setup.py) egg_info for package livestreamer
warning: no files found matching 'AUTHORS'
Downloading/unpacking mps-youtube
Downloading mps_youtube-0.2.7.1-py3-none-any.whl (74kB): 74kB downloaded
Downloading/unpacking youtube-dl
Downloading youtube_dl-2018.1.21-py2.py3-none-any.whl (1.7MB): 1.7MB downloaded
Downloading/unpacking requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0 (from streamlink)
Downloading requests-2.18.4-py2.py3-none-any.whl (88kB): 88kB downloaded
Downloading/unpacking pycryptodome>=3.4.3,<4 (from streamlink)
Downloading pycryptodome-3.4.7.tar.gz (6.5MB): 6.5MB downloaded
Running setup.py (path:/tmp/pip_build_oom/pycryptodome/setup.py) egg_info for package pycryptodome
warning: no files found matching 'Doc/epydoc-config'
warning: no files found matching '.separate_namespace'
Downloading/unpacking iso-639 (from streamlink)
Downloading iso-639-0.4.5.tar.gz (167kB): 167kB downloaded
Running setup.py (path:/tmp/pip_build_oom/iso-639/setup.py) egg_info for package iso-639
Downloading/unpacking iso3166 (from streamlink)
Downloading iso3166-0.8-py2.py3-none-any.whl
Downloading/unpacking websocket-client (from streamlink)
Downloading websocket_client-0.46.0-py2.py3-none-any.whl (200kB): 200kB downloaded
Downloading/unpacking PySocks>=1.5.6,!=1.5.7 (from streamlink)
Downloading PySocks-1.6.8.tar.gz (283kB): 283kB downloaded
Running setup.py (path:/tmp/pip_build_oom/PySocks/setup.py) egg_info for package PySocks
Downloading/unpacking pafy>=0.3.82,!=0.4.0,!=0.4.1,!=0.4.2 (from mps-youtube)
Downloading pafy-0.5.3.1.tar.gz
Running setup.py (path:/tmp/pip_build_oom/pafy/setup.py) egg_info for package pafy
Downloading/unpacking idna>=2.5,<2.7 (from requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0->streamlink)
Downloading idna-2.6-py2.py3-none-any.whl (56kB): 56kB downloaded
Downloading/unpacking urllib3>=1.21.1,<1.23 (from requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0->streamlink)
Downloading urllib3-1.22-py2.py3-none-any.whl (132kB): 132kB downloaded
Downloading/unpacking chardet>=3.0.2,<3.1.0 (from requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0->streamlink)
Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB): 133kB downloaded
Downloading/unpacking certifi>=2017.4.17 (from requests>=2.2,!=2.12.0,!=2.12.1,!=2.16.0,!=2.16.1,!=2.16.2,!=2.16.3,!=2.16.4,!=2.16.5,!=2.17.1,<3.0->streamlink)
Downloading certifi-2018.1.18-py2.py3-none-any.whl (151kB): 151kB downloaded
Downloading/unpacking six (from websocket-client->streamlink)
Downloading six-1.11.0-py2.py3-none-any.whl
Installing collected packages: markdown, streamlink, livestreamer, mps-youtube, youtube-dl, requests, pycryptodome, iso-639, iso3166, websocket-client, PySocks, pafy, idna, urllib3, chardet, certifi, six
Found existing installation: Markdown 2.6.11
Uninstalling Markdown:
Successfully uninstalled Markdown
Found existing installation: streamlink 0.10.0
Uninstalling streamlink:
Successfully uninstalled streamlink
Running setup.py install for streamlink
no previously-included directories found matching 'docs/_build'
Installing streamlink script to /home/oom/.local/bin
Running setup.py install for livestreamer
warning: no files found matching 'AUTHORS'
Installing livestreamer script to /home/oom/.local/bin
Found existing installation: youtube-dl 2018.1.21
Uninstalling youtube-dl:
Successfully uninstalled youtube-dl
Found existing installation: requests 2.18.4
Uninstalling requests:
Successfully uninstalled requests
Found existing installation: pycryptodome 3.4.7
Uninstalling pycryptodome:
Successfully uninstalled pycryptodome
Running setup.py install for pycryptodome
Skipping implicit fixer: buffer
Skipping implicit fixer: idioms
Skipping implicit fixer: set_literal
Skipping implicit fixer: ws_comma
building 'Crypto.Hash._MD2' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/MD2.c -o build/temp.linux-x86_64-3.4/src/MD2.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/MD2.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_MD2.cpython-34m.so
building 'Crypto.Hash._MD4' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/MD4.c -o build/temp.linux-x86_64-3.4/src/MD4.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/MD4.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_MD4.cpython-34m.so
building 'Crypto.Hash._SHA256' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/SHA256.c -o build/temp.linux-x86_64-3.4/src/SHA256.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/SHA256.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_SHA256.cpython-34m.so
building 'Crypto.Hash._SHA224' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/SHA224.c -o build/temp.linux-x86_64-3.4/src/SHA224.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/SHA224.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_SHA224.cpython-34m.so
building 'Crypto.Hash._SHA384' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/SHA384.c -o build/temp.linux-x86_64-3.4/src/SHA384.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/SHA384.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_SHA384.cpython-34m.so
building 'Crypto.Hash._SHA512' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/SHA512.c -o build/temp.linux-x86_64-3.4/src/SHA512.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/SHA512.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_SHA512.cpython-34m.so
building 'Crypto.Hash._RIPEMD160' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/RIPEMD160.c -o build/temp.linux-x86_64-3.4/src/RIPEMD160.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/RIPEMD160.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_RIPEMD160.cpython-34m.so
building 'Crypto.Hash._keccak' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/keccak.c -o build/temp.linux-x86_64-3.4/src/keccak.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/keccak.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_keccak.cpython-34m.so
building 'Crypto.Hash._BLAKE2b' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/blake2b.c -o build/temp.linux-x86_64-3.4/src/blake2b.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/blake2b.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_BLAKE2b.cpython-34m.so
building 'Crypto.Hash._BLAKE2s' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/blake2s.c -o build/temp.linux-x86_64-3.4/src/blake2s.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/blake2s.o -o build/lib.linux-x86_64-3.4/Crypto/Hash/_BLAKE2s.cpython-34m.so
building 'Crypto.Cipher._raw_aes' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/AES.c -o build/temp.linux-x86_64-3.4/src/AES.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/AES.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_aes.cpython-34m.so
building 'Crypto.Cipher._raw_aesni' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/AESNI.c -o build/temp.linux-x86_64-3.4/src/AESNI.o -maes
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/AESNI.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_aesni.cpython-34m.so
building 'Crypto.Cipher._raw_arc2' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/ARC2.c -o build/temp.linux-x86_64-3.4/src/ARC2.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/ARC2.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_arc2.cpython-34m.so
building 'Crypto.Cipher._raw_blowfish' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/Blowfish.c -o build/temp.linux-x86_64-3.4/src/Blowfish.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/Blowfish.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_blowfish.cpython-34m.so
building 'Crypto.Cipher._raw_cast' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/CAST.c -o build/temp.linux-x86_64-3.4/src/CAST.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/CAST.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_cast.cpython-34m.so
building 'Crypto.Cipher._raw_des' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -Isrc/libtom/ -I/usr/include/python3.4m -c src/DES.c -o build/temp.linux-x86_64-3.4/src/DES.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/DES.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_des.cpython-34m.so
building 'Crypto.Cipher._raw_des3' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -Isrc/libtom/ -I/usr/include/python3.4m -c src/DES3.c -o build/temp.linux-x86_64-3.4/src/DES3.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/DES3.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_des3.cpython-34m.so
building 'Crypto.Util._galois' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/galois.c -o build/temp.linux-x86_64-3.4/src/galois.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/galois.o -o build/lib.linux-x86_64-3.4/Crypto/Util/_galois.cpython-34m.so
building 'Crypto.Util._cpuid' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/cpuid.c -o build/temp.linux-x86_64-3.4/src/cpuid.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/cpuid.o -o build/lib.linux-x86_64-3.4/Crypto/Util/_cpuid.cpython-34m.so
building 'Crypto.Cipher._raw_ecb' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/raw_ecb.c -o build/temp.linux-x86_64-3.4/src/raw_ecb.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/raw_ecb.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_ecb.cpython-34m.so
building 'Crypto.Cipher._raw_cbc' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/raw_cbc.c -o build/temp.linux-x86_64-3.4/src/raw_cbc.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/raw_cbc.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_cbc.cpython-34m.so
building 'Crypto.Cipher._raw_cfb' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/raw_cfb.c -o build/temp.linux-x86_64-3.4/src/raw_cfb.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/raw_cfb.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_cfb.cpython-34m.so
building 'Crypto.Cipher._raw_ofb' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/raw_ofb.c -o build/temp.linux-x86_64-3.4/src/raw_ofb.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/raw_ofb.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_ofb.cpython-34m.so
building 'Crypto.Cipher._raw_ctr' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/raw_ctr.c -o build/temp.linux-x86_64-3.4/src/raw_ctr.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/raw_ctr.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_ctr.cpython-34m.so
building 'Crypto.Cipher._raw_ocb' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/raw_ocb.c -o build/temp.linux-x86_64-3.4/src/raw_ocb.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/raw_ocb.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_raw_ocb.cpython-34m.so
building 'Crypto.Cipher._ARC4' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/ARC4.c -o build/temp.linux-x86_64-3.4/src/ARC4.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/ARC4.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_ARC4.cpython-34m.so
building 'Crypto.Cipher._Salsa20' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -Isrc/libtom/ -I/usr/include/python3.4m -c src/Salsa20.c -o build/temp.linux-x86_64-3.4/src/Salsa20.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/Salsa20.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_Salsa20.cpython-34m.so
building 'Crypto.Cipher._chacha20' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/chacha20.c -o build/temp.linux-x86_64-3.4/src/chacha20.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/chacha20.o -o build/lib.linux-x86_64-3.4/Crypto/Cipher/_chacha20.cpython-34m.so
building 'Crypto.Protocol._scrypt' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/scrypt.c -o build/temp.linux-x86_64-3.4/src/scrypt.o
In file included from src/pycrypto_common.h:56:0,
from src/scrypt.c:32:
src/scrypt.c: In function ‘scryptBlockMix’:
src/scrypt.c:106:15: warning: comparison of distinct pointer types lacks a cast [enabled by default]
assert(in != out);
^
src/scrypt.c:114:11: warning: assignment from incompatible pointer type [enabled by default]
x = y;
^
src/scrypt.c: In function ‘scryptROMix’:
src/scrypt.c:159:9: warning: passing argument 1 of ‘scryptBlockMix’ from incompatible pointer type [enabled by default]
scryptBlockMix(x, &x[two_r], two_r, core);
^
src/scrypt.c:99:13: note: expected ‘const uint8_t (*)[64]’ but argument is of type ‘uint8_t (*)[64]’
static void scryptBlockMix(const uint8_t in[][64], uint8_t out[][64], size_t two_r,
^
src/scrypt.c:173:9: warning: passing argument 1 of ‘scryptBlockMix’ from incompatible pointer type [enabled by default]
scryptBlockMix(x, (uint8_t (*)[64])data_out, two_r, core);
^
src/scrypt.c:99:13: note: expected ‘const uint8_t (*)[64]’ but argument is of type ‘uint8_t (*)[64]’
static void scryptBlockMix(const uint8_t in[][64], uint8_t out[][64], size_t two_r,
^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/scrypt.o -o build/lib.linux-x86_64-3.4/Crypto/Protocol/_scrypt.cpython-34m.so
building 'Crypto.Util._strxor' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python3.4m -c src/strxor.c -o build/temp.linux-x86_64-3.4/src/strxor.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/strxor.o -o build/lib.linux-x86_64-3.4/Crypto/Util/_strxor.cpython-34m.so
Compiling support for Intel AES instructions
warning: no files found matching 'Doc/epydoc-config'
warning: no files found matching '.separate_namespace'
Found existing installation: iso-639 0.4.5
Uninstalling iso-639:
Successfully uninstalled iso-639
Running setup.py install for iso-639
Found existing installation: iso3166 0.8
Uninstalling iso3166:
Successfully uninstalled iso3166
Found existing installation: websocket-client 0.46.0
Uninstalling websocket-client:
Successfully uninstalled websocket-client
Found existing installation: PySocks 1.6.8
Uninstalling PySocks:
Successfully uninstalled PySocks
Running setup.py install for PySocks
Running setup.py install for pafy
changing mode of build/scripts-3.4/ytdl from 664 to 775
changing mode of /home/oom/.local/bin/ytdl to 775
Found existing installation: idna 2.6
Uninstalling idna:
Successfully uninstalled idna
Found existing installation: urllib3 1.22
Uninstalling urllib3:
Successfully uninstalled urllib3
Found existing installation: certifi 2018.1.18
Uninstalling certifi:
Successfully uninstalled certifi
Successfully installed markdown streamlink livestreamer mps-youtube youtube-dl requests pycryptodome iso-639 iso3166 websocket-client PySocks pafy idna urllib3 chardet certifi six
Cleaning up...
ls -la /usr/local/lib/python3.4/dist-packages
insgesamt 196
drwxrwsr-x 24 root staff 4096 Jun 13 2017 .
drwxrwsr-x 3 root staff 4096 Apr 16 2014 ..
drwxr-sr-x 3 root staff 4096 Jun 13 2017 certifi
drwxr-sr-x 2 root staff 4096 Jun 13 2017 certifi-2017.4.17.dist-info
drwxr-sr-x 4 root staff 4096 Jun 13 2017 chardet
drwxr-sr-x 2 root staff 4096 Jun 13 2017 chardet-3.0.4.dist-info
drwxr-sr-x 3 root staff 4096 Jun 13 2017 idna
drwxr-sr-x 2 root staff 4096 Jun 13 2017 idna-2.5.dist-info
drwxr-sr-x 7 root staff 4096 Aug 8 2016 livestreamer
drwxr-sr-x 2 root staff 4096 Aug 8 2016 livestreamer-1.12.2.egg-info
drwxr-sr-x 5 root staff 4096 Aug 8 2016 livestreamer_cli
drwxr-sr-x 4 root staff 4096 Aug 8 2016 mps_youtube
drwxr-sr-x 2 root staff 4096 Aug 8 2016 mps_youtube-0.2.7.1.dist-info
drwxr-sr-x 3 root staff 4096 Feb 22 2017 pafy
drwxr-sr-x 2 root staff 4096 Feb 22 2017 pafy-0.5.3.1.egg-info
drwxr-sr-x 2 root staff 4096 Jun 9 2017 __pycache__
drwxr-sr-x 3 root staff 4096 Jun 13 2017 requests
drwxr-sr-x 2 root staff 4096 Jun 13 2017 requests-2.17.3.dist-info
drwxr-sr-x 6 root staff 4096 Jun 13 2017 urllib3
drwxr-sr-x 2 root staff 4096 Jun 13 2017 urllib3-1.21.1.dist-info
drwxr-sr-x 2 root staff 4096 Jun 9 2017 virtualenv-15.1.0.dist-info
-rw-r--r-- 1 root root 99021 Jun 9 2017 virtualenv.py
drwxr-sr-x 3 root staff 4096 Jun 9 2017 virtualenv_support
drwxr-sr-x 6 root staff 4096 Jun 13 2017 youtube_dl
drwxr-sr-x 2 root staff 4096 Jun 13 2017 youtube_dl-2017.6.12.dist-info
ls -la ~/.local/lib/python3.4/site-packages
insgesamt 216
drwx------ 37 4096 Jan 25 10:14 .
drwx------ 3 4096 Jan 19 14:48 ..
drwxrwxr-x 3 4096 Jan 25 10:14 certifi
drwxrwxr-x 2 4096 Jan 25 10:14 certifi-2018.1.18.dist-info
drwxrwxr-x 4 4096 Jan 25 10:14 chardet
drwxrwxr-x 2 4096 Jan 25 10:14 chardet-3.0.4.dist-info
drwxrwxr-x 13 4096 Jan 25 10:14 Crypto
drwxrwxr-x 3 4096 Jan 25 10:14 idna
drwxrwxr-x 2 4096 Jan 25 10:14 idna-2.6.dist-info
drwxrwxr-x 3 4096 Jan 25 10:14 iso3166
drwxrwxr-x 2 4096 Jan 25 10:14 iso3166-0.8.dist-info
drwxrwxr-x 3 4096 Jan 25 10:14 iso639
drwxrwxr-x 2 4096 Jan 25 10:14 iso_639-0.4.5.egg-info
drwxrwxr-x 7 4096 Jan 25 10:13 livestreamer
drwxrwxr-x 2 4096 Jan 25 10:13 livestreamer-1.12.2.egg-info
drwxrwxr-x 5 4096 Jan 25 10:13 livestreamer_cli
drwxrwxr-x 4 4096 Jan 25 10:13 markdown
drwxrwxr-x 2 4096 Jan 25 10:13 Markdown-2.6.11.dist-info
drwxrwxr-x 4 4096 Jan 25 10:13 mps_youtube
drwxrwxr-x 2 4096 Jan 25 10:13 mps_youtube-0.2.7.1.dist-info
drwxrwxr-x 3 4096 Jan 25 10:14 pafy
drwxrwxr-x 2 4096 Jan 25 10:14 pafy-0.5.3.1.egg-info
drwxrwxr-x 2 4096 Jan 25 10:14 __pycache__
drwxrwxr-x 2 4096 Jan 25 10:14 pycryptodome-3.4.7.egg-info
drwxrwxr-x 2 4096 Jan 25 10:14 PySocks-1.6.8.egg-info
drwxrwxr-x 3 4096 Jan 25 10:13 requests
drwxrwxr-x 2 4096 Jan 25 10:13 requests-2.18.4.dist-info
drwxrwxr-x 2 4096 Jan 25 10:14 six-1.11.0.dist-info
-rw-rw-r-- 1 30888 Jan 25 10:13 six.py
-rw-rw-r-- 1 2913 Jan 25 10:13 sockshandler.py
-rw-rw-r-- 1 32281 Jan 25 10:13 socks.py
drwxrwxr-x 8 4096 Jan 25 10:13 streamlink
drwxrwxr-x 2 4096 Jan 25 10:13 streamlink-0.10.0.egg-info
drwxrwxr-x 4 4096 Jan 25 10:13 streamlink_cli
drwxrwxr-x 6 4096 Jan 25 10:14 urllib3
drwxrwxr-x 2 4096 Jan 25 10:14 urllib3-1.22.dist-info
drwxrwxr-x 4 4096 Jan 25 10:14 websocket
drwxrwxr-x 2 4096 Jan 25 10:14 websocket_client-0.46.0.dist-info
drwxrwxr-x 6 4096 Jan 25 10:13 youtube_dl
drwxrwxr-x 2 4096 Jan 25 10:13 youtube_dl-2018.1.21.dist-info
Markdown==2.6.11
PySocks==1.6.8
certifi==2018.1.18
chardet==3.0.4
idna==2.6
iso-639==0.4.5
iso3166==0.8
livestreamer==1.12.2
mps-youtube==0.2.7.1
pafy==0.5.3.1
pycryptodome==3.4.7
requests==2.18.4
six==1.11.0
streamlink==0.10.0
urllib3==1.22
virtualenv==15.1.0
websocket-client==0.46.0
youtube-dl==2018.1.21
certifi (2018.1.18)
chardet (3.0.4)
idna (2.6)
iso-639 (0.4.5)
iso3166 (0.8)
livestreamer (1.12.2)
Markdown (2.6.11)
mps-youtube (0.2.7.1)
pafy (0.5.3.1)
pycryptodome (3.4.7)
PySocks (1.6.8)
requests (2.18.4)
six (1.11.0)
streamlink (0.10.0)
urllib3 (1.22)
virtualenv (15.1.0)
websocket-client (0.46.0)
youtube-dl (2018.1.21)