Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. zz@rialabs:~/nodejs-tmp/node-mongodb-native$ make
  2. make -C ./external-libs/bson
  3. make[1]: Вход в каталог `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson'
  4. rm -rf build .lock-wscript bson.node
  5. node-waf configure build
  6. Checking for program g++ or c++ : /usr/bin/g++
  7. Checking for program cpp : /usr/bin/cpp
  8. Checking for program ar : /usr/bin/ar
  9. Checking for program ranlib : /usr/bin/ranlib
  10. Checking for g++ : ok
  11. Checking for node path : not found
  12. Checking for node prefix : ok /usr/local
  13. 'configure' finished successfully (0.024s)
  14. Waf: Entering directory `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson/build'
  15. [1/7] cxx: bson.cc -> build/default/bson_1.o
  16. [2/7] cxx: long.cc -> build/default/long_1.o
  17. ../bson.cc:40: warning: this decimal constant is unsigned only in ISO C90
  18. ../bson.cc:41: warning: this decimal constant is unsigned only in ISO C90
  19. ../long.cc:17: warning: this decimal constant is unsigned only in ISO C90
  20. ../long.cc:18: warning: this decimal constant is unsigned only in ISO C90
  21. [3/7] cxx: objectid.cc -> build/default/objectid_1.o
  22. [4/7] cxx: binary.cc -> build/default/binary_1.o
  23. [5/7] cxx: code.cc -> build/default/code_1.o
  24. [6/7] cxx: dbref.cc -> build/default/dbref_1.o
  25. [7/7] cxx_link: build/default/bson_1.o build/default/long_1.o build/default/objectid_1.o build/default/binary_1.o build/default/code_1.o build/default/dbref_1.o -> build/default/bson.node
  26. Waf: Leaving directory `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson/build'
  27. 'build' finished successfully (1.671s)
  28. === EXCEUTING TEST_BSON ===
  29. make[1]: *** [all] Segmentation Fault
  30. make[1]: Leaving directory `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson'
  31. make: *** [build_native] Ошибка 2
Add Comment
Please, Sign In to add comment