Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apt-cache search cmake
- cmake - cross-platform, open-source make system
- cmake-data - CMake data files (modules, templates and documentation)
- cmake-doc - extended documentation in various formats for CMake
- bear - generate compilation database for Clang tooling
- catkin - Low-level build system macros and infrastructure for Robot OS
- cmake-curses-gui - curses based user interface for CMake (ccmake)
- cmake-extras - Extra CMake utility modules.
- cmake-fedora - Set of scripts and cmake modules that simply the release process
- cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
- debmake-doc - Guide for Debian Maintainers
- extra-cmake-modules - Extra modules and scripts for CMake
- fp-utils - Free Pascal - utilities dependency package
- fp-utils-3.0.0 - Free Pascal - utilities
- icmake - Intelligent C-like MAKEr, or the ICce MAKE utility.
- icmake-doc - Documentation files for icmake
- kdevelop-pg-qt - LL(1) parser generator based on Qt
- libccd-dev - Library for collision detection between convex shapes - dev files
- libconsole-bridge-dev - console bridge - development files
- libconsole-bridge0.2v5 - console bridge - library
- libconsole-bridge0.2v5-dbg - console bridge - debugging symbols
- libdlrestrictions-dev - development files for the DLRestrictions library
- libghc-highlighting-kate-dev - syntax highlighting library based on Kate syntax descriptions
- libghc-highlighting-kate-doc - library documentation for highlighting-kate; documentation
- libghc-highlighting-kate-prof - highlighting-kate library with profiling enabled; profiling libraries
- libkf5kdelibs4support-data - Porting aid from KDELibs4.
- libkf5kdelibs4support-dev - development files for kde4support
- libkf5kdelibs4support5 - Porting aid from KDELibs4.
- libkf5kdelibs4support5-bin - Porting aid from KDELibs4.
- libkf5kdelibs4support5-dbg - debug symbols for kde4support
- libkfilemetadata-dev - library for extracting file metadata -- development files
- libkolab-dev - Development package for Kolab library
- libktorrent-dev - development files for the KTorrent Library
- libmarc-file-marcmaker-perl - work with MARCMaker/MARCBreaker records
- libresample1 - real-time audio resampling library - shared libraries
- libresample1-dev - real-time audio resampling library - development files
- libsdformat4-dev - Simulation Description Format (SDF) parser - Development files
- liburdfdom-dev - URDF DOM - development files
- libwibble-dev - Library of various useful C++ code
- plasma-widget-makestatus - Plasma widget that shows the status of CMake builds
- python-catkin-pkg - Low-level build system macros for Robot OS -- Python module
- ros-cmake-modules - Robot OS CMake Modules
- ros-message-generation - Generates build-time messaging dependencies for Robot OS packages
- ros-message-runtime - Generates runtime messaging dependencies for Robot OS package
- ros-mk - Robot OS make file helpers
- ➜ build git:(master) cmake ..
- -- The C compiler identification is GNU 5.4.0
- -- The CXX compiler identification is GNU 5.4.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Try OpenMP C flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Try OpenMP CXX flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Found OpenMP: -fopenmp
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - found
- -- Found Threads: TRUE
- -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so
- -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
- -- Configuring done
- -- Generating done
- -- Build files have been written to: <home>/<prefix>/stinger/build
- ➜ build git:(master) make -j8
- [ 0%] Generating ../../include/compat/luc.h
- [ 0%] Generating ../../include/fmemopen/fmemopen.h
- [ 0%] Generating ../../include/int_hm_seq/int_hm_seq.h
- Scanning dependencies of target libconfig
- [ 0%] Generating ../../include/int64vector/int64vector.h
- [ 0%] Generating ../../include/int_ht_seq/int_ht_seq.h
- Scanning dependencies of target gtest
- [ 0%] Generating ../../include/string/astring.h
- [ 1%] Creating directories for 'libconfig'
- Scanning dependencies of target fmemopen
- Scanning dependencies of target int_hm_seq
- Scanning dependencies of target int64vector
- [ 1%] Generating ../../include/compat/getMemorySize.h
- Scanning dependencies of target int_ht_seq
- [ 2%] Building C object lib/fmemopen/CMakeFiles/fmemopen.dir/src/fmemopen.c.o
- [ 2%] Building CXX object external/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
- Scanning dependencies of target string
- [ 3%] Building C object lib/intvec/CMakeFiles/int64vector.dir/src/int64vector.c.o
- [ 4%] Building C object lib/int_hm_seq/CMakeFiles/int_hm_seq.dir/src/int-hm-seq.c.o
- [ 4%] Building C object lib/int_ht_seq/CMakeFiles/int_ht_seq.dir/src/int-ht-seq.c.o
- [ 4%] Building C object lib/string/CMakeFiles/string.dir/src/astring.c.o
- [ 4%] Linking C shared library ../libfmemopen.so
- Scanning dependencies of target compat
- [ 4%] Building C object lib/compat/CMakeFiles/compat.dir/src/getMemorySize.c.o
- [ 4%] Performing download step (verify and extract) for 'libconfig'
- [ 4%] Linking C shared library ../libint64vector.so
- [ 5%] Linking C shared library ../libint_ht_seq.so
- -- verifying file...
- file='<home>/<prefix>/stinger/external/libconfig-1.5.tar.gz'
- [ 5%] Linking C shared library ../libint_hm_seq.so
- -- verifying file... done
- [ 5%] Built target fmemopen
- [ 6%] Building CXX object lib/compat/CMakeFiles/compat.dir/src/luc.cc.o
- -- extracting...
- src='<home>/<prefix>/stinger/external/libconfig-1.5.tar.gz'
- dst='<home>/<prefix>/stinger/build/external/src/libconfig'
- -- extracting... [tar xfz]
- [ 6%] Generating ../../include/mongo_c_driver/mongo.h
- [ 7%] Linking C shared library ../libstring.so
- [ 7%] Built target int64vector
- -- extracting... [analysis]
- -- extracting... [rename]
- -- extracting... [clean up]
- -- extracting... done
- [ 7%] Built target int_hm_seq
- [ 8%] Generating ../../include/mongo_c_driver/bson.h
- [ 8%] Generating ../../include/mongo_c_driver/bcon.h
- [ 8%] Built target int_ht_seq
- [ 8%] Generating ../../include/mongo_c_driver/encoding.h
- [ 8%] Linking CXX shared library ../libcompat.so
- [ 8%] Generating ../../include/mongoose/mongoose.h
- [ 8%] Built target string
- [ 8%] No patch step for 'libconfig'
- [ 8%] Generating ../../include/mongo_c_driver/env.h
- [ 8%] Generating ../../include/mongo_c_driver/gridfs.h
- [ 9%] Generating ../../include/mongo_c_driver/md5.h
- Scanning dependencies of target mongoose
- [ 9%] No update step for 'libconfig'
- [ 10%] Generating ../../include/pugixml/pugixml.hpp
- [ 10%] Building C object lib/mongoose/CMakeFiles/mongoose.dir/src/mongoose.c.o
- Scanning dependencies of target protobuf
- [ 11%] Generating ../../include/sqlite/sqlite3.h
- Scanning dependencies of target mongo_c_driver
- [ 12%] Performing configure step for 'libconfig'
- [ 12%] Built target compat
- [ 12%] Built target protobuf
- [ 12%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/bcon.c.o
- [ 12%] Generating ../../include/pugixml/pugiconfig.hpp
- [ 12%] Generating ../../include/pugixml/foreach.hpp
- Scanning dependencies of target rapidjson
- Scanning dependencies of target sqlite
- [ 12%] Generating ../../include/rapidjson/doc_to_val.h
- [ 12%] Generating ../../include/vtx_set/vtx_set.h
- Scanning dependencies of target pugixml
- [ 12%] Building CXX object lib/pugixml/CMakeFiles/pugixml.dir/src/pugixml.cpp.o
- [ 13%] Generating ../../include/rapidjson/document.h
- [ 13%] Building C object lib/sqlite/CMakeFiles/sqlite.dir/src/sqlite3.c.o
- Scanning dependencies of target vtx_set
- [ 14%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/bson.c.o
- [ 14%] Building C object lib/vtx_set/CMakeFiles/vtx_set.dir/src/vtx_set.c.o
- [ 14%] Generating ../../include/rapidjson/filestream.h
- [ 14%] Generating ../../include/rapidjson/prettywriter.h
- checking build system type... [ 15%] Linking C shared library ../libvtx_set.so
- [ 16%] Generating ../../include/rapidjson/rapidjson.h
- x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking target system type... x86_64-unknown-linux-gnu
- checking for a BSD-compatible install... [ 16%] Built target vtx_set
- /usr/bin/install -c
- checking whether build environment is sane... [ 16%] Generating ../../include/rapidjson/reader.h
- yes
- [ 16%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/encoding.c.o
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- [ 16%] Generating ../../include/rapidjson/stringbuffer.h
- configure: libconfig - made with pride in California
- [ 16%] Generating ../../include/rapidjson/writer.h
- [ 16%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/env.c.o
- Scanning dependencies of target stinger_scape_alg_data
- [ 16%] Building C object src/clients/tools/CMakeFiles/stinger_scape_alg_data.dir/scrape_alg_data/src/scrape_mmap.c.o
- [ 17%] Generating ../../include/rapidjson/internal/pow10.h
- [ 18%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/gridfs.c.o
- [ 18%] Generating ../../include/rapidjson/internal/stack.h
- [ 18%] Linking C executable ../../../bin/stinger_scape_alg_data
- [ 18%] Generating ../../include/rapidjson/internal/strfunc.h
- [ 18%] Built target stinger_scape_alg_data
- [ 18%] Built target rapidjson
- [ 18%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/md5.c.o
- [ 18%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/mongo.c.o
- [ 19%] Linking C shared library ../libmongoose.so
- [ 19%] Generating ../../include/kv_store/kv_store.h
- [ 19%] Built target mongoose
- [ 20%] Generating ../../include/stinger_core/stinger_batch_insert.h
- Scanning dependencies of target kv_store
- [ 21%] Generating ../../include/stinger_core/core_util.h
- [ 21%] Building C object lib/kv_store/CMakeFiles/kv_store.dir/src/kv_store.c.o
- [ 21%] Generating ../../include/stinger_core/stinger.h
- [ 21%] Building C object lib/mongo_c_driver/CMakeFiles/mongo_c_driver.dir/src/numbers.c.o
- [ 21%] Generating ../../include/stinger_core/stinger_atomics.h
- [ 22%] Generating ../../include/stinger_core/stinger_deprecated.h
- [ 23%] Linking C shared library ../libmongo_c_driver.so
- [ 23%] Generating ../../include/stinger_core/stinger_error.h
- [ 23%] Generating ../../include/stinger_core/stinger_internal.h
- [ 23%] Generating ../../include/stinger_core/stinger_physmap.h
- [ 24%] Generating ../../include/stinger_core/stinger_return.h
- [ 24%] Built target mongo_c_driver
- [ 24%] Generating ../../include/stinger_core/stinger_shared.h
- [ 24%] Generating ../../include/stinger_core/stinger_traversal.h
- [ 25%] Generating ../../include/stinger_core/stinger_vertex.h
- [ 25%] Generating ../../include/stinger_core/x86_full_empty.h
- [ 25%] Generating ../../include/stinger_core/xmalloc.h
- [ 26%] Linking C shared library ../libkv_store.so
- Scanning dependencies of target stinger_core
- [ 26%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/core_util.c.o
- [ 26%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_deprecated.c.o
- [ 26%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger.c.o
- [ 26%] Built target kv_store
- [ 27%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_names.c.o
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
- from <home>/<prefix>/stinger/build/include/stinger_core/core_util.h:9,
- from <home>/<prefix>/stinger/lib/stinger_core/src/stinger_deprecated.c:1:
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_deprecated.c: In function ‘stinger_gather_typed_successors_serial’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:125:5: note: in expansion of macro ‘MAP_STING’
- MAP_STING(STINGER_); \
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:173:3: note: in expansion of macro ‘STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN’
- STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN(STINGER_,VTX_,if (STINGER_IS_OUT_EDGE),if (current_eb__->etype == TYPE_),)
- ^
- <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’
- STINGER_FORALL_OUT_EDGES_OF_TYPE_OF_VTX_BEGIN(G, v, type) {
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
- from <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:10:
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vertices_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:22:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_physmap_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:28:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vtype_names_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:34:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_etype_names_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:40:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vtype_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:117:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vtype_set’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:123:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:131:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_set’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:137:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_increment’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:143:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_vweight_increment_atomic’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:149:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_adjacency_get’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:156:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘get_from_ebpool’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:248:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_max_total_edges’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:444:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘stinger_graph_size’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:459:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c: In function ‘new_blk_ebs’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger.c:957:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(G);
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c: In function ‘stinger_names_create_type’:
- <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]
- int64_t index = xor_hash(name, length) % (sn->max_types * 2);
- ^
- <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 *’
- xor_hash(uint8_t * byte_string, int64_t length) {
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_names.c: In function ‘stinger_names_lookup_type’:
- <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]
- int64_t index = xor_hash(name, length) % (sn->max_types * 2);
- ^
- <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 *’
- xor_hash(uint8_t * byte_string, int64_t length) {
- ^
- [ 27%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_names_sqlite.c.o
- [ 27%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_physmap.c.o
- [ 28%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_shared.c.o
- [ 28%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/stinger_vertex.c.o
- [ 28%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/xmalloc.c.o
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c: In function ‘stinger_vertices_new’:
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c:15:30: warning: implicit declaration of function ‘xcalloc’ [-Wimplicit-function-declaration]
- stinger_vertices_t * rtn = xcalloc(1, sizeof(stinger_vertices_t) + max_vertices * sizeof(stinger_vertex_t));
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c:15:30: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c: In function ‘stinger_vertices_vertex_get’:
- <home>/<prefix>/stinger/lib/stinger_core/src/stinger_vertex.c:48:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- return &(vertices->vertices[v]);
- ^
- [ 29%] Building C object lib/stinger_core/CMakeFiles/stinger_core.dir/src/x86_full_empty.c.o
- <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c: In function ‘readfe’:
- <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]
- if(val == stinger_int64_cas(v, val, MARKER))
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/x86_full_empty.h:24:0,
- from <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:13:
- <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 *}’
- stinger_int64_cas (int64_t * x, int64_t origx, int64_t newx)
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c: In function ‘writeef’:
- <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]
- if(MARKER == stinger_int64_cas(v, MARKER, new_val))
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/x86_full_empty.h:24:0,
- from <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:13:
- <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 *}’
- stinger_int64_cas (int64_t * x, int64_t origx, int64_t newx)
- ^
- <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c: In function ‘writeff’:
- <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]
- if(val == stinger_int64_cas(v, val, new_val))
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/x86_full_empty.h:24:0,
- from <home>/<prefix>/stinger/lib/stinger_core/src/x86_full_empty.c:13:
- <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 *}’
- stinger_int64_cas (int64_t * x, int64_t origx, int64_t newx)
- ^
- [ 29%] Linking C shared library ../libstinger_core.so
- [ 29%] Built target stinger_core
- [ 29%] Generating ../../include/stinger_utils/xml_support.h
- [ 29%] Generating ../../include/stinger_utils/csv.h
- Scanning dependencies of target stinger_scrape_vertex_data
- [ 29%] Generating ../../include/stinger_alg/modularity.h
- [ 30%] Building C object src/clients/tools/CMakeFiles/stinger_scrape_vertex_data.dir/scrape_vertex_data/src/scrape_vertex_data.c.o
- [ 30%] Generating ../../include/stinger_alg/adamic_adar.h
- [ 30%] Generating ../../include/stinger_utils/dimacs_support.h
- [ 31%] Generating ../../include/stinger_utils/graph_construct.h
- [ 31%] Generating ../../include/stinger_alg/betweenness.h
- [ 32%] Generating ../../include/stinger_alg/clustering.h
- [ 32%] Generating ../../include/stinger_utils/histogram.h
- [ 32%] Linking C executable ../../../bin/stinger_scrape_vertex_data
- [ 32%] Generating ../../include/stinger_utils/json_support.h
- [ 32%] Generating ../../include/stinger_alg/community_on_demand.h
- [ 32%] Generating ../../include/stinger_utils/metisish_support.h
- [ 32%] Linking CXX shared library ../libpugixml.so
- [ 32%] Built target stinger_scrape_vertex_data
- [ 33%] Generating ../../include/stinger_alg/pagerank.h
- [ 33%] Generating ../../include/stinger_alg/kcore.h
- [ 34%] Generating ../../include/stinger_utils/stinger_la.h
- [ 34%] Generating ../../include/stinger_utils/stinger_test.h
- [ 34%] Generating ../../include/stinger_utils/stinger_utils.h
- [ 34%] Generating ../../include/stinger_alg/random.h
- [ 34%] Generating ../../include/stinger_alg/rmat.h
- [ 35%] Generating ../../include/stinger_alg/static_components.h
- [ 36%] Generating ../../include/stinger_utils/timer.h
- [ 36%] Generating ../../include/stinger_alg/weakly_connected_components.h
- [ 36%] Generating ../../include/stinger_alg/streaming_connected_components.h
- [ 36%] Generating ../../include/stinger_alg/shortest_paths.h
- Scanning dependencies of target stinger_utils
- [ 37%] Generating ../../include/stinger_alg/diameter.h
- [ 37%] Generating ../../include/stinger_alg/independent_sets.h
- [ 37%] Generating ../../include/stinger_alg/graph_partition.h
- [ 37%] Built target pugixml
- [ 38%] Generating ../../include/stinger_alg/hits_centrality.h
- [ 38%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/csv.c.o
- [ 39%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/dimacs_support.c.o
- [ 39%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/graph_construct.c.o
- [ 39%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/histogram.c.o
- Scanning dependencies of target stinger_alg
- [ 39%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/adamic_adar.c.o
- [ 39%] Building CXX object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/json_graph.cpp.o
- [ 40%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/json_support.c.o
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
- from <home>/<prefix>/stinger/build/include/stinger_core/stinger_atomics.h:10,
- from <home>/<prefix>/stinger/build/include/stinger_alg/adamic_adar.h:4,
- from <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:1:
- <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c: In function ‘adamic_adar’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:125:5: note: in expansion of macro ‘MAP_STING’
- MAP_STING(STINGER_); \
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:149:3: note: in expansion of macro ‘STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN’
- STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN(STINGER_,VTX_,,,)
- ^
- <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:85:7: note: in expansion of macro ‘STINGER_FORALL_EDGES_OF_VTX_BEGIN’
- STINGER_FORALL_EDGES_OF_VTX_BEGIN(S,v) {
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:125:5: note: in expansion of macro ‘MAP_STING’
- MAP_STING(STINGER_); \
- ^
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_traversal.h:167:3: note: in expansion of macro ‘STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN’
- STINGER_GENERIC_FORALL_EDGES_OF_VTX_BEGIN(STINGER_,VTX_,,if (current_eb__->etype == TYPE_),)
- ^
- <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’
- STINGER_FORALL_EDGES_OF_TYPE_OF_VTX_BEGIN(S,etype,v) {
- ^
- <home>/<prefix>/stinger/lib/stinger_alg/src/adamic_adar.c:109:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
- output_scores = (int64_t *) xmalloc (two_hop_size * sizeof(double));
- ^
- [ 40%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/metisish_support.c.o
- [ 41%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/betweenness.c.o
- [ 41%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_extract.c.o
- In file included from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:0:
- <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘stinger_physmap_id_to_json’:
- <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]
- JSON_STRING(id, stinger_names_lookup_name(p, v));
- ^
- <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:20:133: note: in definition of macro ‘JSON_STRING’
- #define JSON_STRING(NAME,VAL) JSON_PRINT_INDENT(); fprintf(json_out, "%s\"%s\" : \"%s\"", not_first++ ? ",\n" : "\n", #NAME, VAL);
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger_vertex.h:12:0,
- from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:11,
- from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:9,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
- <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 *}’
- stinger_names_lookup_name(stinger_names_t * sn, int64_t type);
- ^
- <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘stinger_vertex_to_json_with_type_strings’:
- <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]
- char * vtype = stinger_names_lookup_name(tn,vout->type);
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger_vertex.h:12:0,
- from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:11,
- from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:9,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
- <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 *}’
- stinger_names_lookup_name(stinger_names_t * sn, int64_t type);
- ^
- <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘egonet_to_json’:
- <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]
- string_append_cstr(&vertices, vtx_str);
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:10:0,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
- <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 **}’
- string_append_cstr(string_t * dest, char * s);
- ^
- <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c: In function ‘group_to_json’:
- <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]
- string_append_cstr(&vertices, vtx_str);
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_utils/json_support.h:10:0,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/json_support.c:1:
- <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 **}’
- string_append_cstr(string_t * dest, char * s);
- ^
- [ 42%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_la.c.o
- [ 42%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/clustering.c.o
- [ 42%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/community_on_demand.c.o
- [ 42%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/kcore.c.o
- <home>/<prefix>/stinger/lib/stinger_alg/src/community_on_demand.c: In function ‘community_on_demand’:
- <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]
- community_detection(S, nv, output_partitions, (int64_t) 5);
- ^
- In file included from <home>/<prefix>/stinger/lib/stinger_alg/src/community_on_demand.c:2:0:
- <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 *}’
- void community_detection(stinger_t * S, int64_t NV, int64_t * partitions, int64_t maxIter);
- ^
- [ 43%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/pagerank.c.o
- [ 43%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_test.c.o
- [ 43%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/random.c.o
- [ 43%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/stinger_utils.c.o
- [ 43%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/rmat.c.o
- <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c: In function ‘edge_list_to_stinger’:
- <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:308:73: warning: pointer/integer type mismatch in conditional expression
- stinger_insert_edge (S, 0, sv[i], ev[i], w[i], (timeFirst)?timeFirst:timestamp);
- ^
- <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]
- stinger_insert_edge (S, 0, sv[i], ev[i], w[i], (timeFirst)?timeFirst:timestamp);
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_utils/stinger_utils.h:9:0,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:4:
- <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 *}’
- int stinger_insert_edge (struct stinger *, int64_t /* type */ ,
- ^
- <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]
- stinger_edge_touch (S, sv[i], ev[i], 0, timeRecent);
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_utils/stinger_utils.h:9:0,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:4:
- <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 *}’
- int stinger_edge_touch (struct stinger *, int64_t /* vtx 1 */ ,
- ^
- In file included from <home>/<prefix>/stinger/build/include/stinger_core/stinger.h:23:0,
- from <home>/<prefix>/stinger/build/include/stinger_utils/stinger_utils.h:9,
- from <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:4:
- <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c: In function ‘stinger_sort_edge_list’:
- <home>/<prefix>/stinger/build/include/stinger_core/stinger_internal.h:19:20: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
- uint8_t * _ETA = ((X)->storage + (X)->ETA_start); \
- ^
- <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_utils.c:337:3: note: in expansion of macro ‘MAP_STING’
- MAP_STING(S);
- ^
- <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c: In function ‘run_test’:
- <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=]
- fprintf(output, "Test %lld PASSED\n\n", test_num);
- ^
- <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=]
- fprintf(output, "Test %lld FAILED\n\n", test_num);
- ^
- <home>/<prefix>/stinger/lib/stinger_utils/src/stinger_test.c: In function ‘print_test_summary’:
- <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=]
- fprintf(output, "%lld of %lld tests Passed (%lld registered)\n",passed_tests,ran_tests,th->next_test);
- ^
- <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=]
- <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=]
- [ 44%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/timer.c.o
- [ 44%] Building C object lib/stinger_utils/CMakeFiles/stinger_utils.dir/src/xml_support.c.o
- [ 45%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/static_components.c.o
- [ 45%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/weakly_connected_components.c.o
- [ 45%] Building C object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/streaming_connected_components.c.o
- [ 45%] Building CXX object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/shortest_paths.cpp.o
- [ 46%] Building CXX object lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/diameter.cpp.o
- In file included from <home>/<prefix>/stinger/lib/stinger_alg/src/streaming_connected_components.c:3:0:
- <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
- compilation terminated.
- 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
- make[2]: *** [lib/stinger_alg/CMakeFiles/stinger_alg.dir/src/streaming_connected_components.c.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- [ 46%] Linking CXX shared library ../libstinger_utils.so
- [ 46%] Built target stinger_utils
- [ 47%] Generating ../../stinger_net/proto/stinger-monitor.pb.cc, ../../stinger_net/proto/stinger-monitor.pb.h
- [ 48%] Generating ../../include/stinger_net/send_rcv.h
- [ 48%] Generating ../../include/stinger_net/mon_handling.h
- [ 48%] Generating ../../include/stinger_net/stinger_alg.h
- [ 48%] Generating ../../include/stinger_net/stinger_alg_state.h
- [ 48%] Generating ../../include/stinger_net/stinger_alg_state_c.h
- [ 49%] Generating ../../include/stinger_net/stinger_mon.h
- [ 49%] Generating ../../include/stinger_net/stinger_mon_c.h
- [ 49%] Generating ../../include/stinger_net/stinger_mon_state.h
- [ 50%] Generating ../../include/stinger_net/stinger_server_state.h
- [ 50%] Generating ../../include/stinger_net/stinger_stream.h
- [ 50%] Generating ../../include/stinger_net/stinger_stream_state.h
- [ 50%] Generating ../../include/stinger_net/stinger_local_state_c.h
- [ 51%] Generating ../../stinger_net/proto/stinger-alg.pb.cc, ../../stinger_net/proto/stinger-alg.pb.h
- [ 51%] Generating ../../stinger_net/proto/stinger-batch.pb.cc, ../../stinger_net/proto/stinger-batch.pb.h
- [ 51%] Generating ../../stinger_net/proto/stinger-connect.pb.cc, ../../stinger_net/proto/stinger-connect.pb.h
- CMakeFiles/Makefile2:1970: recipe for target 'lib/stinger_alg/CMakeFiles/stinger_alg.dir/all' failed
- make[1]: *** [lib/stinger_alg/CMakeFiles/stinger_alg.dir/all] Error 2
- make[1]: *** Waiting for unfinished jobs....
- Scanning dependencies of target stinger_net
- [ 51%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/send_rcv.cpp.o
- [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_alg.cpp.o
- [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/mon_handling.cpp.o
- [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_alg_state.cpp.o
- [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_alg_state_c.cpp.o
- [ 52%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_mon.cpp.o
- [ 53%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_mon_c.cpp.o
- [ 53%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_mon_state.cpp.o
- [ 53%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_server_state.cpp.o
- [ 53%] Linking CXX shared library ../../lib/libgtest.so
- [ 54%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_stream.cpp.o
- [ 54%] Built target gtest
- [ 54%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/src/stinger_local_state_c.cpp.o
- [ 54%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-alg.pb.cc.o
- [ 55%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-batch.pb.cc.o
- [ 55%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-connect.pb.cc.o
- [ 55%] Building CXX object lib/stinger_net/CMakeFiles/stinger_net.dir/__/__/stinger_net/proto/stinger-monitor.pb.cc.o
- [ 55%] Linking C shared library ../libsqlite.so
- [ 55%] Built target sqlite
- [ 55%] Linking CXX shared library ../libstinger_net.so
- [ 55%] Built target stinger_net
- checking for style of include used by make... GNU
- checking for gcc... /usr/bin/cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether /usr/bin/cc accepts -g... yes
- checking for /usr/bin/cc option to accept ISO C89... none needed
- checking whether /usr/bin/cc understands -c and -o together... yes
- checking dependency style of /usr/bin/cc... gcc3
- checking how to run the C preprocessor... /usr/bin/cc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for fgrep... /bin/grep -F
- checking for ld used by /usr/bin/cc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok
- checking for sysroot... no
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no
- checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
- checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
- checking if /usr/bin/cc static flag -static works... yes
- checking if /usr/bin/cc supports -c -o file.o... yes
- checking if /usr/bin/cc supports -c -o file.o... (cached) yes
- checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for gcc... (cached) /usr/bin/cc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether /usr/bin/cc accepts -g... (cached) yes
- checking for /usr/bin/cc option to accept ISO C89... (cached) none needed
- checking whether /usr/bin/cc understands -c and -o together... (cached) yes
- checking dependency style of /usr/bin/cc... (cached) gcc3
- checking whether we are using the GNU C++ compiler... yes
- checking whether /usr/bin/c++ accepts -g... yes
- checking dependency style of /usr/bin/c++... gcc3
- checking how to run the C++ preprocessor... /usr/bin/c++ -E
- checking for ld used by /usr/bin/c++... /usr/bin/ld -m elf_x86_64
- checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for /usr/bin/c++ option to produce PIC... -fPIC -DPIC
- checking if /usr/bin/c++ PIC flag -fPIC -DPIC works... yes
- checking if /usr/bin/c++ static flag -static works... yes
- checking if /usr/bin/c++ supports -c -o file.o... yes
- checking if /usr/bin/c++ supports -c -o file.o... (cached) yes
- checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking for flex... no
- checking for lex... no
- *******************************************************************
- You do not seem to have flex. While flex is not required to build
- libconfig, you may need it to regenerate the lexer if you change
- the scanner.l file.
- *******************************************************************
- checking for bison... no
- checking for byacc... no
- *******************************************************************
- You do not seem to have bison. While bison is not required to build
- libconfig, you may need it to regenerate the parser if you change
- the grammar.y file.
- *******************************************************************
- checking for compiler switch to enable full C/C++ warnings... (cannot determine)
- checking for ANSI C header files... (cached) yes
- checking for unistd.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking xlocale.h usability... yes
- checking xlocale.h presence... yes
- checking for xlocale.h... yes
- checking for an ANSI C-conforming const... yes
- checking for newlocale... yes
- checking for uselocale... yes
- checking for freelocale... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating lib/Makefile
- config.status: creating lib/libconfig.pc
- config.status: creating lib/libconfig++.pc
- config.status: creating doc/Makefile
- config.status: creating examples/Makefile
- config.status: creating examples/c/Makefile
- config.status: creating examples/c++/Makefile
- config.status: creating tinytest/Makefile
- config.status: creating tests/Makefile
- config.status: creating libconfig.spec
- config.status: creating ac_config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- [ 55%] Performing build step for 'libconfig'
- Making all in lib
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- libtool: link: (cd ".libs" && rm -f "libconfig.so.9" && ln -s "libconfig.so.9.2.0" "libconfig.so.9")
- libtool: link: (cd ".libs" && rm -f "libconfig.so" && ln -s "libconfig.so.9.2.0" "libconfig.so")
- 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
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libconfig.a
- libtool: link: ( cd ".libs" && rm -f "libconfig.la" && ln -s "../libconfig.la" "libconfig.la" )
- 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
- 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
- libtool: link: (cd ".libs" && rm -f "libconfig++.so.9" && ln -s "libconfig++.so.9.2.0" "libconfig++.so.9")
- libtool: link: (cd ".libs" && rm -f "libconfig++.so" && ln -s "libconfig++.so.9.2.0" "libconfig++.so")
- 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
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libconfig++.a
- libtool: link: ( cd ".libs" && rm -f "libconfig++.la" && ln -s "../libconfig++.la" "libconfig++.la" )
- Making all in doc
- Making all in tinytest
- ar: `u' modifier ignored since `D' is the default (see `U')
- Making all in tests
- 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
- [ 55%] Performing install step for 'libconfig'
- Making install in lib
- /bin/mkdir -p '<home>/<prefix>/stinger/build/lib'
- /bin/mkdir -p '<home>/<prefix>/stinger/build/include'
- /bin/mkdir -p '<home>/<prefix>/stinger/build/lib/pkgconfig'
- /bin/bash ../libtool --mode=install /usr/bin/install -c libconfig.la libconfig++.la '<home>/<prefix>/stinger/build/lib'
- /usr/bin/install -c -m 644 libconfig.pc libconfig++.pc '<home>/<prefix>/stinger/build/lib/pkgconfig'
- /usr/bin/install -c -m 644 libconfig.h <home>/<prefix>/stinger/build/external/src/libconfig/lib/libconfig.h++ '<home>/<prefix>/stinger/build/include'
- libtool: install: /usr/bin/install -c .libs/libconfig.so.9.2.0 <home>/<prefix>/stinger/build/lib/libconfig.so.9.2.0
- 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; }; })
- 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; }; })
- libtool: install: /usr/bin/install -c .libs/libconfig.lai <home>/<prefix>/stinger/build/lib/libconfig.la
- libtool: install: /usr/bin/install -c .libs/libconfig++.so.9.2.0 <home>/<prefix>/stinger/build/lib/libconfig++.so.9.2.0
- 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; }; })
- 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; }; })
- libtool: install: /usr/bin/install -c .libs/libconfig++.lai <home>/<prefix>/stinger/build/lib/libconfig++.la
- libtool: install: /usr/bin/install -c .libs/libconfig.a <home>/<prefix>/stinger/build/lib/libconfig.a
- libtool: install: chmod 644 <home>/<prefix>/stinger/build/lib/libconfig.a
- libtool: install: ranlib <home>/<prefix>/stinger/build/lib/libconfig.a
- libtool: install: /usr/bin/install -c .libs/libconfig++.a <home>/<prefix>/stinger/build/lib/libconfig++.a
- libtool: install: chmod 644 <home>/<prefix>/stinger/build/lib/libconfig++.a
- libtool: install: ranlib <home>/<prefix>/stinger/build/lib/libconfig++.a
- 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
- ----------------------------------------------------------------------
- Libraries have been installed in:
- <home>/<prefix>/stinger/build/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- Making install in doc
- /bin/mkdir -p '<home>/<prefix>/stinger/build/share/info'
- /usr/bin/install -c -m 644 <home>/<prefix>/stinger/build/external/src/libconfig/doc/libconfig.info '<home>/<prefix>/stinger/build/share/info'
- install-info --info-dir='<home>/<prefix>/stinger/build/share/info' '<home>/<prefix>/stinger/build/share/info/libconfig.info'
- Making install in tinytest
- Making install in tests
- [ 55%] Completed 'libconfig'
- [ 55%] Built target libconfig
- Makefile:94: recipe for target 'all' failed
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment