Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 877224 Details for
Bug 1079275
[abrt] python-pip: basecommand.py:169:main:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 67: ordinal not in range(128)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 97.33 KB, created by
Rubén
on 2014-03-21 10:50:15 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Rubén
Created:
2014-03-21 10:50:15 UTC
Size:
97.33 KB
patch
obsolete
>basecommand.py:169:main:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 67: ordinal not in range(128) > >Traceback (most recent call last): > File "/usr/bin/pip", line 9, in <module> > load_entry_point('pip==1.4.1', 'console_scripts', 'pip')() > File "/usr/lib/python2.7/site-packages/pip/__init__.py", line 147, in main > return command.main(args[1:], options) > File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 169, in main > text = '\n'.join(complete_log) >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 67: ordinal not in range(128) > >Local variables in innermost frame: >complete_log: ['Downloading/unpacking pycrypto\n', ' Getting page https://pypi.python.org/simple/pycrypto/', ' URLs to search for versions for pycrypto:', ' * https://pypi.python.org/simple/pycrypto/', ' Analyzing links from page https://pypi.python.org/simple/pycrypto/', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.0.1.tar.gz#md5=4d5674f3898a573691ffb335e8d749cd (from https://pypi.python.org/simple/pycrypto/), version: 2.0.1', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.1.0.tar.gz#md5=1d3eb04f06e6f09a080bc37fb019f9bf (from https://pypi.python.org/simple/pycrypto/), version: 2.1.0', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.2.tar.gz#md5=4f0ed728b14b98f09120cb2ec461ec98 (from https://pypi.python.org/simple/pycrypto/), version: 2.2', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.3.tar.gz#md5=2b811cfbfc342d83ee614097effb8101 (from https://pypi.python.org/simple/pycrypto/), version: 2.3', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.4.1.tar.gz#md5=c2a1404a848797fb0806f3e11c29ef15 (from https://pypi.python.org/simple/pycrypto/), version: 2.4.1', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.4.tar.gz#md5=274fa44c30a320d56460a93fdd95e702 (from https://pypi.python.org/simple/pycrypto/), version: 2.4', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.5.tar.gz#md5=783e45d4a1a309e03ab378b00f97b291 (from https://pypi.python.org/simple/pycrypto/), version: 2.5', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz#md5=55a61a054aa66812daf5161a0d5d7eda (from https://pypi.python.org/simple/pycrypto/), version: 2.6.1', u' Found link https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.tar.gz#md5=88dad0a270d1fe83a39e0467a66a22bb (from https://pypi.python.org/simple/pycrypto/), version: 2.6', u' Using version 2.6.1 (newest of versions: 2.6.1, 2.6, 2.5, 2.4.1, 2.4, 2.3, 2.2, 2.1.0, 2.0.1)', u' Downloading from URL https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz#md5=55a61a054aa66812daf5161a0d5d7eda (from https://pypi.python.org/simple/pycrypto/)', ' Running setup.py egg_info for package pycrypto\n', ' running egg_info', ' creating pip-egg-info/pycrypto.egg-info', ' writing pip-egg-info/pycrypto.egg-info/PKG-INFO', ' writing top-level names to pip-egg-info/pycrypto.egg-info/top_level.txt', ' writing dependency_links to pip-egg-info/pycrypto.egg-info/dependency_links.txt', " writing manifest file 'pip-egg-info/pycrypto.egg-info/SOURCES.txt'", " warning: manifest_maker: standard file '-c' not found", ' \n', " reading manifest file 'pip-egg-info/pycrypto.egg-info/SOURCES.txt'", " reading manifest template 'MANIFEST.in'", " writing manifest file 'pip-egg-info/pycrypto.egg-info/SOURCES.txt'", ' Source in /tmp/pip_build_ruben/pycrypto has version 2.6.1, which satisfies requirement pycrypto', 'Installing collected packages: pycrypto\n', ' Running setup.py install for pycrypto\n', ' Running command /usr/bin/python -c "import setuptools;__file__=\'/tmp/pip_build_ruben/pycrypto/setup.py\';exec(compile(open(__file__).read().replace(\'\\r\\n\', \'\\n\'), __file__, \'exec\'))" install --record /tmp/pip-bUufpq-record/install-record.txt --single-version-externally-managed', ' 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/Crypto', ' copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.7/Crypto', ' copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.7/Crypto', ' creating build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/hashalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD2.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD4.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Hash', ' creating build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/AES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/blockalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/XOR.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/DES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher', ' creating build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/py21compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util', ' creating build/lib.linux-x86_64-2.7/Crypto/Random', ' copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random', ' copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/Random', ' copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random', ' creating build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna', ' creating build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest', ' copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest', ' copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util', ' creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature', ' creating build/lib.linux-x86_64-2.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol', ' creating build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey', ' creating build/lib.linux-x86_64-2.7/Crypto/Signature', ' copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature', ' copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Signature', ' copying lib/Crypto/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Signature', ' running build_ext', ' running build_configure', ' checking for gcc... gcc\n', ' checking whether the C compiler works... yes\n', ' checking for C compiler default output file name... a.out\n', ' checking for suffix of executables...\n', ' checking whether we are cross compiling... no\n', ' checking for suffix of object files... o\n', ' checking whether we are using the GNU C compiler... yes\n', ' checking whether gcc accepts -g... yes\n', ' checking for gcc option to accept ISO C89... none needed\n', ' checking for __gmpz_init in -lgmp... no\n', ' checking for __gmpz_init in -lmpir... no\n', ' checking whether mpz_powm is declared... no\n', ' checking whether mpz_powm_sec is declared... no\n', ' checking how to run the C preprocessor... gcc -E\n', ' checking for grep that handles long lines and -e... /usr/bin/grep\n', ' checking for egrep... /usr/bin/grep -E\n', ' checking for ANSI C header files... yes\n', ' checking for sys/types.h... yes\n', ' checking for sys/stat.h... yes\n', ' checking for stdlib.h... yes\n', ' checking for string.h... yes\n', ' checking for memory.h... yes\n', ' checking for strings.h... yes\n', ' checking for inttypes.h... yes\n', ' checking for stdint.h... yes\n', ' checking for unistd.h... yes\n', ' checking for inttypes.h... (cached) yes\n', ' checking limits.h usability... yes\n', ' checking limits.h presence... yes\n', ' checking for limits.h... yes\n', ' checking stddef.h usability... yes\n', ' checking stddef.h presence... yes\n', ' checking for stddef.h... yes\n', ' checking for stdint.h... (cached) yes\n', ' checking for stdlib.h... (cached) yes\n', ' checking for string.h... (cached) yes\n', ' checking wchar.h usability... yes\n', ' checking wchar.h presence... yes\n', ' checking for wchar.h... yes\n', ' checking for inline... inline\n', ' checking for int16_t... yes\n', ' checking for int32_t... yes\n', ' checking for int64_t... yes\n', ' checking for int8_t... yes\n', ' checking for size_t... yes\n', ' checking for uint16_t... yes\n', ' checking for uint32_t... yes\n', ' checking for uint64_t... yes\n', ' checking for uint8_t... yes\n', ' checking for stdlib.h... (cached) yes\n', ' checking for GNU libc compatible malloc... yes\n', ' checking for memmove... yes\n', ' checking for memset... yes\n', ' configure: creating ./config.status\n', ' config.status: creating src/config.h\n', ' warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.\n', " building 'Crypto.Hash._MD2' extension\n", ' creating build/temp.linux-x86_64-2.7', ' creating build/temp.linux-x86_64-2.7/src', ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/MD2.c:31:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/string.h:25:0,\n', ' from src/MD2.c:30:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/MD2.c:31:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/string.h:25:0,\n', ' from src/MD2.c:30:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so\n', " building 'Crypto.Hash._MD4' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/MD4.c:31:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/string.h:25:0,\n', ' from src/MD4.c:30:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/MD4.c:31:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/string.h:25:0,\n', ' from src/MD4.c:30:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD4.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so\n', " building 'Crypto.Hash._SHA256' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA256.c:72:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA256.c:35:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA256.c:72:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA256.c:35:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA256.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so\n', " building 'Crypto.Hash._SHA224' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA224.c:73:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA224.c:36:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA224.c:73:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA224.c:36:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA224.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so\n', " building 'Crypto.Hash._SHA384' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA384.c:80:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA384.c:36:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA384.c:80:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA384.c:36:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA384.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so\n', " building 'Crypto.Hash._SHA512' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA512.c:80:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA512.c:36:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/hash_SHA2_template.c:33,\n', ' from src/SHA512.c:80:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/hash_SHA2.h:72,\n', ' from src/SHA512.c:36:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA512.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so\n', " building 'Crypto.Hash._RIPEMD160' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/RIPEMD160.c:57:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/RIPEMD160.c:48:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/RIPEMD160.c:57:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/RIPEMD160.c:48:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/RIPEMD160.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so\n', " building 'Crypto.Cipher._AES' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/AES.c:29:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/AES.c:27:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/AES.c:29:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/AES.c:27:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/AES.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so\n', " building 'Crypto.Cipher._ARC2' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/ARC2.c:45:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/string.h:25:0,\n', ' from src/ARC2.c:44:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/ARC2.c:45:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/string.h:25:0,\n', ' from src/ARC2.c:44:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so\n', " building 'Crypto.Cipher._Blowfish' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/Blowfish.c:39:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/Blowfish.c:31:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/Blowfish.c:39:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/stdint.h:25:0,\n', ' from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n', ' from src/Blowfish.c:31:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/Blowfish.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so\n', " building 'Crypto.Cipher._CAST' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/CAST.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so\n', " building 'Crypto.Cipher._DES' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/DES.c:37:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/libtom/tomcrypt.h:3,\n', ' from src/libtom/tomcrypt_des.c:11,\n', ' from src/DES.c:32:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/DES.c:37:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/libtom/tomcrypt.h:3,\n', ' from src/libtom/tomcrypt_des.c:11,\n', ' from src/DES.c:32:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so\n', " building 'Crypto.Cipher._DES3' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/DES.c:37,\n', ' from src/DES3.c:26:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/libtom/tomcrypt.h:3,\n', ' from src/libtom/tomcrypt_des.c:11,\n', ' from src/DES.c:32,\n', ' from src/DES3.c:26:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/DES.c:37,\n', ' from src/DES3.c:26:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/libtom/tomcrypt.h:3,\n', ' from src/libtom/tomcrypt_des.c:11,\n', ' from src/DES.c:32,\n', ' from src/DES3.c:26:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES3.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so\n', " building 'Crypto.Cipher._ARC4' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC4.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so\n', " building 'Crypto.Cipher._XOR' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/XOR.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so\n', " building 'Crypto.Util.strxor' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/strxor.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so\n', " building 'Crypto.Util._counter' extension\n", ' gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/_counter.c:28:\n', ' /usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n', ' #define _POSIX_C_SOURCE 200112L\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/_counter.c:25:\n', ' /usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _POSIX_C_SOURCE 200809L\n', ' ^\n', ' In file included from /usr/include/python2.7/pyconfig.h:6:0,\n', ' from /usr/include/python2.7/Python.h:8,\n', ' from src/_counter.c:28:\n', ' /usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n', ' #define _XOPEN_SOURCE 600\n', ' ^\n', ' In file included from /usr/include/assert.h:35:0,\n', ' from src/_counter.c:25:\n', ' /usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n', ' # define _XOPEN_SOURCE 700\n', ' ^\n', ' gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/_counter.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so\n', ' running install_lib', ' creating /usr/lib64/python2.7/site-packages/Crypto', " error: could not create '/usr/lib64/python2.7/site-packages/Crypto': Permission denied\n", ' Complete output from command /usr/bin/python -c "import setuptools;__file__=\'/tmp/pip_build_ruben/pycrypto/setup.py\';exec(compile(open(__file__).read().replace(\'\\r\\n\', \'\\n\'), __file__, \'exec\'))" install --record /tmp/pip-bUufpq-record/install-record.txt --single-version-externally-managed:\n', ' running install\n\nrunning build\n\nrunning build_py\n\ncreating build\n\ncreating build/lib.linux-x86_64-2.7\n\ncreating build/lib.linux-x86_64-2.7/Crypto\n\ncopying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.7/Crypto\n\ncopying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.7/Crypto\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/hashalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/MD2.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/MD4.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncopying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Hash\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/DES3.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/AES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/blockalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/CAST.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/XOR.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/DES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncopying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/py21compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncopying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Random\n\ncopying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random\n\ncopying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/Random\n\ncopying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna\n\ncopying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna\n\ncopying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna\n\ncopying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna\n\ncopying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG\n\ncopying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG\n\ncopying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG\n\ncopying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG\n\ncopying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG\n\ncopying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest\n\ncopying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest\n\ncopying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncopying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncopying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol\n\ncopying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol\n\ncopying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol\n\ncopying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol\n\ncopying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol\n\ncopying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey\n\ncopying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey\n\ncopying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey\n\ncopying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey\n\ncopying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey\n\ncopying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random\n\ncopying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random\n\ncopying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random\n\ncopying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random\n\ncopying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna\n\ncopying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna\n\ncopying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna\n\ncopying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna\n\ncopying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncopying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncopying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncopying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncopying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncopying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncopying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util\n\ncopying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util\n\ncopying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util\n\ncopying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util\n\ncopying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util\n\ncopying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util\n\ncreating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature\n\ncopying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature\n\ncopying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature\n\ncopying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Protocol\n\ncopying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol\n\ncopying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol\n\ncopying lib/Crypto/Protocol/KDF.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol\n\ncopying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol\n\ncreating build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncopying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey\n\ncreating build/lib.linux-x86_64-2.7/Crypto/Signature\n\ncopying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature\n\ncopying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Signature\n\ncopying lib/Crypto/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Signature\n\nrunning build_ext\n\nrunning build_configure\n\nchecking for gcc... gcc\n\nchecking whether the C compiler works... yes\n\nchecking for C compiler default output file name... a.out\n\nchecking for suffix of executables...\n\nchecking whether we are cross compiling... no\n\nchecking for suffix of object files... o\n\nchecking whether we are using the GNU C compiler... yes\n\nchecking whether gcc accepts -g... yes\n\nchecking for gcc option to accept ISO C89... none needed\n\nchecking for __gmpz_init in -lgmp... no\n\nchecking for __gmpz_init in -lmpir... no\n\nchecking whether mpz_powm is declared... no\n\nchecking whether mpz_powm_sec is declared... no\n\nchecking how to run the C preprocessor... gcc -E\n\nchecking for grep that handles long lines and -e... /usr/bin/grep\n\nchecking for egrep... /usr/bin/grep -E\n\nchecking for ANSI C header files... yes\n\nchecking for sys/types.h... yes\n\nchecking for sys/stat.h... yes\n\nchecking for stdlib.h... yes\n\nchecking for string.h... yes\n\nchecking for memory.h... yes\n\nchecking for strings.h... yes\n\nchecking for inttypes.h... yes\n\nchecking for stdint.h... yes\n\nchecking for unistd.h... yes\n\nchecking for inttypes.h... (cached) yes\n\nchecking limits.h usability... yes\n\nchecking limits.h presence... yes\n\nchecking for limits.h... yes\n\nchecking stddef.h usability... yes\n\nchecking stddef.h presence... yes\n\nchecking for stddef.h... yes\n\nchecking for stdint.h... (cached) yes\n\nchecking for stdlib.h... (cached) yes\n\nchecking for string.h... (cached) yes\n\nchecking wchar.h usability... yes\n\nchecking wchar.h presence... yes\n\nchecking for wchar.h... yes\n\nchecking for inline... inline\n\nchecking for int16_t... yes\n\nchecking for int32_t... yes\n\nchecking for int64_t... yes\n\nchecking for int8_t... yes\n\nchecking for size_t... yes\n\nchecking for uint16_t... yes\n\nchecking for uint32_t... yes\n\nchecking for uint64_t... yes\n\nchecking for uint8_t... yes\n\nchecking for stdlib.h... (cached) yes\n\nchecking for GNU libc compatible malloc... yes\n\nchecking for memmove... yes\n\nchecking for memset... yes\n\nconfigure: creating ./config.status\n\nconfig.status: creating src/config.h\n\nwarning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.\n\nbuilding \'Crypto.Hash._MD2\' extension\n\ncreating build/temp.linux-x86_64-2.7\n\ncreating build/temp.linux-x86_64-2.7/src\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/MD2.c:31:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/string.h:25:0,\n\n from src/MD2.c:30:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/MD2.c:31:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/string.h:25:0,\n\n from src/MD2.c:30:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so\n\nbuilding \'Crypto.Hash._MD4\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/MD4.c:31:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/string.h:25:0,\n\n from src/MD4.c:30:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/MD4.c:31:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/string.h:25:0,\n\n from src/MD4.c:30:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/MD4.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so\n\nbuilding \'Crypto.Hash._SHA256\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA256.c:72:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA256.c:35:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA256.c:72:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA256.c:35:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA256.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so\n\nbuilding \'Crypto.Hash._SHA224\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA224.c:73:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA224.c:36:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA224.c:73:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA224.c:36:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA224.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so\n\nbuilding \'Crypto.Hash._SHA384\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA384.c:80:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA384.c:36:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA384.c:80:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA384.c:36:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA384.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so\n\nbuilding \'Crypto.Hash._SHA512\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA512.c:80:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA512.c:36:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/hash_SHA2_template.c:33,\n\n from src/SHA512.c:80:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/hash_SHA2.h:72,\n\n from src/SHA512.c:36:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/SHA512.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so\n\nbuilding \'Crypto.Hash._RIPEMD160\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/RIPEMD160.c:57:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/RIPEMD160.c:48:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/RIPEMD160.c:57:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/RIPEMD160.c:48:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/RIPEMD160.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so\n\nbuilding \'Crypto.Cipher._AES\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/AES.c:29:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/AES.c:27:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/AES.c:29:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/AES.c:27:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/AES.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so\n\nbuilding \'Crypto.Cipher._ARC2\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/ARC2.c:45:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/string.h:25:0,\n\n from src/ARC2.c:44:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/ARC2.c:45:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/string.h:25:0,\n\n from src/ARC2.c:44:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so\n\nbuilding \'Crypto.Cipher._Blowfish\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/Blowfish.c:39:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/Blowfish.c:31:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/Blowfish.c:39:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/stdint.h:25:0,\n\n from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,\n\n from src/Blowfish.c:31:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/Blowfish.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so\n\nbuilding \'Crypto.Cipher._CAST\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/CAST.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so\n\nbuilding \'Crypto.Cipher._DES\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/DES.c:37:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/libtom/tomcrypt.h:3,\n\n from src/libtom/tomcrypt_des.c:11,\n\n from src/DES.c:32:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/DES.c:37:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/libtom/tomcrypt.h:3,\n\n from src/libtom/tomcrypt_des.c:11,\n\n from src/DES.c:32:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so\n\nbuilding \'Crypto.Cipher._DES3\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/DES.c:37,\n\n from src/DES3.c:26:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/libtom/tomcrypt.h:3,\n\n from src/libtom/tomcrypt_des.c:11,\n\n from src/DES.c:32,\n\n from src/DES3.c:26:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/DES.c:37,\n\n from src/DES3.c:26:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/libtom/tomcrypt.h:3,\n\n from src/libtom/tomcrypt_des.c:11,\n\n from src/DES.c:32,\n\n from src/DES3.c:26:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/DES3.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so\n\nbuilding \'Crypto.Cipher._ARC4\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/ARC4.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so\n\nbuilding \'Crypto.Cipher._XOR\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/XOR.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so\n\nbuilding \'Crypto.Util.strxor\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/strxor.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so\n\nbuilding \'Crypto.Util._counter\' extension\n\ngcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/_counter.c:28:\n\n/usr/include/python2.7/pyconfig-64.h:1182:0: aviso: se redefini\xc3\xb3 "_POSIX_C_SOURCE" [activado por defecto]\n\n #define _POSIX_C_SOURCE 200112L\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/_counter.c:25:\n\n/usr/include/features.h:165:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _POSIX_C_SOURCE 200809L\n\n ^\n\nIn file included from /usr/include/python2.7/pyconfig.h:6:0,\n\n from /usr/include/python2.7/Python.h:8,\n\n from src/_counter.c:28:\n\n/usr/include/python2.7/pyconfig-64.h:1204:0: aviso: se redefini\xc3\xb3 "_XOPEN_SOURCE" [activado por defecto]\n\n #define _XOPEN_SOURCE 600\n\n ^\n\nIn file included from /usr/include/assert.h:35:0,\n\n from src/_counter.c:25:\n\n/usr/include/features.h:167:0: nota: esta es la ubicaci\xc3\xb3n de la definici\xc3\xb3n previa\n\n # define _XOPEN_SOURCE 700\n\n ^\n\ngcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/src/_counter.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so\n\nrunning install_lib\n\ncreating /usr/lib64/python2.7/site-packages/Crypto\n\nerror: could not create \'/usr/lib64/python2.7/site-packages/Crypto\': Permission denied\n\n----------------------------------------\n', 'Cleaning up...\n', ' Removing temporary dir /tmp/pip_build_ruben...', 'Command /usr/bin/python -c "import setuptools;__file__=\'/tmp/pip_build_ruben/pycrypto/setup.py\';exec(compile(open(__file__).read().replace(\'\\r\\n\', \'\\n\'), __file__, \'exec\'))" install --record /tmp/pip-bUufpq-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip_build_ruben/pycrypto\n', 'Exception information:\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 134, in main\n status = self.run(options, args)\n File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 241, in run\n requirement_set.install(install_options, global_options, root=options.root_path)\n File "/usr/lib/python2.7/site-packages/pip/req.py", line 1298, in install\n requirement.install(install_options, global_options, *args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pip/req.py", line 625, in install\n cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)\n File "/usr/lib/python2.7/site-packages/pip/util.py", line 670, in call_subprocess\n % (command_desc, proc.returncode, cwd))\nInstallationError: Command /usr/bin/python -c "import setuptools;__file__=\'/tmp/pip_build_ruben/pycrypto/setup.py\';exec(compile(open(__file__).read().replace(\'\\r\\n\', \'\\n\'), __file__, \'exec\'))" install --record /tmp/pip-bUufpq-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip_build_ruben/pycrypto\n'] >args: ['pycrypto'] >e: InstallationError('Command /usr/bin/python -c "import setuptools;__file__=\'/tmp/pip_build_ruben/pycrypto/setup.py\';exec(compile(open(__file__).read().replace(\'\\r\\n\', \'\\n\'), __file__, \'exec\'))" install --record /tmp/pip-bUufpq-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip_build_ruben/pycrypto',) >level: 25 >self: <pip.commands.install.InstallCommand object at 0x7f66f81a4e90> >log_fn: '/home/ruben/.pip/pip.log' >initial_options: <Values at 0x10e7c68: {'exists_action': [], 'require_venv': False, 'no_input': False, 'verbose': 0, 'log': None, 'quiet': 0, 'default_vcs': '', 'cert': '', 'version': None, 'proxy': '', 'timeout': 15, 'skip_requirements_regex': '', 'log_file': '/home/ruben/.pip/pip.log', 'log_explicit_levels': False, 'help': None}> >exit: 1 >log_fp: None >store_log: True >options: <Values at 0x10f3bd8: {'use_wheel': None, 'install_options': None, 'verbose': 0, 'index_url': 'https://pypi.python.org/simple/', 'target_dir': None, 'global_options': None, 'force_reinstall': None, 'default_vcs': '', 'ignore_installed': None, 'allow_all_insecure': True, 'no_index': False, 'help': None, 'upgrade': True, 'requirements': [], 'log': None, 'use_user_site': None, 'no_download': None, 'build_dir': '/tmp/pip_build_ruben', 'extra_index_urls': [], 'version': None, 'find_links': [], 'editables': [], 'mirrors': [], 'src_dir': '/home/ruben/Documentos/codigo/gonzalezz/src', 'as_egg': None, 'download_cache': None, 'no_clean': False, 'allow_insecure': [], 'download_dir': None, 'no_install': None, 'allow_external': [], 'use_mirrors': False, 'proxy': '', 'log_explicit_levels': False, 'exists_action': [], 'pre': False, 'require_venv': False, 'no_input': False, 'allow_all_external': True, 'root_path': None, 'quiet': 0, 'cert': '', 'timeout': 15, 'skip_requirements_regex': '', 'log_file': '/home/ruben/.pip/pip.log', 'ignore_dependencies': False}>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1079275
: 877224 |
877225