Advertisement
Guest User

Untitled

a guest
Sep 21st, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. building '_helpers' extension
  2. creating build
  3. creating build/temp.linux-x86_64-2.7
  4. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -O2 -Werror -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c _helpers.c -o build/temp.linux-x86_64-2.7/_helpers.o
  5. In file included from /usr/include/python2.7/Python.h:8:0,
  6. from _helpers.c:32:
  7. /usr/include/python2.7/pyconfig.h:1173:0: error: "_POSIX_C_SOURCE" redefined [-Werror]
  8. #define _POSIX_C_SOURCE 200112L
  9. ^
  10. In file included from /usr/include/assert.h:35:0,
  11. from _helpers.c:5:
  12. /usr/include/features.h:228:0: note: this is the location of the previous definition
  13. # define _POSIX_C_SOURCE 200809L
  14. ^
  15. cc1: all warnings being treated as errors
  16. error: command 'gcc' failed with exit status 1
  17. make: *** [lib/bup/_helpers.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement