Guest User

stinger_build

a guest
Jun 22nd, 2017
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 66.69 KB | None | 0 0
  1. apt-cache search cmake
  2. cmake - cross-platform, open-source make system
  3. cmake-data - CMake data files (modules, templates and documentation)
  4. cmake-doc - extended documentation in various formats for CMake
  5. bear - generate compilation database for Clang tooling
  6. catkin - Low-level build system macros and infrastructure for Robot OS
  7. cmake-curses-gui - curses based user interface for CMake (ccmake)
  8. cmake-extras - Extra CMake utility modules.
  9. cmake-fedora - Set of scripts and cmake modules that simply the release process
  10. cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
  11. debmake-doc - Guide for Debian Maintainers
  12. extra-cmake-modules - Extra modules and scripts for CMake
  13. fp-utils - Free Pascal - utilities dependency package
  14. fp-utils-3.0.0 - Free Pascal - utilities
  15. icmake - Intelligent C-like MAKEr, or the ICce MAKE utility.
  16. icmake-doc - Documentation files for icmake
  17. kdevelop-pg-qt - LL(1) parser generator based on Qt
  18. libccd-dev - Library for collision detection between convex shapes - dev files
  19. libconsole-bridge-dev - console bridge - development files
  20. libconsole-bridge0.2v5 - console bridge - library
  21. libconsole-bridge0.2v5-dbg - console bridge - debugging symbols
  22. libdlrestrictions-dev - development files for the DLRestrictions library
  23. libghc-highlighting-kate-dev - syntax highlighting library based on Kate syntax descriptions
  24. libghc-highlighting-kate-doc - library documentation for highlighting-kate; documentation
  25. libghc-highlighting-kate-prof - highlighting-kate library with profiling enabled; profiling libraries
  26. libkf5kdelibs4support-data - Porting aid from KDELibs4.
  27. libkf5kdelibs4support-dev - development files for kde4support
  28. libkf5kdelibs4support5 - Porting aid from KDELibs4.
  29. libkf5kdelibs4support5-bin - Porting aid from KDELibs4.
  30. libkf5kdelibs4support5-dbg - debug symbols for kde4support
  31. libkfilemetadata-dev - library for extracting file metadata -- development files
  32. libkolab-dev - Development package for Kolab library
  33. libktorrent-dev - development files for the KTorrent Library
  34. libmarc-file-marcmaker-perl - work with MARCMaker/MARCBreaker records
  35. libresample1 - real-time audio resampling library - shared libraries
  36. libresample1-dev - real-time audio resampling library - development files
  37. libsdformat4-dev - Simulation Description Format (SDF) parser - Development files
  38. liburdfdom-dev - URDF DOM - development files
  39. libwibble-dev - Library of various useful C++ code
  40. plasma-widget-makestatus - Plasma widget that shows the status of CMake builds
  41. python-catkin-pkg - Low-level build system macros for Robot OS -- Python module
  42. ros-cmake-modules - Robot OS CMake Modules
  43. ros-message-generation - Generates build-time messaging dependencies for Robot OS packages
  44. ros-message-runtime - Generates runtime messaging dependencies for Robot OS package
  45. ros-mk - Robot OS make file helpers
  46. ➜  build git:(master) cmake ..
  47. -- The C compiler identification is GNU 5.4.0
  48. -- The CXX compiler identification is GNU 5.4.0
  49. -- Check for working C compiler: /usr/bin/cc
  50. -- Check for working C compiler: /usr/bin/cc -- works
  51. -- Detecting C compiler ABI info
  52. -- Detecting C compiler ABI info - done
  53. -- Detecting C compile features
  54. -- Detecting C compile features - done
  55. -- Check for working CXX compiler: /usr/bin/c++
  56. -- Check for working CXX compiler: /usr/bin/c++ -- works
  57. -- Detecting CXX compiler ABI info
  58. -- Detecting CXX compiler ABI info - done
  59. -- Detecting CXX compile features
  60. -- Detecting CXX compile features - done
  61. -- Try OpenMP C flag = [-fopenmp]
  62. -- Performing Test OpenMP_FLAG_DETECTED
  63. -- Performing Test OpenMP_FLAG_DETECTED - Success
  64. -- Try OpenMP CXX flag = [-fopenmp]
  65. -- Performing Test OpenMP_FLAG_DETECTED
  66. -- Performing Test OpenMP_FLAG_DETECTED - Success
  67. -- Found OpenMP: -fopenmp  
  68. -- Looking for pthread.h
  69. -- Looking for pthread.h - found
  70. -- Looking for pthread_create
  71. -- Looking for pthread_create - found
  72. -- Found Threads: TRUE  
  73. -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so  
  74. -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
  75. -- Configuring done
  76. -- Generating done
  77. -- Build files have been written to: <home>/<prefix>/stinger/build
  78. ➜  build git:(master) make -j8
  79. [  0%] Generating ../../include/compat/luc.h
  80. [  0%] Generating ../../include/fmemopen/fmemopen.h
  81. [  0%] Generating ../../include/int_hm_seq/int_hm_seq.h
  82. Scanning dependencies of target libconfig
  83. [  0%] Generating ../../include/int64vector/int64vector.h
  84. [  0%] Generating ../../include/int_ht_seq/int_ht_seq.h
  85. Scanning dependencies of target gtest
  86. [  0%] Generating ../../include/string/astring.h
  87. [  1%] Creating directories for 'libconfig'
  88. Scanning dependencies of target fmemopen
  89. Scanning dependencies of target int_hm_seq
  90. Scanning dependencies of target int64vector
  91. [  1%] Generating ../../include/compat/getMemorySize.h
  92. Scanning dependencies of target int_ht_seq
  93. [  2%] Building C object lib/fmemopen/CMakeFiles/fmemopen.dir/src/fmemopen.c.o
  94. [  2%] Building CXX object external/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
  95. Scanning dependencies of target string
  96. [  3%] Building C object lib/intvec/CMakeFiles/int64vector.dir/src/int64vector.c.o
  97. [  4%] Building C object lib/int_hm_seq/CMakeFiles/int_hm_seq.dir/src/int-hm-seq.c.o
  98. [  4%] Building C object lib/int_ht_seq/CMakeFiles/int_ht_seq.dir/src/int-ht-seq.c.o
  99. [  4%] Building C object lib/string/CMakeFiles/string.dir/src/astring.c.o
  100. [  4%] Linking C shared library ../libfmemopen.so
  101. Scanning dependencies of target compat
  102. [  4%] Building C object lib/compat/CMakeFiles/compat.dir/src/getMemorySize.c.o
  103. [  4%] Performing download step (verify and extract) for 'libconfig'
  104. [  4%] Linking C shared library ../libint64vector.so
  105. [  5%] Linking C shared library ../libint_ht_seq.so
  106. -- verifying file...
  107.      file='<home>/<prefix>/stinger/external/libconfig-1.5.tar.gz'
  108. [  5%] Linking C shared library ../libint_hm_seq.so
  109. -- verifying file... done
  110. [  5%] Built target fmemopen
  111. [  6%] Building CXX object lib/compat/CMakeFiles/compat.dir/src/luc.cc.o
  112. -- extracting...
  113.      src='<home>/<prefix>/stinger/external/libconfig-1.5.tar.gz'
  114.      dst='<home>/<prefix>/stinger/build/external/src/libconfig'
  115. -- extracting... [tar xfz]
  116. [  6%] Generating ../../include/mongo_c_driver/mongo.h
  117. [  7%] Linking C shared library ../libstring.so
  118. [  7%] Built target int64vector
  119. -- extracting... [analysis]
  120. -- extracting... [rename]
  121. -- extracting... [clean up]
  122. -- extracting... done
  123. [  7%] Built target int_hm_seq
  124. [  8%] Generating ../../include/mongo_c_driver/bson.h
  125. [  8%] Generating ../../include/mongo_c_driver/bcon.h
  126. [  8%] Built target int_ht_seq
  127. [  8%] Generating ../../include/mongo_c_driver/encoding.h
  128. [  8%] Linking CXX shared library ../libcompat.so
  129. [  8%] Generating ../../include/mongoose/mongoose.h
  130. [  8%] Built target string
  131. [  8%] No patch step for 'libconfig'
  132. [  8%] Generating ../../include/mongo_c_driver/env.h
  133. [  8%] Generating ../../include/mongo_c_driver/gridfs.h
  134. [  9%] Generating ../../include/mongo_c_driver/md5.h
  135. Scanning dependencies of target mongoose
  136. [  9%] No update step for 'libconfig'
  137. [ 10%] Generating ../../include/pugixml/pugixml.hpp
  138. [ 10%] Building C object lib/mongoose/CMakeFiles/mongoose.dir/src/mongoose.c.o
  139. Scanning dependencies of target protobuf
  140. [ 11%] Generating ../../include/sqlite/sqlite3.h
  141. Scanning dependencies of target mongo_c_driver
  142. [ 12%] Performing configure step for 'libconfig'
  143. [ 12%] Built target compat
  144. [ 12%] Built target protobuf
  145. [ 12%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/bcon.c.o
  146. [ 12%] Generating ../../include/pugixml/pugiconfig.hpp
  147. [ 12%] Generating ../../include/pugixml/foreach.hpp
  148. Scanning dependencies of target rapidjson
  149. Scanning dependencies of target sqlite
  150. [ 12%] Generating ../../include/rapidjson/doc_to_val.h
  151. [ 12%] Generating ../../include/vtx_set/vtx_set.h
  152. Scanning dependencies of target pugixml
  153. [ 12%] Building CXX object lib/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o
  154. [ 13%] Generating ../../include/rapidjson/document.h
  155. [ 13%] Building C object lib/sqlite/CMakeFiles/sqlite.dir/src/sqlite3.c.o
  156. Scanning dependencies of target vtx_set
  157. [ 14%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/bson.c.o
  158. [ 14%] Building C object lib/vtx_set/CMakeFiles/vtx_set.dir/src/vtx_set.c.o
  159. [ 14%] Generating ../../include/rapidjson/filestream.h
  160. [ 14%] Generating ../../include/rapidjson/prettywriter.h
  161. checking build system type... [ 15%] Linking C shared library ../libvtx_set.so
  162. [ 16%] Generating ../../include/rapidjson/rapidjson.h
  163. x86_64-unknown-linux-gnu
  164. checking host system type... x86_64-unknown-linux-gnu
  165. checking target system type... x86_64-unknown-linux-gnu
  166. checking for a BSD-compatible install... [ 16%] Built target vtx_set
  167. /usr/bin/install -c
  168. checking whether build environment is sane... [ 16%] Generating ../../include/rapidjson/reader.h
  169. yes
  170. [ 16%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/encoding.c.o
  171. checking for a thread-safe mkdir -p... /bin/mkdir -p
  172. checking for gawk... no
  173. checking for mawk... mawk
  174. checking whether make sets $(MAKE)... yes
  175. checking whether make supports nested variables... yes
  176. [ 16%] Generating ../../include/rapidjson/stringbuffer.h
  177. configure: libconfig - made with pride in California
  178. [ 16%] Generating ../../include/rapidjson/writer.h
  179. [ 16%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/env.c.o
  180. Scanning dependencies of target stinger_scape_alg_data
  181. [ 16%] Building C object src/clients/tools/CMakeFiles/stinger_scape_alg_data.dir/scrape_alg_data/src/scrape_mmap.c.o
  182. [ 17%] Generating ../../include/rapidjson/internal/pow10.h
  183. [ 18%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/gridfs.c.o
  184. [ 18%] Generating ../../include/rapidjson/internal/stack.h
  185. [ 18%] Linking C executable ../../../bin/stinger_scape_alg_data
  186. [ 18%] Generating ../../include/rapidjson/internal/strfunc.h
  187. [ 18%] Built target stinger_scape_alg_data
  188. [ 18%] Built target rapidjson
  189. [ 18%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/md5.c.o
  190. [ 18%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/mongo.c.o
  191. [ 19%] Linking C shared library ../libmongoose.so
  192. [ 19%] Generating ../../include/kv_store/kv_store.h
  193. [ 19%] Built target mongoose
  194. [ 20%] Generating ../../include/stinger_core/stinger_batch_insert.h
  195. Scanning dependencies of target kv_store
  196. [ 21%] Generating ../../include/stinger_core/core_util.h
  197. [ 21%] Building C object lib/kv_store/CMakeFiles/kv_store.dir/src/kv_store.c.o
  198. [ 21%] Generating ../../include/stinger_core/stinger.h
  199. [ 21%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/numbers.c.o
  200. [ 21%] Generating ../../include/stinger_core/stinger_atomics.h
  201. [ 22%] Generating ../../include/stinger_core/stinger_deprecated.h
  202. [ 23%] Linking C shared library ../libmongo_c_driver.so
  203. [ 23%] Generating ../../include/stinger_core/stinger_error.h
  204. [ 23%] Generating ../../include/stinger_core/stinger_internal.h
  205. [ 23%] Generating ../../include/stinger_core/stinger_physmap.h
  206. [ 24%] Generating ../../include/stinger_core/stinger_return.h
  207. [ 24%] Built target mongo_c_driver
  208. [ 24%] Generating ../../include/stinger_core/stinger_shared.h
  209. [ 24%] Generating ../../include/stinger_core/stinger_traversal.h
  210. [ 25%] Generating ../../include/stinger_core/stinger_vertex.h
  211. [ 25%] Generating ../../include/stinger_core/x86_full_empty.h
  212. [ 25%] Generating ../../include/stinger_core/xmalloc.h
  213. [ 26%] Linking C shared library ../libkv_store.so
  214. Scanning dependencies of target stinger_core
  215. [ 26%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/core_util.c.o
  216. [ 26%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_deprecated.c.o
  217. [ 26%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger.c.o
  218. [ 26%] Built target kv_store
  219. [ 27%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_names.c.o
  220. In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
  221.                  from <home>/<prefix>/stinger/build/include/stinger_core/core_util.h:9,
  222.                  from <home>/<prefix>/stinger/lib/stinger_core/src/stinger_deprecated.c:1:
  223. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_deprecated.c: In function ‘stinger_gather_typed_successors_serial’:
  224. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  225.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  226.                     ^
  227. <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:125:5: note: in expansion of macro ‘MAP_STING’
  228.      MAP_STING(STINGER_);                                                                                  \
  229.      ^
  230. <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:173:3: note: in expansion of macro ‘STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN’
  231.    STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN(STINGER_,VTX_,if (STINGER_IS_OUT_EDGE),if (current_eb__->etype == TYPE_),)
  232.    ^
  233. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_deprecated.c:311:3: note: in expansion of macro ‘STINGER_FORALL_OUT_EDGES_OF_TYPE_OF_VTX_BEGIN’
  234.    STINGER_FORALL_OUT_EDGES_OF_TYPE_OF_VTX_BEGIN(G, v, type) {
  235.    ^
  236. In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
  237.                  from <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:10:
  238. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vertices_get’:
  239. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  240.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  241.                     ^
  242. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:22:3: note: in expansion of macro ‘MAP_STING’
  243.    MAP_STING(S);
  244.    ^
  245. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_physmap_get’:
  246. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  247.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  248.                     ^
  249. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:28:3: note: in expansion of macro ‘MAP_STING’
  250.    MAP_STING(S);
  251.    ^
  252. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vtype_names_get’:
  253. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  254.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  255.                     ^
  256. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:34:3: note: in expansion of macro ‘MAP_STING’
  257.    MAP_STING(S);
  258.    ^
  259. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_etype_names_get’:
  260. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  261.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  262.                     ^
  263. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:40:3: note: in expansion of macro ‘MAP_STING’
  264.    MAP_STING(S);
  265.    ^
  266. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vtype_get’:
  267. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  268.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  269.                     ^
  270. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:117:3: note: in expansion of macro ‘MAP_STING’
  271.    MAP_STING(S);
  272.    ^
  273. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vtype_set’:
  274. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  275.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  276.                     ^
  277. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:123:3: note: in expansion of macro ‘MAP_STING’
  278.    MAP_STING(S);
  279.    ^
  280. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_get’:
  281. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  282.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  283.                     ^
  284. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:131:3: note: in expansion of macro ‘MAP_STING’
  285.    MAP_STING(S);
  286.    ^
  287. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_set’:
  288. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  289.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  290.                     ^
  291. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:137:3: note: in expansion of macro ‘MAP_STING’
  292.    MAP_STING(S);
  293.    ^
  294. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_increment’:
  295. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  296.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  297.                     ^
  298. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:143:3: note: in expansion of macro ‘MAP_STING’
  299.    MAP_STING(S);
  300.    ^
  301. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_increment_atomic’:
  302. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  303.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  304.                     ^
  305. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:149:3: note: in expansion of macro ‘MAP_STING’
  306.    MAP_STING(S);
  307.    ^
  308. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_adjacency_get’:
  309. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  310.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  311.                     ^
  312. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:156:3: note: in expansion of macro ‘MAP_STING’
  313.    MAP_STING(S);
  314.    ^
  315. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘get_from_ebpool’:
  316. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  317.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  318.                     ^
  319. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:248:3: note: in expansion of macro ‘MAP_STING’
  320.    MAP_STING(S);
  321.    ^
  322. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_max_total_edges’:
  323. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  324.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  325.                     ^
  326. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:444:3: note: in expansion of macro ‘MAP_STING’
  327.    MAP_STING(S);
  328.    ^
  329. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_graph_size’:
  330. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  331.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  332.                     ^
  333. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:459:3: note: in expansion of macro ‘MAP_STING’
  334.    MAP_STING(S);
  335.    ^
  336. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘new_blk_ebs’:
  337. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  338.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  339.                     ^
  340. <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:957:3: note: in expansion of macro ‘MAP_STING’
  341.    MAP_STING(G);
  342.    ^
  343. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c: In function ‘stinger_names_create_type’:
  344. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c:177:28: warning: passing argument 1 of ‘xor_hash’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  345.    int64_t index = xor_hash(name, length) % (sn->max_types * 2);
  346.                             ^
  347. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c:34:1: note: expected ‘uint8_t * {aka unsigned char *}’ but argument is of type ‘const char *
  348.  xor_hash(uint8_t * byte_string, int64_t length) {
  349.  ^
  350. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c: In function ‘stinger_names_lookup_type’:
  351. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c:238:28: warning: passing argument 1 of ‘xor_hash’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  352.    int64_t index = xor_hash(name, length) % (sn->max_types * 2);
  353.                             ^
  354. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c:34:1: note: expected ‘uint8_t * {aka unsigned char *}’ but argument is of type ‘const char *
  355.  xor_hash(uint8_t * byte_string, int64_t length) {
  356.  ^
  357. [ 27%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_names_sqlite.c.o
  358. [ 27%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_physmap.c.o
  359. [ 28%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_shared.c.o
  360. [ 28%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_vertex.c.o
  361. [ 28%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/xmalloc.c.o
  362. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c: In function ‘stinger_vertices_new’:
  363. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c:15:30: warning: implicit declaration of function ‘xcalloc’ [-Wimplicit-function-declaration]
  364.    stinger_vertices_t * rtn = xcalloc(1, sizeof(stinger_vertices_t) + max_vertices * sizeof(stinger_vertex_t));
  365.                               ^
  366. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c:15:30: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
  367. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c: In function ‘stinger_vertices_vertex_get’:
  368. <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c:48:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  369.    return &(vertices->vertices[v]);
  370.           ^
  371. [ 29%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/x86_full_empty.c.o
  372. <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c: In function ‘readfe’:
  373. <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:24:33: warning: passing argument 1 of ‘stinger_int64_cas’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  374.      if(val == stinger_int64_cas(v, val, MARKER))
  375.                                  ^
  376. In file included from <home>/<prefix>/stinger/build/include/stinger_core/x86_full_empty.h:24:0,
  377.                  from <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:13:
  378. <home>/<prefix>/stinger/build/include/stinger_core/stinger_atomics.h:89:1: note: expected ‘int64_t * {aka long int *}’ but argument is of type ‘volatile uint64_t * {aka volatile long unsigned int *}
  379.  stinger_int64_cas (int64_t * x, int64_t origx, int64_t newx)
  380.  ^
  381. <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c: In function ‘writeef’:
  382. <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:39:36: warning: passing argument 1 of ‘stinger_int64_cas’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  383.      if(MARKER == stinger_int64_cas(v, MARKER, new_val))
  384.                                     ^
  385. In file included from <home>/<prefix>/stinger/build/include/stinger_core/x86_full_empty.h:24:0,
  386.                  from <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:13:
  387. <home>/<prefix>/stinger/build/include/stinger_core/stinger_atomics.h:89:1: note: expected ‘int64_t * {aka long int *}’ but argument is of type ‘volatile uint64_t * {aka volatile long unsigned int *}
  388.  stinger_int64_cas (int64_t * x, int64_t origx, int64_t newx)
  389.  ^
  390. <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c: In function ‘writeff’:
  391. <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:64:33: warning: passing argument 1 of ‘stinger_int64_cas’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  392.      if(val == stinger_int64_cas(v, val, new_val))
  393.                                  ^
  394. In file included from <home>/<prefix>/stinger/build/include/stinger_core/x86_full_empty.h:24:0,
  395.                  from <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:13:
  396. <home>/<prefix>/stinger/build/include/stinger_core/stinger_atomics.h:89:1: note: expected ‘int64_t * {aka long int *}’ but argument is of type ‘volatile uint64_t * {aka volatile long unsigned int *}
  397.  stinger_int64_cas (int64_t * x, int64_t origx, int64_t newx)
  398.  ^
  399. [ 29%] Linking C shared library ../libstinger_core.so
  400. [ 29%] Built target stinger_core
  401. [ 29%] Generating ../../include/stinger_utils/xml_support.h
  402. [ 29%] Generating ../../include/stinger_utils/csv.h
  403. Scanning dependencies of target stinger_scrape_vertex_data
  404. [ 29%] Generating ../../include/stinger_alg/modularity.h
  405. [ 30%] Building C object src/clients/tools/CMakeFiles/stinger_scrape_vertex_data.dir/scrape_vertex_data/src/scrape_vertex_data.c.o
  406. [ 30%] Generating ../../include/stinger_alg/adamic_adar.h
  407. [ 30%] Generating ../../include/stinger_utils/dimacs_support.h
  408. [ 31%] Generating ../../include/stinger_utils/graph_construct.h
  409. [ 31%] Generating ../../include/stinger_alg/betweenness.h
  410. [ 32%] Generating ../../include/stinger_alg/clustering.h
  411. [ 32%] Generating ../../include/stinger_utils/histogram.h
  412. [ 32%] Linking C executable ../../../bin/stinger_scrape_vertex_data
  413. [ 32%] Generating ../../include/stinger_utils/json_support.h
  414. [ 32%] Generating ../../include/stinger_alg/community_on_demand.h
  415. [ 32%] Generating ../../include/stinger_utils/metisish_support.h
  416. [ 32%] Linking CXX shared library ../libpugixml.so
  417. [ 32%] Built target stinger_scrape_vertex_data
  418. [ 33%] Generating ../../include/stinger_alg/pagerank.h
  419. [ 33%] Generating ../../include/stinger_alg/kcore.h
  420. [ 34%] Generating ../../include/stinger_utils/stinger_la.h
  421. [ 34%] Generating ../../include/stinger_utils/stinger_test.h
  422. [ 34%] Generating ../../include/stinger_utils/stinger_utils.h
  423. [ 34%] Generating ../../include/stinger_alg/random.h
  424. [ 34%] Generating ../../include/stinger_alg/rmat.h
  425. [ 35%] Generating ../../include/stinger_alg/static_components.h
  426. [ 36%] Generating ../../include/stinger_utils/timer.h
  427. [ 36%] Generating ../../include/stinger_alg/weakly_connected_components.h
  428. [ 36%] Generating ../../include/stinger_alg/streaming_connected_components.h
  429. [ 36%] Generating ../../include/stinger_alg/shortest_paths.h
  430. Scanning dependencies of target stinger_utils
  431. [ 37%] Generating ../../include/stinger_alg/diameter.h
  432. [ 37%] Generating ../../include/stinger_alg/independent_sets.h
  433. [ 37%] Generating ../../include/stinger_alg/graph_partition.h
  434. [ 37%] Built target pugixml
  435. [ 38%] Generating ../../include/stinger_alg/hits_centrality.h
  436. [ 38%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/csv.c.o
  437. [ 39%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/dimacs_support.c.o
  438. [ 39%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/graph_construct.c.o
  439. [ 39%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/histogram.c.o
  440. Scanning dependencies of target stinger_alg
  441. [ 39%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/adamic_adar.c.o
  442. [ 39%] Building CXX object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/json_graph.cpp.o
  443. [ 40%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/json_support.c.o
  444. In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
  445.                  from <home>/<prefix>/stinger/build/include/stinger_core/stinger_atomics.h:10,
  446.                  from <home>/<prefix>/stinger/build/include/stinger_alg/adamic_adar.h:4,
  447.                  from <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:1:
  448. <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c: In function ‘adamic_adar’:
  449. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  450.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  451.                     ^
  452. <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:125:5: note: in expansion of macro ‘MAP_STING’
  453.      MAP_STING(STINGER_);                                                                                  \
  454.      ^
  455. <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:149:3: note: in expansion of macro ‘STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN’
  456.    STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN(STINGER_,VTX_,,,)
  457.    ^
  458. <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:85:7: note: in expansion of macro ‘STINGER_FORALL_EDGES_OF_VTX_BEGIN’
  459.        STINGER_FORALL_EDGES_OF_VTX_BEGIN(S,v) {
  460.        ^
  461. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  462.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  463.                     ^
  464. <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:125:5: note: in expansion of macro ‘MAP_STING’
  465.      MAP_STING(STINGER_);                                                                                  \
  466.      ^
  467. <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:167:3: note: in expansion of macro ‘STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN’
  468.    STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN(STINGER_,VTX_,,if (current_eb__->etype == TYPE_),)
  469.    ^
  470. <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:92:7: note: in expansion of macro ‘STINGER_FORALL_EDGES_OF_TYPE_OF_VTX_BEGIN’
  471.        STINGER_FORALL_EDGES_OF_TYPE_OF_VTX_BEGIN(S,etype,v) {
  472.        ^
  473. <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:109:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  474.    output_scores = (int64_t *) xmalloc (two_hop_size * sizeof(double));
  475.                  ^
  476. [ 40%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/metisish_support.c.o
  477. [ 41%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/betweenness.c.o
  478. [ 41%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_extract.c.o
  479. In file included from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:0:
  480. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘stinger_physmap_id_to_json’:
  481. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:13:45: warning: passing argument 1 of ‘stinger_names_lookup_name’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  482.    JSON_STRING(id, stinger_names_lookup_name(p, v));
  483.                                              ^
  484. <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:20:133: note: in definition of macro ‘JSON_STRING’
  485.  #define JSON_STRING(NAME,VAL)       JSON_PRINT_INDENT();  fprintf(json_out, "%s\"%s\" : \"%s\"", not_first++ ? ",\n" : "\n", #NAME, VAL);
  486.                                                                                                                                      ^
  487. In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger_vertex.h:12:0,
  488.                  from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:11,
  489.                  from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:9,
  490.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
  491. <home>/<prefix>/stinger/build/include/stinger_core/stinger_names.h:67:1: note: expected ‘stinger_names_t * {aka struct stinger_names *}’ but argument is of type ‘const stinger_physmap_t * {aka const struct stinger_names *}
  492.  stinger_names_lookup_name(stinger_names_t * sn, int64_t type);
  493.  ^
  494. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘stinger_vertex_to_json_with_type_strings’:
  495. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:46:44: warning: passing argument 1 of ‘stinger_names_lookup_name’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  496.    char * vtype = stinger_names_lookup_name(tn,vout->type);
  497.                                             ^
  498. In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger_vertex.h:12:0,
  499.                  from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:11,
  500.                  from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:9,
  501.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
  502. <home>/<prefix>/stinger/build/include/stinger_core/stinger_names.h:67:1: note: expected ‘stinger_names_t * {aka struct stinger_names *}’ but argument is of type ‘const stinger_names_t * {aka const struct stinger_names *}
  503.  stinger_names_lookup_name(stinger_names_t * sn, int64_t type);
  504.  ^
  505. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘egonet_to_json’:
  506. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:94:26: warning: passing argument 1 of ‘string_append_cstr’ from incompatible pointer type [-Wincompatible-pointer-types]
  507.        string_append_cstr(&vertices, vtx_str);
  508.                           ^
  509. In file included from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:10:0,
  510.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
  511. <home>/<prefix>/stinger/build/include/string/astring.h:46:1: note: expected ‘string_t * {aka struct string *}’ but argument is of type ‘stinger_vertices_t ** {aka struct stinger_vertices **}
  512.  string_append_cstr(string_t * dest, char * s);
  513.  ^
  514. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘group_to_json’:
  515. <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:199:28: warning: passing argument 1 of ‘string_append_cstr’ from incompatible pointer type [-Wincompatible-pointer-types]
  516.          string_append_cstr(&vertices, vtx_str);
  517.                             ^
  518. In file included from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:10:0,
  519.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
  520. <home>/<prefix>/stinger/build/include/string/astring.h:46:1: note: expected ‘string_t * {aka struct string *}’ but argument is of type ‘stinger_vertices_t ** {aka struct stinger_vertices **}
  521.  string_append_cstr(string_t * dest, char * s);
  522.  ^
  523. [ 42%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_la.c.o
  524. [ 42%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/clustering.c.o
  525. [ 42%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/community_on_demand.c.o
  526. [ 42%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/kcore.c.o
  527. <home>/<prefix>/stinger/lib/stinger_alg/src/community_on_demand.c: In function ‘community_on_demand’:
  528. <home>/<prefix>/stinger/lib/stinger_alg/src/community_on_demand.c:33:23: warning: passing argument 1 of ‘community_detection’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  529.    community_detection(S, nv, output_partitions, (int64_t) 5);
  530.                        ^
  531. In file included from <home>/<prefix>/stinger/lib/stinger_alg/src/community_on_demand.c:2:0:
  532. <home>/<prefix>/stinger/build/include/stinger_alg/modularity.h:13:6: note: expected ‘stinger_t * {aka struct stinger *}’ but argument is of type ‘const stinger_t * {aka const struct stinger *}
  533.  void community_detection(stinger_t * S, int64_t NV, int64_t * partitions, int64_t maxIter);
  534.       ^
  535. [ 43%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/pagerank.c.o
  536. [ 43%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_test.c.o
  537. [ 43%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/random.c.o
  538. [ 43%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_utils.c.o
  539. [ 43%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/rmat.c.o
  540. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c: In function ‘edge_list_to_stinger’:
  541. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:308:73: warning: pointer/integer type mismatch in conditional expression
  542.      stinger_insert_edge (S, 0, sv[i], ev[i], w[i], (timeFirst)?timeFirst:timestamp);
  543.                                                                          ^
  544. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:308:52: warning: passing argument 6 of ‘stinger_insert_edge’ makes integer from pointer without a cast [-Wint-conversion]
  545.      stinger_insert_edge (S, 0, sv[i], ev[i], w[i], (timeFirst)?timeFirst:timestamp);
  546.                                                     ^
  547. In file included from <home>/<prefix>/stinger/build/include/stinger_utils/stinger_utils.h:9:0,
  548.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:4:
  549. <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:82:5: note: expected ‘int64_t {aka long int}’ but argument is of type ‘int64_t * {aka long int *}
  550.  int stinger_insert_edge (struct stinger *, int64_t /* type */ ,
  551.      ^
  552. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:310:47: warning: passing argument 5 of ‘stinger_edge_touch’ makes integer from pointer without a cast [-Wint-conversion]
  553.        stinger_edge_touch (S, sv[i], ev[i], 0, timeRecent);
  554.                                                ^
  555. In file included from <home>/<prefix>/stinger/build/include/stinger_utils/stinger_utils.h:9:0,
  556.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:4:
  557. <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:132:5: note: expected ‘int64_t {aka long int}’ but argument is of type ‘int64_t * {aka long int *}
  558.  int stinger_edge_touch (struct stinger *, int64_t /* vtx 1 */ ,
  559.      ^
  560. In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
  561.                  from <home>/<prefix>/stinger/build/include/stinger_utils/stinger_utils.h:9,
  562.                  from <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:4:
  563. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c: In function ‘stinger_sort_edge_list’:
  564. <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  565.    uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
  566.                     ^
  567. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:337:3: note: in expansion of macro ‘MAP_STING’
  568.    MAP_STING(S);
  569.    ^
  570. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c: In function ‘run_test’:
  571. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c:60:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t {aka long int}[-Wformat=]
  572.      fprintf(output, "Test %lld PASSED\n\n", test_num);
  573.                      ^
  574. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c:62:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t {aka long int}[-Wformat=]
  575.      fprintf(output, "Test %lld FAILED\n\n", test_num);
  576.                      ^
  577. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c: In function ‘print_test_summary’:
  578. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c:78:19: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t {aka long unsigned int}[-Wformat=]
  579.    fprintf(output, "%lld of %lld tests Passed (%lld registered)\n",passed_tests,ran_tests,th->next_test);
  580.                    ^
  581. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c:78:19: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘uint64_t {aka long unsigned int}[-Wformat=]
  582. <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c:78:19: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int64_t {aka long int}[-Wformat=]
  583. [ 44%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/timer.c.o
  584. [ 44%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/xml_support.c.o
  585. [ 45%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/static_components.c.o
  586. [ 45%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/weakly_connected_components.c.o
  587. [ 45%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/streaming_connected_components.c.o
  588. [ 45%] Building CXX object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/shortest_paths.cpp.o
  589. [ 46%] Building CXX object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/diameter.cpp.o
  590. In file included from <home>/<prefix>/stinger/lib/stinger_alg/src/streaming_connected_components.c:3:0:
  591. <home>/<prefix>/stinger/build/include/stinger_alg/streaming_connected_components.h:14:37: fatal error: stinger_net/stinger_alg.h: No such file or directory
  592. compilation terminated.
  593. lib/stinger_alg/CMakeFiles/stinger_alg.dir/build.make:387: recipe for target 'lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/streaming_connected_components.c.o' failed
  594. make[2]: *** [lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/streaming_connected_components.c.o] Error 1
  595. make[2]: *** Waiting for unfinished jobs....
  596. [ 46%] Linking CXX shared library ../libstinger_utils.so
  597. [ 46%] Built target stinger_utils
  598. [ 47%] Generating ../../stinger_net/proto/stinger-monitor.pb.cc, ../../stinger_net/proto/stinger-monitor.pb.h
  599. [ 48%] Generating ../../include/stinger_net/send_rcv.h
  600. [ 48%] Generating ../../include/stinger_net/mon_handling.h
  601. [ 48%] Generating ../../include/stinger_net/stinger_alg.h
  602. [ 48%] Generating ../../include/stinger_net/stinger_alg_state.h
  603. [ 48%] Generating ../../include/stinger_net/stinger_alg_state_c.h
  604. [ 49%] Generating ../../include/stinger_net/stinger_mon.h
  605. [ 49%] Generating ../../include/stinger_net/stinger_mon_c.h
  606. [ 49%] Generating ../../include/stinger_net/stinger_mon_state.h
  607. [ 50%] Generating ../../include/stinger_net/stinger_server_state.h
  608. [ 50%] Generating ../../include/stinger_net/stinger_stream.h
  609. [ 50%] Generating ../../include/stinger_net/stinger_stream_state.h
  610. [ 50%] Generating ../../include/stinger_net/stinger_local_state_c.h
  611. [ 51%] Generating ../../stinger_net/proto/stinger-alg.pb.cc, ../../stinger_net/proto/stinger-alg.pb.h
  612. [ 51%] Generating ../../stinger_net/proto/stinger-batch.pb.cc, ../../stinger_net/proto/stinger-batch.pb.h
  613. [ 51%] Generating ../../stinger_net/proto/stinger-connect.pb.cc, ../../stinger_net/proto/stinger-connect.pb.h
  614. CMakeFiles/Makefile2:1970: recipe for target 'lib/stinger_alg/CMakeFiles/stinger_alg.dir/all' failed
  615. make[1]: *** [lib/stinger_alg/CMakeFiles/stinger_alg.dir/all] Error 2
  616. make[1]: *** Waiting for unfinished jobs....
  617. Scanning dependencies of target stinger_net
  618. [ 51%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/send_rcv.cpp.o
  619. [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_alg.cpp.o
  620. [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/mon_handling.cpp.o
  621. [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_alg_state.cpp.o
  622. [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_alg_state_c.cpp.o
  623. [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_mon.cpp.o
  624. [ 53%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_mon_c.cpp.o
  625. [ 53%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_mon_state.cpp.o
  626. [ 53%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_server_state.cpp.o
  627. [ 53%] Linking CXX shared library ../../lib/libgtest.so
  628. [ 54%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_stream.cpp.o
  629. [ 54%] Built target gtest
  630. [ 54%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_local_state_c.cpp.o
  631. [ 54%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-alg.pb.cc.o
  632. [ 55%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-batch.pb.cc.o
  633. [ 55%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-connect.pb.cc.o
  634. [ 55%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-monitor.pb.cc.o
  635. [ 55%] Linking C shared library ../libsqlite.so
  636. [ 55%] Built target sqlite
  637. [ 55%] Linking CXX shared library ../libstinger_net.so
  638. [ 55%] Built target stinger_net
  639. checking for style of include used by make... GNU
  640. checking for gcc... /usr/bin/cc
  641. checking whether the C compiler works... yes
  642. checking for C compiler default output file name... a.out
  643. checking for suffix of executables...
  644. checking whether we are cross compiling... no
  645. checking for suffix of object files... o
  646. checking whether we are using the GNU C compiler... yes
  647. checking whether /usr/bin/cc accepts -g... yes
  648. checking for /usr/bin/cc option to accept ISO C89... none needed
  649. checking whether /usr/bin/cc understands -c and -o together... yes
  650. checking dependency style of /usr/bin/cc... gcc3
  651. checking how to run the C preprocessor... /usr/bin/cc -E
  652. checking for grep that handles long lines and -e... /bin/grep
  653. checking for egrep... /bin/grep -E
  654. checking for ANSI C header files... yes
  655. checking for sys/types.h... yes
  656. checking for sys/stat.h... yes
  657. checking for stdlib.h... yes
  658. checking for string.h... yes
  659. checking for memory.h... yes
  660. checking for strings.h... yes
  661. checking for inttypes.h... yes
  662. checking for stdint.h... yes
  663. checking for unistd.h... yes
  664. checking minix/config.h usability... no
  665. checking minix/config.h presence... no
  666. checking for minix/config.h... no
  667. checking whether it is safe to define __EXTENSIONS__... yes
  668. checking how to print strings... printf
  669. checking for a sed that does not truncate output... /bin/sed
  670. checking for fgrep... /bin/grep -F
  671. checking for ld used by /usr/bin/cc... /usr/bin/ld
  672. checking if the linker (/usr/bin/ld) is GNU ld... yes
  673. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  674. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  675. checking whether ln -s works... yes
  676. checking the maximum length of command line arguments... 1572864
  677. checking whether the shell understands some XSI constructs... yes
  678. checking whether the shell understands "+="... yes
  679. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  680. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  681. checking for /usr/bin/ld option to reload object files... -r
  682. checking for objdump... objdump
  683. checking how to recognize dependent libraries... pass_all
  684. checking for dlltool... no
  685. checking how to associate runtime and link libraries... printf %s\n
  686. checking for ar... ar
  687. checking for archiver @FILE support... @
  688. checking for strip... strip
  689. checking for ranlib... ranlib
  690. checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok
  691. checking for sysroot... no
  692. checking for mt... mt
  693. checking if mt is a manifest tool... no
  694. checking for dlfcn.h... yes
  695. checking for objdir... .libs
  696. checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no
  697. checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
  698. checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
  699. checking if /usr/bin/cc static flag -static works... yes
  700. checking if /usr/bin/cc supports -c -o file.o... yes
  701. checking if /usr/bin/cc supports -c -o file.o... (cached) yes
  702. checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  703. checking whether -lc should be explicitly linked in... no
  704. checking dynamic linker characteristics... GNU/Linux ld.so
  705. checking how to hardcode library paths into programs... immediate
  706. checking whether stripping libraries is possible... yes
  707. checking if libtool supports shared libraries... yes
  708. checking whether to build shared libraries... yes
  709. checking whether to build static libraries... yes
  710. checking for gcc... (cached) /usr/bin/cc
  711. checking whether we are using the GNU C compiler... (cached) yes
  712. checking whether /usr/bin/cc accepts -g... (cached) yes
  713. checking for /usr/bin/cc option to accept ISO C89... (cached) none needed
  714. checking whether /usr/bin/cc understands -c and -o together... (cached) yes
  715. checking dependency style of /usr/bin/cc... (cached) gcc3
  716. checking whether we are using the GNU C++ compiler... yes
  717. checking whether /usr/bin/c++ accepts -g... yes
  718. checking dependency style of /usr/bin/c++... gcc3
  719. checking how to run the C++ preprocessor... /usr/bin/c++ -E
  720. checking for ld used by /usr/bin/c++... /usr/bin/ld -m elf_x86_64
  721. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  722. checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  723. checking for /usr/bin/c++ option to produce PIC... -fPIC -DPIC
  724. checking if /usr/bin/c++ PIC flag -fPIC -DPIC works... yes
  725. checking if /usr/bin/c++ static flag -static works... yes
  726. checking if /usr/bin/c++ supports -c -o file.o... yes
  727. checking if /usr/bin/c++ supports -c -o file.o... (cached) yes
  728. checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  729. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  730. checking how to hardcode library paths into programs... immediate
  731. checking for flex... no
  732. checking for lex... no
  733. *******************************************************************
  734. You do not seem to have flex. While flex is not required to build
  735. libconfig, you may need it to regenerate the lexer if you change
  736. the scanner.l file.
  737. *******************************************************************
  738. checking for bison... no
  739. checking for byacc... no
  740. *******************************************************************
  741. You do not seem to have bison. While bison is not required to build
  742. libconfig, you may need it to regenerate the parser if you change
  743. the grammar.y file.
  744. *******************************************************************
  745. checking for compiler switch to enable full C/C++ warnings... (cannot determine)
  746. checking for ANSI C header files... (cached) yes
  747. checking for unistd.h... (cached) yes
  748. checking for stdint.h... (cached) yes
  749. checking xlocale.h usability... yes
  750. checking xlocale.h presence... yes
  751. checking for xlocale.h... yes
  752. checking for an ANSI C-conforming const... yes
  753. checking for newlocale... yes
  754. checking for uselocale... yes
  755. checking for freelocale... yes
  756. checking that generated files are newer than configure... done
  757. configure: creating ./config.status
  758. config.status: creating Makefile
  759. config.status: creating lib/Makefile
  760. config.status: creating lib/libconfig.pc
  761. config.status: creating lib/libconfig++.pc
  762. config.status: creating doc/Makefile
  763. config.status: creating examples/Makefile
  764. config.status: creating examples/c/Makefile
  765. config.status: creating examples/c++/Makefile
  766. config.status: creating tinytest/Makefile
  767. config.status: creating tests/Makefile
  768. config.status: creating libconfig.spec
  769. config.status: creating ac_config.h
  770. config.status: executing depfiles commands
  771. config.status: executing libtool commands
  772. [ 55%] Performing build step for 'libconfig'
  773. Making all in lib
  774. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-strbuf.lo -MD -MP -MF .deps/libconfig_la-strbuf.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/strbuf.c  -fPIC -DPIC -o .libs/libconfig_la-strbuf.o
  775. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-libconfig.lo -MD -MP -MF .deps/libconfig_la-libconfig.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfig.c  -fPIC -DPIC -o .libs/libconfig_la-libconfig.o
  776. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-grammar.lo -MD -MP -MF .deps/libconfig_la-grammar.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/grammar.c  -fPIC -DPIC -o .libs/libconfig_la-grammar.o
  777. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-libconfig.lo -MD -MP -MF .deps/libconfig___la-libconfig.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfig.c  -fPIC -DPIC -o .libs/libconfig___la-libconfig.o
  778. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-scanner.lo -MD -MP -MF .deps/libconfig___la-scanner.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanner.c  -fPIC -DPIC -o .libs/libconfig___la-scanner.o
  779. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-grammar.lo -MD -MP -MF .deps/libconfig___la-grammar.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/grammar.c  -fPIC -DPIC -o .libs/libconfig___la-grammar.o
  780. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-scanner.lo -MD -MP -MF .deps/libconfig_la-scanner.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanner.c  -fPIC -DPIC -o .libs/libconfig_la-scanner.o
  781. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-scanctx.lo -MD -MP -MF .deps/libconfig_la-scanctx.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanctx.c  -fPIC -DPIC -o .libs/libconfig_la-scanctx.o
  782. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-strbuf.lo -MD -MP -MF .deps/libconfig_la-strbuf.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/strbuf.c -o libconfig_la-strbuf.o >/dev/null 2>&1
  783. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-scanctx.lo -MD -MP -MF .deps/libconfig___la-scanctx.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanctx.c  -fPIC -DPIC -o .libs/libconfig___la-scanctx.o
  784. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-scanctx.lo -MD -MP -MF .deps/libconfig_la-scanctx.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanctx.c -o libconfig_la-scanctx.o >/dev/null 2>&1
  785. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-grammar.lo -MD -MP -MF .deps/libconfig_la-grammar.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/grammar.c -o libconfig_la-grammar.o >/dev/null 2>&1
  786. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-scanctx.lo -MD -MP -MF .deps/libconfig___la-scanctx.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanctx.c -o libconfig___la-scanctx.o >/dev/null 2>&1
  787. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-grammar.lo -MD -MP -MF .deps/libconfig___la-grammar.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/grammar.c -o libconfig___la-grammar.o >/dev/null 2>&1
  788. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-strbuf.lo -MD -MP -MF .deps/libconfig___la-strbuf.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/strbuf.c  -fPIC -DPIC -o .libs/libconfig___la-strbuf.o
  789. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-strbuf.lo -MD -MP -MF .deps/libconfig___la-strbuf.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/strbuf.c -o libconfig___la-strbuf.o >/dev/null 2>&1
  790. libtool: compile:  /usr/bin/c++ -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-libconfigcpp.lo -MD -MP -MF .deps/libconfig___la-libconfigcpp.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfigcpp.c++  -fPIC -DPIC -o .libs/libconfig___la-libconfigcpp.o
  791. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-libconfig.lo -MD -MP -MF .deps/libconfig_la-libconfig.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfig.c -o libconfig_la-libconfig.o >/dev/null 2>&1
  792. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig_la-scanner.lo -MD -MP -MF .deps/libconfig_la-scanner.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanner.c -o libconfig_la-scanner.o >/dev/null 2>&1
  793. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-libconfig.lo -MD -MP -MF .deps/libconfig___la-libconfig.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfig.c -o libconfig___la-libconfig.o >/dev/null 2>&1
  794. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-scanner.lo -MD -MP -MF .deps/libconfig___la-scanner.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/scanner.c -o libconfig___la-scanner.o >/dev/null 2>&1
  795. libtool: link: /usr/bin/cc -shared  -fPIC -DPIC  .libs/libconfig_la-libconfig.o .libs/libconfig_la-scanner.o .libs/libconfig_la-grammar.o .libs/libconfig_la-scanctx.o .libs/libconfig_la-strbuf.o    -O2   -Wl,-soname -Wl,libconfig.so.9 -o .libs/libconfig.so.9.2.0
  796. libtool: link: (cd ".libs" && rm -f "libconfig.so.9" && ln -s "libconfig.so.9.2.0" "libconfig.so.9")
  797. libtool: link: (cd ".libs" && rm -f "libconfig.so" && ln -s "libconfig.so.9.2.0" "libconfig.so")
  798. libtool: link: ar cru .libs/libconfig.a  libconfig_la-libconfig.o libconfig_la-scanner.o libconfig_la-grammar.o libconfig_la-scanctx.o libconfig_la-strbuf.o
  799. ar: `u' modifier ignored since `D' is the default (see `U')
  800. libtool: link: ranlib .libs/libconfig.a
  801. libtool: link: ( cd ".libs" && rm -f "libconfig.la" && ln -s "../libconfig.la" "libconfig.la" )
  802. libtool: compile:  /usr/bin/c++ -DHAVE_CONFIG_H -I. -I<home>/<prefix>/stinger/build/external/src/libconfig/lib -I.. -DPARSER_PREFIX=\"libconfig_yy\" -D_REENTRANT -g -O2 -MT libconfig___la-libconfigcpp.lo -MD -MP -MF .deps/libconfig___la-libconfigcpp.Tpo -c <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfigcpp.c++ -o libconfig___la-libconfigcpp.o >/dev/null 2>&1
  803. libtool: link: /usr/bin/c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o  .libs/libconfig___la-libconfig.o .libs/libconfig___la-scanner.o .libs/libconfig___la-grammar.o .libs/libconfig___la-scanctx.o .libs/libconfig___la-strbuf.o .libs/libconfig___la-libconfigcpp.o   -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o  -O2   -Wl,-soname -Wl,libconfig++.so.9 -o .libs/libconfig++.so.9.2.0
  804. libtool: link: (cd ".libs" && rm -f "libconfig++.so.9" && ln -s "libconfig++.so.9.2.0" "libconfig++.so.9")
  805. libtool: link: (cd ".libs" && rm -f "libconfig++.so" && ln -s "libconfig++.so.9.2.0" "libconfig++.so")
  806. libtool: link: ar cru .libs/libconfig++.a  libconfig___la-libconfig.o libconfig___la-scanner.o libconfig___la-grammar.o libconfig___la-scanctx.o libconfig___la-strbuf.o libconfig___la-libconfigcpp.o
  807. ar: `u' modifier ignored since `D' is the default (see `U')
  808. libtool: link: ranlib .libs/libconfig++.a
  809. libtool: link: ( cd ".libs" && rm -f "libconfig++.la" && ln -s "../libconfig++.la" "libconfig++.la" )
  810. Making all in doc
  811. Making all in tinytest
  812. ar: `u' modifier ignored since `D' is the default (see `U')
  813. Making all in tests
  814. libtool: link: /usr/bin/cc -g -O2 -o .libs/libconfig_tests libconfig_tests-tests.o  -L../tinytest -ltinytest -L../lib/.libs <home>/<prefix>/stinger/build/external/src/libconfig-build/lib/.libs/libconfig.so -Wl,-rpath -Wl,<home>/<prefix>/stinger/build/lib
  815. [ 55%] Performing install step for 'libconfig'
  816. Making install in lib
  817. /bin/mkdir -p '<home>/<prefix>/stinger/build/lib'
  818. /bin/mkdir -p '<home>/<prefix>/stinger/build/include'
  819. /bin/mkdir -p '<home>/<prefix>/stinger/build/lib/pkgconfig'
  820. /bin/bash ../libtool   --mode=install /usr/bin/install -c   libconfig.la libconfig++.la '<home>/<prefix>/stinger/build/lib'
  821. /usr/bin/install -c -m 644 libconfig.pc libconfig++.pc '<home>/<prefix>/stinger/build/lib/pkgconfig'
  822. /usr/bin/install -c -m 644 libconfig.h <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfig.h++ '<home>/<prefix>/stinger/build/include'
  823. libtool: install: /usr/bin/install -c .libs/libconfig.so.9.2.0 <home>/<prefix>/stinger/build/lib/libconfig.so.9.2.0
  824. libtool: install: (cd <home>/<prefix>/stinger/build/lib && { ln -s -f libconfig.so.9.2.0 libconfig.so.9 || { rm -f libconfig.so.9 && ln -s libconfig.so.9.2.0 libconfig.so.9; }; })
  825. libtool: install: (cd <home>/<prefix>/stinger/build/lib && { ln -s -f libconfig.so.9.2.0 libconfig.so || { rm -f libconfig.so && ln -s libconfig.so.9.2.0 libconfig.so; }; })
  826. libtool: install: /usr/bin/install -c .libs/libconfig.lai <home>/<prefix>/stinger/build/lib/libconfig.la
  827. libtool: install: /usr/bin/install -c .libs/libconfig++.so.9.2.0 <home>/<prefix>/stinger/build/lib/libconfig++.so.9.2.0
  828. libtool: install: (cd <home>/<prefix>/stinger/build/lib && { ln -s -f libconfig++.so.9.2.0 libconfig++.so.9 || { rm -f libconfig++.so.9 && ln -s libconfig++.so.9.2.0 libconfig++.so.9; }; })
  829. libtool: install: (cd <home>/<prefix>/stinger/build/lib && { ln -s -f libconfig++.so.9.2.0 libconfig++.so || { rm -f libconfig++.so && ln -s libconfig++.so.9.2.0 libconfig++.so; }; })
  830. libtool: install: /usr/bin/install -c .libs/libconfig++.lai <home>/<prefix>/stinger/build/lib/libconfig++.la
  831. libtool: install: /usr/bin/install -c .libs/libconfig.a <home>/<prefix>/stinger/build/lib/libconfig.a
  832. libtool: install: chmod 644 <home>/<prefix>/stinger/build/lib/libconfig.a
  833. libtool: install: ranlib <home>/<prefix>/stinger/build/lib/libconfig.a
  834. libtool: install: /usr/bin/install -c .libs/libconfig++.a <home>/<prefix>/stinger/build/lib/libconfig++.a
  835. libtool: install: chmod 644 <home>/<prefix>/stinger/build/lib/libconfig++.a
  836. libtool: install: ranlib <home>/<prefix>/stinger/build/lib/libconfig++.a
  837. libtool: finish: PATH="<home>/torch/install/bin:<home>/torch/install/bin:<home>/torch/install/bin:<home>/torch/install/bin:<home>/torch/install/bin:<home>/torch/install/bin:<home>/torch/install/bin:/usr/local/bin/:/usr/local/cuda-8.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n <home>/<prefix>/stinger/build/lib
  838. ----------------------------------------------------------------------
  839. Libraries have been installed in:
  840.   <home>/<prefix>/stinger/build/lib
  841.  
  842. If you ever happen to want to link against installed libraries
  843. in a given directory, LIBDIR, you must either use libtool, and
  844. specify the full pathname of the library, or use the `-LLIBDIR'
  845. flag during linking and do at least one of the following:
  846.   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  847.     during execution
  848.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  849.     during linking
  850.   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  851.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  852.  
  853. See any operating system documentation about shared libraries for
  854. more information, such as the ld(1) and ld.so(8) manual pages.
  855. ----------------------------------------------------------------------
  856. Making install in doc
  857. /bin/mkdir -p '<home>/<prefix>/stinger/build/share/info'
  858. /usr/bin/install -c -m 644 <home>/<prefix>/stinger/build/external/src/libconfig/doc/libconfig.info '<home>/<prefix>/stinger/build/share/info'
  859. install-info --info-dir='<home>/<prefix>/stinger/build/share/info' '<home>/<prefix>/stinger/build/share/info/libconfig.info'
  860. Making install in tinytest
  861. Making install in tests
  862. [ 55%] Completed 'libconfig'
  863. [ 55%] Built target libconfig
  864. Makefile:94: recipe for target 'all' failed
  865. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment