Advertisement
Guest User

Python and OpenSSL-1.1.0f

a guest
Sep 17th, 2017
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.31 KB | None | 0 0
  1. [...]
  2. x86_64-pc-linux-gnu-ar rc libpython2.7.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
  3. Modules/posixmodule.o : Dans la fonction « posix_tmpnam » :
  4. posixmodule.c:(.text+0x3705): avertissement : the use of `tmpnam_r' is dangerous, better use `mkstemp'
  5. Modules/posixmodule.o : Dans la fonction « posix_tempnam » :
  6. posixmodule.c:(.text+0x500): avertissement : the use of `tempnam' is dangerous, better use `mkstemp'
  7. x86_64-pc-linux-gnu-ranlib libpython2.7.a
  8. x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -L. -Xlinker -export-dynamic -o python \
  9. Modules/python.o \
  10. -L. -lpython2.7 -lpthread -ldl -lutil -lm
  11. LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu ./python -E -S -m sysconfig --generate-posix-vars ;\
  12. if test $? -ne 0 ; then \
  13. echo "generate-posix-vars failed" ; \
  14. rm -f ./pybuilddir.txt ; \
  15. exit 1 ; \
  16. fi
  17. running build
  18. running build_ext
  19. building dbm using gdbm
  20. INFO: Can't locate Tcl/Tk libs and/or headers
  21. building '_struct' extension
  22. creating build/temp.linux-x86_64-2.7/var
  23. creating build/temp.linux-x86_64-2.7/var/tmp
  24. creating build/temp.linux-x86_64-2.7/var/tmp/portage
  25. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang
  26. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12
  27. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work
  28. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12
  29. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules
  30. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_struct.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_struct.o
  31. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_struct.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_struct.so
  32. building '_ctypes_test' extension
  33. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes
  34. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/_ctypes_test.o
  35. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/_ctypes_test.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_ctypes_test.so
  36. building 'array' extension
  37. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/arraymodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/arraymodule.o
  38. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/arraymodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/array.so
  39. building 'cmath' extension
  40. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cmathmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cmathmodule.o
  41. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cmathmodule.o Modules/_math.o -L/usr/local/lib64 -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/cmath.so
  42. building 'math' extension
  43. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mathmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mathmodule.o
  44. In file included from /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include/Python.h:156:0,
  45. from /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mathmodule.c:55:
  46. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mathmodule.c: Dans la fonction ‘math_fsum’:
  47. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include/pyfpe.h:164:64: attention : passing argument 1 of ‘PyFPE_dummy’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  48. #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
  49. ^
  50. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mathmodule.c:1072:5: note : in expansion of macro ‘PyFPE_END_PROTECT’
  51. PyFPE_END_PROTECT(hi)
  52. ^
  53. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include/pyfpe.h:134:15: note : expected ‘void *’ but argument is of type ‘volatile double *’
  54. extern double PyFPE_dummy(void *);
  55.  
  56. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mathmodule.o Modules/_math.o -L/usr/local/lib64 -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/math.so
  57. building 'strop' extension
  58. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/stropmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/stropmodule.o
  59. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/stropmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/strop.so
  60. building 'time' extension
  61. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.o
  62. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.o -L/usr/local/lib64 -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/time.so
  63. building 'datetime' extension
  64. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/datetimemodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/datetimemodule.o
  65. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.o
  66. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/datetimemodule.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.o -L/usr/local/lib64 -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/datetime.so
  67. building 'itertools' extension
  68. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/itertoolsmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/itertoolsmodule.o
  69. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/itertoolsmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/itertools.so
  70. building 'future_builtins' extension
  71. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/future_builtins.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/future_builtins.o
  72. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/future_builtins.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/future_builtins.so
  73. building '_random' extension
  74. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_randommodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_randommodule.o
  75. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_randommodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_random.so
  76. building '_collections' extension
  77. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_collectionsmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_collectionsmodule.o
  78. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_collectionsmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_collections.so
  79. building '_bisect' extension
  80. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_bisectmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_bisectmodule.o
  81. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_bisectmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_bisect.so
  82. building '_heapq' extension
  83. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_heapqmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_heapqmodule.o
  84. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_heapqmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_heapq.so
  85. building 'operator' extension
  86. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/operator.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/operator.o
  87. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/operator.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/operator.so
  88. building '_io' extension
  89. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io
  90. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/bufferedio.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/bufferedio.o
  91. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/bytesio.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/bytesio.o
  92. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/fileio.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/fileio.o
  93. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/iobase.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/iobase.o
  94. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/_iomodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/_iomodule.o
  95. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/stringio.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/stringio.o
  96. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_io -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/textio.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/textio.o
  97. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/bufferedio.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/bytesio.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/fileio.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/iobase.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/_iomodule.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/stringio.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_io/textio.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_io.so
  98. building '_functools' extension
  99. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_functoolsmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_functoolsmodule.o
  100. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_functoolsmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_functools.so
  101. building '_json' extension
  102. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_json.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_json.o
  103. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_json.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_json.so
  104. building '_testcapi' extension
  105. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_testcapimodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_testcapimodule.o
  106. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_testcapimodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_testcapi.so
  107. building '_hotshot' extension
  108. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hotshot.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hotshot.o
  109. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hotshot.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_hotshot.so
  110. building '_lsprof' extension
  111. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_lsprof.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_lsprof.o
  112. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/rotatingtree.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/rotatingtree.o
  113. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_lsprof.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/rotatingtree.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_lsprof.so
  114. building 'unicodedata' extension
  115. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/unicodedata.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/unicodedata.o
  116. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/unicodedata.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/unicodedata.so
  117. building '_locale' extension
  118. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_localemodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_localemodule.o
  119. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_localemodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_locale.so
  120. building 'fcntl' extension
  121. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/fcntlmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/fcntlmodule.o
  122. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/fcntlmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/fcntl.so
  123. building 'grp' extension
  124. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/grpmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/grpmodule.o
  125. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/grpmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/grp.so
  126. building 'spwd' extension
  127. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/spwdmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/spwdmodule.o
  128. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/spwdmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/spwd.so
  129. building 'select' extension
  130. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/selectmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/selectmodule.o
  131. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/selectmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/select.so
  132. building 'parser' extension
  133. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/parsermodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/parsermodule.o
  134. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/parsermodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/parser.so
  135. building 'cStringIO' extension
  136. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cStringIO.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cStringIO.o
  137. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cStringIO.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/cStringIO.so
  138. building 'cPickle' extension
  139. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cPickle.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cPickle.o
  140. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cPickle.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/cPickle.so
  141. building 'mmap' extension
  142. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mmapmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mmapmodule.o
  143. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/mmapmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/mmap.so
  144. building 'syslog' extension
  145. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/syslogmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/syslogmodule.o
  146. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/syslogmodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/syslog.so
  147. building 'audioop' extension
  148. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/audioop.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/audioop.o
  149. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/audioop.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/audioop.so
  150. building 'readline' extension
  151. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/readline.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/readline.o
  152. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/readline.o -L/usr/lib64/termcap -L/usr/local/lib64 -L. -lreadline -lncursesw -lpython2.7 -o build/lib.linux-x86_64-2.7/readline.so
  153. building 'crypt' extension
  154. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cryptmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cryptmodule.o
  155. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cryptmodule.o -L/usr/local/lib64 -L. -lcrypt -lpython2.7 -o build/lib.linux-x86_64-2.7/crypt.so
  156. building '_csv' extension
  157. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_csv.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_csv.o
  158. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_csv.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_csv.so
  159. building '_socket' extension
  160. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/socketmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/socketmodule.o
  161. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.o
  162. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/socketmodule.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/timemodule.o -L/usr/local/lib64 -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7/_socket.so
  163. building '_ssl' extension
  164. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.o
  165. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘_create_tuple_for_X509_NAME’:
  166. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:684:35: erreur : dereferencing pointer to incomplete type ‘X509_NAME_ENTRY {alias struct X509_name_entry_st}’
  167. if (rdn_level != entry->set) {
  168. ^
  169. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘_get_peer_alt_names’:
  170. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:804:16: erreur : dereferencing pointer to incomplete type ‘X509_EXTENSION {alias struct X509_extension_st}’
  171. p = ext->value->data;
  172. ^
  173. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:876:56: attention : implicit declaration of function ‘ASN1_STRING_data’ [-Wimplicit-function-declaration]
  174. v = PyString_FromStringAndSize((char *)ASN1_STRING_data(as),
  175. ^
  176. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:876:48: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  177. v = PyString_FromStringAndSize((char *)ASN1_STRING_data(as),
  178. ^
  179. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘_get_crl_dp’:
  180. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:1029:22: erreur : dereferencing pointer to incomplete type ‘X509 {alias struct x509_st}’
  181. dps = certificate->crldp;
  182. ^
  183. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘_decode_certificate’:
  184. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:1152:17: attention : implicit declaration of function ‘X509_get_notBefore’ [-Wimplicit-function-declaration]
  185. notBefore = X509_get_notBefore(certificate);
  186. ^
  187. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:1152:15: attention : assignment makes pointer from integer without a cast [-Wint-conversion]
  188. notBefore = X509_get_notBefore(certificate);
  189. ^
  190. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:1169:16: attention : implicit declaration of function ‘X509_get_notAfter’ [-Wimplicit-function-declaration]
  191. notAfter = X509_get_notAfter(certificate);
  192. ^
  193. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:1169:14: attention : assignment makes pointer from integer without a cast [-Wint-conversion]
  194. notAfter = X509_get_notAfter(certificate);
  195. ^
  196. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘PySSL_compression’:
  197. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:1446:43: erreur : dereferencing pointer to incomplete type ‘COMP_METHOD {alias const struct comp_method_st}’
  198. if (comp_method == NULL || comp_method->type == NID_undef)
  199. ^
  200. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘context_new’:
  201. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2000:27: attention : implicit declaration of function ‘TLSv1_method’ [-Wimplicit-function-declaration]
  202. ctx = SSL_CTX_new(TLSv1_method());
  203. ^
  204. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2000:27: attention : passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion]
  205. In file included from /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:61:0:
  206. /usr/include/openssl/ssl.h:1321:17: note : expected ‘const SSL_METHOD * {alias const struct ssl_method_st *}’ but argument is of type ‘int’
  207. __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
  208. ^
  209. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2003:27: attention : implicit declaration of function ‘TLSv1_1_method’ [-Wimplicit-function-declaration]
  210. ctx = SSL_CTX_new(TLSv1_1_method());
  211. ^
  212. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2003:27: attention : passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion]
  213. In file included from /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:61:0:
  214. /usr/include/openssl/ssl.h:1321:17: note : expected ‘const SSL_METHOD * {alias const struct ssl_method_st *}’ but argument is of type ‘int’
  215. __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
  216. ^
  217. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2005:27: attention : implicit declaration of function ‘TLSv1_2_method’ [-Wimplicit-function-declaration]
  218. ctx = SSL_CTX_new(TLSv1_2_method());
  219. ^
  220. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2005:27: attention : passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion]
  221. In file included from /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:61:0:
  222. /usr/include/openssl/ssl.h:1321:17: note : expected ‘const SSL_METHOD * {alias const struct ssl_method_st *}’ but argument is of type ‘int’
  223. __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
  224. ^
  225. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2013:27: attention : implicit declaration of function ‘SSLv2_method’ [-Wimplicit-function-declaration]
  226. ctx = SSL_CTX_new(SSLv2_method());
  227. ^
  228. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2013:27: attention : passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion]
  229. In file included from /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:61:0:
  230. /usr/include/openssl/ssl.h:1321:17: note : expected ‘const SSL_METHOD * {alias const struct ssl_method_st *}’ but argument is of type ‘int’
  231. __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
  232. ^
  233. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘get_verify_flags’:
  234. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2334:46: erreur : dereferencing pointer to incomplete type ‘X509_STORE {alias struct x509_store_st}’
  235. flags = X509_VERIFY_PARAM_get_flags(store->param);
  236. ^
  237. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘load_cert_chain’:
  238. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2532:48: erreur : dereferencing pointer to incomplete type ‘SSL_CTX {alias struct ssl_ctx_st}’
  239. pem_password_cb *orig_passwd_cb = self->ctx->default_passwd_callback;
  240. ^
  241. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘load_dh_params’:
  242. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:2883:5: attention : implicit declaration of function ‘DH_free’ [-Wimplicit-function-declaration]
  243. DH_free(dh);
  244. ^
  245. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘cert_store_stats’:
  246. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3161:20: erreur : dereferencing pointer to incomplete type ‘X509_OBJECT {alias struct x509_object_st}’
  247. switch (obj->type) {
  248. ^
  249. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3171:18: erreur : ‘X509_LU_PKEY’ undeclared (first use in this function)
  250. case X509_LU_PKEY:
  251. ^
  252. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3171:18: note : each undeclared identifier is reported only once for each function it appears in
  253. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Hors de toute fonction :
  254. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3847:24: erreur : unknown type name ‘CRYPTO_THREADID’
  255. _ssl_threadid_callback(CRYPTO_THREADID *id)
  256. ^
  257. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘_ssl_thread_locking_function’:
  258. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3880:16: erreur : ‘CRYPTO_LOCK’ undeclared (first use in this function)
  259. if (mode & CRYPTO_LOCK) {
  260. ^
  261. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘_setup_ssl_threads’:
  262. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3892:28: attention : implicit declaration of function ‘CRYPTO_num_locks’ [-Wimplicit-function-declaration]
  263. _ssl_locks_count = CRYPTO_num_locks();
  264. ^
  265. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3911:9: attention : implicit declaration of function ‘CRYPTO_set_locking_callback’ [-Wimplicit-function-declaration]
  266. CRYPTO_set_locking_callback(_ssl_thread_locking_function);
  267. ^
  268. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3913:9: attention : implicit declaration of function ‘CRYPTO_THREADID_set_callback’ [-Wimplicit-function-declaration]
  269. CRYPTO_THREADID_set_callback(_ssl_threadid_callback);
  270. ^
  271. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3913:38: erreur : ‘_ssl_threadid_callback’ undeclared (first use in this function)
  272. CRYPTO_THREADID_set_callback(_ssl_threadid_callback);
  273. ^
  274. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c: Dans la fonction ‘init_ssl’:
  275. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3971:5: attention : implicit declaration of function ‘SSL_load_error_strings’ [-Wimplicit-function-declaration]
  276. SSL_load_error_strings();
  277. ^
  278. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3972:5: attention : implicit declaration of function ‘SSL_library_init’ [-Wimplicit-function-declaration]
  279. SSL_library_init();
  280. ^
  281. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:3979:5: attention : implicit declaration of function ‘OpenSSL_add_all_algorithms’ [-Wimplicit-function-declaration]
  282. OpenSSL_add_all_algorithms();
  283. ^
  284. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:4250:14: attention : implicit declaration of function ‘SSLeay’ [-Wimplicit-function-declaration]
  285. libver = SSLeay();
  286. ^
  287. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:4260:29: attention : implicit declaration of function ‘SSLeay_version’ [-Wimplicit-function-declaration]
  288. r = PyString_FromString(SSLeay_version(SSLEAY_VERSION));
  289. ^
  290. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ssl.c:4260:44: erreur : ‘SSLEAY_VERSION’ undeclared (first use in this function)
  291. r = PyString_FromString(SSLeay_version(SSLEAY_VERSION));
  292. ^
  293. building '_hashlib' extension
  294. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.o
  295. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:61:25: erreur : field ‘ctx’ has incomplete type
  296. EVP_MD_CTX ctx; /* OpenSSL message digest context */
  297. ^
  298. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c: Dans la fonction ‘EVP_dealloc’:
  299. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:129:5: attention : implicit declaration of function ‘EVP_MD_CTX_cleanup’ [-Wimplicit-function-declaration]
  300. EVP_MD_CTX_cleanup(&self->ctx);
  301. ^
  302. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c: Dans la fonction ‘EVP_digest’:
  303. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:165:16: erreur : storage size of ‘temp_ctx’ isn’t known
  304. EVP_MD_CTX temp_ctx;
  305. ^
  306. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c: Dans la fonction ‘EVP_hexdigest’:
  307. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:185:16: erreur : storage size of ‘temp_ctx’ isn’t known
  308. EVP_MD_CTX temp_ctx;
  309. ^
  310. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c: Dans la fonction ‘PKCS5_PBKDF2_HMAC_fast’:
  311. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:521:14: erreur : storage size of ‘hctx_tpl’ isn’t known
  312. HMAC_CTX hctx_tpl, hctx;
  313. ^
  314. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:521:24: erreur : storage size of ‘hctx’ isn’t known
  315. HMAC_CTX hctx_tpl, hctx;
  316. ^
  317. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:527:5: attention : implicit declaration of function ‘HMAC_CTX_init’ [-Wimplicit-function-declaration]
  318. HMAC_CTX_init(&hctx_tpl);
  319. ^
  320. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:532:9: attention : implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration]
  321. HMAC_CTX_cleanup(&hctx_tpl);
  322. ^
  323. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c: Dans la fonction ‘init_hashlib’:
  324. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:852:5: attention : implicit declaration of function ‘OpenSSL_add_all_digests’ [-Wimplicit-function-declaration]
  325. OpenSSL_add_all_digests();
  326. ^
  327. /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_hashopenssl.c:853:5: attention : implicit declaration of function ‘ERR_load_crypto_strings’ [-Wimplicit-function-declaration]
  328. ERR_load_crypto_strings();
  329. ^
  330. building '_sha' extension
  331. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/shamodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/shamodule.o
  332. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/shamodule.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_sha.so
  333. building '_md5' extension
  334. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/md5module.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/md5module.o
  335. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/md5.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/md5.o
  336. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/md5module.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/md5.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_md5.so
  337. building '_sha256' extension
  338. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/sha256module.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/sha256module.o
  339. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/sha256module.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_sha256.so
  340. building '_sha512' extension
  341. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/sha512module.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/sha512module.o
  342. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/sha512module.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_sha512.so
  343. building '_sqlite3' extension
  344. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite
  345. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/cache.o
  346. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/connection.o
  347. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/cursor.o
  348. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/microprotocols.o
  349. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/module.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/module.o
  350. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/prepare_protocol.o
  351. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/row.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/row.o
  352. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/statement.o
  353. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/util.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/util.o
  354. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/cache.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/connection.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/cursor.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/module.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/row.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/statement.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_sqlite/util.o -L/usr/lib64 -L/usr/local/lib64 -L. -lsqlite3 -lpython2.7 -o build/lib.linux-x86_64-2.7/_sqlite3.so
  355. building 'dbm' extension
  356. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DHAVE_GDBM_NDBM_H -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/dbmmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/dbmmodule.o
  357. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/dbmmodule.o -L/usr/local/lib64 -L. -lgdbm -lgdbm_compat -lpython2.7 -o build/lib.linux-x86_64-2.7/dbm.so
  358. building 'gdbm' extension
  359. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/gdbmmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/gdbmmodule.o
  360. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/gdbmmodule.o -L/usr/local/lib64 -L. -lgdbm -lpython2.7 -o build/lib.linux-x86_64-2.7/gdbm.so
  361. building 'termios' extension
  362. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/termios.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/termios.o
  363. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/termios.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/termios.so
  364. building 'resource' extension
  365. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/resource.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/resource.o
  366. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/resource.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/resource.so
  367. building 'nis' extension
  368. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/nismodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/nismodule.o
  369. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/nismodule.o -L/usr/local/lib64 -L. -lnsl -lpython2.7 -o build/lib.linux-x86_64-2.7/nis.so
  370. building '_curses' extension
  371. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_cursesmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_cursesmodule.o
  372. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_cursesmodule.o -L/usr/local/lib64 -L. -lncursesw -lpython2.7 -o build/lib.linux-x86_64-2.7/_curses.so
  373. building '_curses_panel' extension
  374. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_curses_panel.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_curses_panel.o
  375. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_curses_panel.o -L/usr/local/lib64 -L. -lpanelw -lncursesw -lpython2.7 -o build/lib.linux-x86_64-2.7/_curses_panel.so
  376. building 'zlib' extension
  377. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/zlibmodule.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/zlibmodule.o
  378. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/zlibmodule.o -L/usr/local/lib64 -L. -lz -lpython2.7 -o build/lib.linux-x86_64-2.7/zlib.so
  379. building 'binascii' extension
  380. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/binascii.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/binascii.o -DUSE_ZLIB_CRC32
  381. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/binascii.o -L/usr/local/lib64 -L. -lz -lpython2.7 -o build/lib.linux-x86_64-2.7/binascii.so
  382. building 'bz2' extension
  383. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/bz2module.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/bz2module.o
  384. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/bz2module.o -L/usr/local/lib64 -L. -lbz2 -lpython2.7 -o build/lib.linux-x86_64-2.7/bz2.so
  385. building 'pyexpat' extension
  386. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/pyexpat.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/pyexpat.o
  387. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/pyexpat.o -L/usr/local/lib64 -L. -lexpat -lpython2.7 -o build/lib.linux-x86_64-2.7/pyexpat.so
  388. building '_elementtree' extension
  389. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -DUSE_PYEXPAT_CAPI -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_elementtree.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_elementtree.o
  390. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_elementtree.o -L/usr/local/lib64 -L. -lexpat -lpython2.7 -o build/lib.linux-x86_64-2.7/_elementtree.so
  391. building '_multibytecodec' extension
  392. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs
  393. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/multibytecodec.o
  394. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/multibytecodec.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_multibytecodec.so
  395. building '_codecs_kr' extension
  396. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_kr.o
  397. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_kr.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_kr.so
  398. building '_codecs_jp' extension
  399. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_jp.o
  400. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_jp.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_jp.so
  401. building '_codecs_cn' extension
  402. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_cn.o
  403. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_cn.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_cn.so
  404. building '_codecs_tw' extension
  405. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_tw.o
  406. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_tw.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_tw.so
  407. building '_codecs_hk' extension
  408. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_hk.o
  409. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_hk.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_hk.so
  410. building '_codecs_iso2022' extension
  411. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_iso2022.o
  412. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_codecs_iso2022.so
  413. building '_multiprocessing' extension
  414. creating build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing
  415. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_multiprocessing -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/multiprocessing.o
  416. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_multiprocessing -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/socket_connection.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/socket_connection.o
  417. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -IModules/_multiprocessing -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/semaphore.o
  418. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/socket_connection.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_multiprocessing/semaphore.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/_multiprocessing.so
  419. building 'linuxaudiodev' extension
  420. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/linuxaudiodev.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/linuxaudiodev.o
  421. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/linuxaudiodev.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/linuxaudiodev.so
  422. building 'ossaudiodev' extension
  423. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/ossaudiodev.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/ossaudiodev.o
  424. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/ossaudiodev.o -L/usr/local/lib64 -L. -lpython2.7 -o build/lib.linux-x86_64-2.7/ossaudiodev.so
  425. building '_ctypes' extension
  426. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.2.1/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/_ctypes.o
  427. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.2.1/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/callbacks.o
  428. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.2.1/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/callproc.o
  429. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.2.1/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/stgdict.o
  430. x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.2.1/include -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include -I/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/cfield.o
  431. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Include build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/callproc.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-2.7/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Modules/_ctypes/cfield.o -L/usr/local/lib64 -L. -lffi -lpython2.7 -o build/lib.linux-x86_64-2.7/_ctypes.so
  432.  
  433. Python build finished, but the necessary bits to build these modules were not found:
  434. _bsddb _tkinter bsddb185
  435. dl imageop sunaudiodev
  436. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  437.  
  438.  
  439. Failed to build these modules:
  440. _hashlib _ssl
  441.  
  442. running build_scripts
  443. creating build/scripts-2.7
  444. copying and adjusting /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Tools/scripts/pydoc -> build/scripts-2.7
  445. copying and adjusting /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Tools/scripts/idle -> build/scripts-2.7
  446. copying and adjusting /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Tools/scripts/2to3 -> build/scripts-2.7
  447. copying and adjusting /var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12/Lib/smtpd.py -> build/scripts-2.7
  448. changing mode of build/scripts-2.7/pydoc from 644 to 755
  449. changing mode of build/scripts-2.7/idle from 644 to 755
  450. changing mode of build/scripts-2.7/2to3 from 644 to 755
  451. changing mode of build/scripts-2.7/smtpd.py from 644 to 755
  452. make: *** [Makefile:560: sharedmods] Error 1
  453. * ERROR: dev-lang/python-2.7.12::gentoo failed (compile phase):
  454. * emake failed
  455. *
  456. * If you need support, post the output of `emerge --info '=dev-lang/python-2.7.12::gentoo'`,
  457. * the complete build log and the output of `emerge -pqv '=dev-lang/python-2.7.12::gentoo'`.
  458. * The complete build log is located at '/var/tmp/portage/dev-lang/python-2.7.12/temp/build.log'.
  459. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.7.12/temp/environment'.
  460. * Working directory: '/var/tmp/portage/dev-lang/python-2.7.12/work/x86_64-pc-linux-gnu'
  461. * S: '/var/tmp/portage/dev-lang/python-2.7.12/work/Python-2.7.12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement