Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. running build
  2. running build_ext
  3. building 'sp80022suite' extension
  4. creating build
  5. creating build/temp.linux-x86_64-3.7
  6. creating build/temp.linux-x86_64-3.7/src
  7. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/pythonInterface.c -o build/temp.linux-x86_64-3.7/src/pythonInterface.o
  8. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/cephes.c -o build/temp.linux-x86_64-3.7/src/cephes.o
  9. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/matrix.c -o build/temp.linux-x86_64-3.7/src/matrix.o
  10. src/matrix.c: In function ‘find_unit_element_and_swap’:
  11. src/matrix.c:69:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
  12. while ( (index < M) && (A[index][i] == 0) )
  13. ^~~~~
  14. src/matrix.c:71:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
  15. if ( index < M )
  16. ^~
  17. src/matrix.c:76:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
  18. while ( (index >= 0) && (A[index][i] == 0) )
  19. ^~~~~
  20. src/matrix.c:78:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
  21. if ( index >= 0 )
  22. ^~
  23. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/dfft.c -o build/temp.linux-x86_64-3.7/src/dfft.o
  24. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/frequency.c -o build/temp.linux-x86_64-3.7/src/frequency.o
  25. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/blockFrequency.c -o build/temp.linux-x86_64-3.7/src/blockFrequency.o
  26. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/runs.c -o build/temp.linux-x86_64-3.7/src/runs.o
  27. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/longestRunOfOnes.c -o build/temp.linux-x86_64-3.7/src/longestRunOfOnes.o
  28. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/rank.c -o build/temp.linux-x86_64-3.7/src/rank.o
  29. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/discreteFourierTransform.c -o build/temp.linux-x86_64-3.7/src/discreteFourierTransform.o
  30. src/discreteFourierTransform.c: In function ‘DiscreteFourierTransform’:
  31. src/discreteFourierTransform.c:18:30: warning: unused variable ‘percentile’ [-Wunused-variable]
  32. double p_value, upperBound, percentile, N_l, N_o, d, *m = NULL, *X = NULL, *wsave = NULL;
  33. ^~~~~~~~~~
  34. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/nils/git/sp-800-22-suite/venv/include -I/usr/include/python3.7m -c src/approximateEntropy.c -o build/temp.linux-x86_64-3.7/src/approximateEntropy.o
  35. creating build/lib.linux-x86_64-3.7
  36. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/src/pythonInterface.o build/temp.linux-x86_64-3.7/src/cephes.o build/temp.linux-x86_64-3.7/src/matrix.o build/temp.linux-x86_64-3.7/src/dfft.o build/temp.linux-x86_64-3.7/src/frequency.o build/temp.linux-x86_64-3.7/src/blockFrequency.o build/temp.linux-x86_64-3.7/src/runs.o build/temp.linux-x86_64-3.7/src/longestRunOfOnes.o build/temp.linux-x86_64-3.7/src/rank.o build/temp.linux-x86_64-3.7/src/discreteFourierTransform.o build/temp.linux-x86_64-3.7/src/approximateEntropy.o -o build/lib.linux-x86_64-3.7/sp80022suite.cpython-37m-x86_64-linux-gnu.so
  37. running install
  38. running build
  39. running build_ext
  40. running install_lib
  41. copying build/lib.linux-x86_64-3.7/sp80022suite.cpython-37m-x86_64-linux-gnu.so -> /home/nils/git/sp-800-22-suite/venv/lib/python3.7/site-packages
  42. running install_egg_info
  43. Removing /home/nils/git/sp-800-22-suite/venv/lib/python3.7/site-packages/sp_800_22_suite-1.0.0rc1.egg-info
  44. Writing /home/nils/git/sp-800-22-suite/venv/lib/python3.7/site-packages/sp_800_22_suite-1.0.0rc1.egg-info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement