Skip to content

Instantly share code, notes, and snippets.

@cimadai
Created August 8, 2017 03:41
Show Gist options
  • Save cimadai/d92157fb9711e71ce0a291a6a220623a to your computer and use it in GitHub Desktop.
Save cimadai/d92157fb9711e71ce0a291a6a220623a to your computer and use it in GitHub Desktop.
iroha build error
$ sh docker/run-ametsuchi-dev.sh
...
I have no name!@39a278c945a5:/iroha$ cmake -H. -Bbuild; cmake --build build -- -j4;
-- 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
-- -DCMAKE_BUILD_TYPE=Debug
-- -DTESTING=ON
-- -DBENCHMARKING=OFF
-- -DFUZZING=OFF
-- -DCOVERAGE=OFF
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Protobuf: /usr/local/lib/libprotobuf.so (Required is at least version "3.3.0")
-- Found gRPC: /usr/local/lib/libgrpc.so
-- Could NOT find CPP_redis (missing: CPP_redis_INCLUDE_DIR CPP_redis_LIBRARY)
-- Could NOT find PQxx (missing: PQxx_INCLUDE_DIR PQxx_LIBRARY)
-- Downloading information from GitHub about packages for Intel TBB LATEST: https://api.github.com/repos/01org/tbb/releases/latest
-- Downloading Intel TBB library: https://github.com/01org/tbb/archive/2017_U7.tar.gz
-- Unpacking /iroha/build/2017_U7.tar.gz to /iroha/external/2017_U7
-- Building Intel TBB: /usr/bin/make -j2 tbb_build_prefix=tbb_cmake_build_subdir tbb_build_dir=/iroha/build/tbb_cmake_build compiler=gcc
-- Configuring done
-- Generating done
-- Build files have been written to: /iroha/build
Scanning dependencies of target gflags_gflags
Scanning dependencies of target jtv_libpqxx
Scanning dependencies of target gabime_spdlog
Scanning dependencies of target cylix_cpp_redis
[ 0%] Performing configure step for 'gflags_gflags'
[ 0%] Creating directories for 'jtv_libpqxx'
[ 0%] Creating directories for 'cylix_cpp_redis'
CMake Error: The current CMakeCache.txt directory /iroha/external/src/gflags_gflags-build/CMakeCache.txt is different than the directory /opt/iroha/external/src/gflags_gflags-build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
[ 0%] Completed 'gabime_spdlog'
CMake Error: The source "/iroha/external/src/gflags_gflags/CMakeLists.txt" does not match the source "/opt/iroha/external/src/gflags_gflags/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory.
CMakeFiles/gflags_gflags.dir/build.make:109: recipe for target '../external/src/gflags_gflags-stamp/gflags_gflags-configure' failed
make[2]: *** [../external/src/gflags_gflags-stamp/gflags_gflags-configure] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/gflags_gflags.dir/all' failed
make[1]: *** [CMakeFiles/gflags_gflags.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 2%] Built target gabime_spdlog
[ 2%] Performing download step (git clone) for 'cylix_cpp_redis'
[ 2%] Performing download step (git clone) for 'jtv_libpqxx'
Cloning into 'jtv_libpqxx'...
Cloning into 'cylix_cpp_redis'...
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Submodule 'tacopie' (https://github.com/Cylix/tacopie.git) registered for path 'tacopie'
Cloning into 'tacopie'...
Submodule path 'tacopie': checked out '290dc38681f346adae41d3cc8feabbe534424675'
[ 3%] No update step for 'cylix_cpp_redis'
[ 3%] No patch step for 'cylix_cpp_redis'
[ 3%] Performing configure step for 'cylix_cpp_redis'
-- The CXX compiler identification is GNU 5.4.0
-- 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
-- Configuring done
-- Generating done
-- Build files have been written to: /iroha/external/src/cylix_cpp_redis-build
[ 3%] Performing build step for 'cylix_cpp_redis'
Scanning dependencies of target tacopie
[ 2%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/future_client.cpp.o
[ 5%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/logger.cpp.o
[ 8%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/redis_client.cpp.o
Already on 'master'
Your branch is up-to-date with 'origin/master'.
[ 11%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/redis_subscriber.cpp.o
[ 4%] No patch step for 'jtv_libpqxx'
[ 4%] No update step for 'jtv_libpqxx'
[ 4%] Performing configure step for 'jtv_libpqxx'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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
checking for g++... g++
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... [ 13%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/reply.cpp.o
no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... [ 16%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/network/redis_connection.cpp.o
printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /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 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 gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... [ 19%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/array_builder.cpp.o
yes
checking for stdlib.h... yes
checking for string.h... yes
[ 22%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/builders_factory.cpp.o
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... [ 25%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/bulk_string_builder.cpp.o
yes
checking for dlfcn.h... yes
checking for objdir... [ 27%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/error_builder.cpp.o
.libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... [ 30%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/integer_builder.cpp.o
yes
checking if gcc supports -c -o file.o... [ 33%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/reply_builder.cpp.o
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... [ 36%] Building CXX object tacopie/CMakeFiles/tacopie.dir/__/sources/builders/simple_string_builder.cpp.o
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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[ 38%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/error.cpp.o
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... [ 41%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/logger.cpp.o
yes
checking if g++ static flag -static works... [ 44%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/network/tcp_client.cpp.o
[ 47%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/network/tcp_server.cpp.o
yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ 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 whether make sets $(MAKE)... (cached) yes
checking for mkdir... /bin/mkdir
checking for pkg-config... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking maintainer mode...
checking whether g++ accepts -Wno-long-long... yes
checking g++ visibility attribute... yes
checking whether g++ accepts -fvisibility=hidden... yes
checking whether g++ accepts -fvisibility-inlines-hidden... yes
checking g++ const attribute... yes
checking C++14 deprecation attribute... yes
checking g++ deprecation attribute... yes
checking g++ pure attribute... yes
checking for C++14 override support... yes
checking for C++14 final support... [ 50%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/utils/thread_pool.cpp.o
yes
checking for C++17 std::optional support... no
checking for experimental C++17 std::optional support... yes
checking for pg_config... /usr/bin/pg_config
configure: using PostgreSQL headers at /usr/include/postgresql
configure: using PostgreSQL libraries at /usr/lib/x86_64-linux-gnu
checking for ANSI C header files... (cached) yes
checking ability to compile programs using the standard C library... yes
checking for library containing select... none required
checking /usr/include/postgresql/libpq-fe.h usability... [ 52%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/network/unix/io_service.cpp.o
yes
checking /usr/include/postgresql/libpq-fe.h presence... yes
checking for /usr/include/postgresql/libpq-fe.h... yes
checking for ability to compile source files using libpq... yes
checking for main in -lpq... yes
checking for PQexec in -lpq... [ 55%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/network/unix/self_pipe.cpp.o
[ 58%] Building CXX object tacopie/CMakeFiles/tacopie.dir/sources/network/unix/tcp_socket.cpp.o
yes
checking for correct C++ linkage of basic libpq functions... /iroha/external/src/cylix_cpp_redis/tacopie/sources/network/unix/self_pipe.cpp: In member function 'void tacopie::self_pipe::notify()':
/iroha/external/src/cylix_cpp_redis/tacopie/sources/network/unix/self_pipe.cpp:62:33: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
(void) write(m_fds[1], "a", 1);
^
/iroha/external/src/cylix_cpp_redis/tacopie/sources/network/unix/self_pipe.cpp: In member function 'void tacopie::self_pipe::clr_buffer()':
/iroha/external/src/cylix_cpp_redis/tacopie/sources/network/unix/self_pipe.cpp:71:35: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
(void) read(m_fds[0], buf, 1024);
^
yes
checking that type of libpq's Oid is as expected... yes
checking for strerror_r... yes
checking for GNU-style strerror_r... yes
checking for strlcpy... no
checking for working <sys/select.h>... yes
checking for poll()... yes
checking for working fd_set... yes
checking if select() accepts NULL fdsets... [ 61%] Linking CXX static library ../lib/libtacopie.a
yes
checking sleep()... yes
checking for std::isnan()... yes
checking for isnan()... no
checking for std::isinf()...
checking for isinf()... yes
checking for move()... yes
checking whether make sets $(MAKE)... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating test/unit/Makefile
config.status: creating tools/Makefile
config.status: creating win32/Makefile
config.status: creating include/Makefile
config.status: creating include/pqxx/Makefile
config.status: creating libpqxx.pc
config.status: creating pqxx-config
config.status: creating include/pqxx/config.h
config.status: executing depfiles commands
[ 61%] Built target tacopie
Scanning dependencies of target cpp_redis
config.status: executing libtool commands
config.status: executing configitems commands
Generating ./include/pqxx/config-internal-autotools.h: 7 item(s).
Generating ./include/pqxx/config-internal-compiler.h: 12 item(s).
Generating ./include/pqxx/config-public-autotools.h: no items--skipping.
Generating ./include/pqxx/config-public-compiler.h: 8 item(s).
[ 4%] Performing build step for 'jtv_libpqxx'
Making all in include
Making all in pqxx
[ 66%] Building CXX object CMakeFiles/cpp_redis.dir/sources/future_client.cpp.o
[ 66%] Building CXX object CMakeFiles/cpp_redis.dir/sources/redis_client.cpp.o
[ 69%] Building CXX object CMakeFiles/cpp_redis.dir/sources/logger.cpp.o
Making all in src
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT binarystring.lo -MD -MP -MF .deps/binarystring.Tpo -c binarystring.cxx -fPIC -DPIC -o binarystring.o
[ 72%] Building CXX object CMakeFiles/cpp_redis.dir/sources/redis_subscriber.cpp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT connection_base.lo -MD -MP -MF .deps/connection_base.Tpo -c connection_base.cxx -fPIC -DPIC -o connection_base.o
[ 75%] Building CXX object CMakeFiles/cpp_redis.dir/sources/reply.cpp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cxx -fPIC -DPIC -o connection.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c cursor.cxx -fPIC -DPIC -o cursor.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT dbtransaction.lo -MD -MP -MF .deps/dbtransaction.Tpo -c dbtransaction.cxx -fPIC -DPIC -o dbtransaction.o
[ 77%] Building CXX object CMakeFiles/cpp_redis.dir/sources/network/redis_connection.cpp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT errorhandler.lo -MD -MP -MF .deps/errorhandler.Tpo -c errorhandler.cxx -fPIC -DPIC -o errorhandler.o
[ 80%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/array_builder.cpp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT except.lo -MD -MP -MF .deps/except.Tpo -c except.cxx -fPIC -DPIC -o except.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT field.lo -MD -MP -MF .deps/field.Tpo -c field.cxx -fPIC -DPIC -o field.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT largeobject.lo -MD -MP -MF .deps/largeobject.Tpo -c largeobject.cxx -fPIC -DPIC -o largeobject.o
[ 83%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/builders_factory.cpp.o
[ 86%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/bulk_string_builder.cpp.o
[ 88%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/error_builder.cpp.o
[ 91%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/integer_builder.cpp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT nontransaction.lo -MD -MP -MF .deps/nontransaction.Tpo -c nontransaction.cxx -fPIC -DPIC -o nontransaction.o
[ 94%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/reply_builder.cpp.o
[ 97%] Building CXX object CMakeFiles/cpp_redis.dir/sources/builders/simple_string_builder.cpp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT notification.lo -MD -MP -MF .deps/notification.Tpo -c notification.cxx -fPIC -DPIC -o notification.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT pipeline.lo -MD -MP -MF .deps/pipeline.Tpo -c pipeline.cxx -fPIC -DPIC -o pipeline.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT prepared_statement.lo -MD -MP -MF .deps/prepared_statement.Tpo -c prepared_statement.cxx -fPIC -DPIC -o prepared_statement.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT result.lo -MD -MP -MF .deps/result.Tpo -c result.cxx -fPIC -DPIC -o result.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT robusttransaction.lo -MD -MP -MF .deps/robusttransaction.Tpo -c robusttransaction.cxx -fPIC -DPIC -o robusttransaction.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT statement_parameters.lo -MD -MP -MF .deps/statement_parameters.Tpo -c statement_parameters.cxx -fPIC -DPIC -o statement_parameters.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c strconv.cxx -fPIC -DPIC -o strconv.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT subtransaction.lo -MD -MP -MF .deps/subtransaction.Tpo -c subtransaction.cxx -fPIC -DPIC -o subtransaction.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT tablereader.lo -MD -MP -MF .deps/tablereader.Tpo -c tablereader.cxx -fPIC -DPIC -o tablereader.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT tablestream.lo -MD -MP -MF .deps/tablestream.Tpo -c tablestream.cxx -fPIC -DPIC -o tablestream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT tablewriter.lo -MD -MP -MF .deps/tablewriter.Tpo -c tablewriter.cxx -fPIC -DPIC -o tablewriter.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction.lo -MD -MP -MF .deps/transaction.Tpo -c transaction.cxx -fPIC -DPIC -o transaction.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction_base.lo -MD -MP -MF .deps/transaction_base.Tpo -c transaction_base.cxx -fPIC -DPIC -o transaction_base.o
[100%] Linking CXX static library lib/libcpp_redis.a
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT row.lo -MD -MP -MF .deps/row.Tpo -c row.cxx -fPIC -DPIC -o row.o
libtool: compile: g++ -DHAVE_CONFIG_H -I../include -I../include -I/usr/include/postgresql -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cxx -fPIC -DPIC -o util.o
libtool: link: ar cru .libs/libpqxx.a binarystring.o connection_base.o connection.o cursor.o dbtransaction.o errorhandler.o except.o field.o largeobject.o nontransaction.o notification.o pipeline.o prepared_statement.o result.o robusttransaction.o statement_parameters.o strconv.o subtransaction.o tablereader.o tablestream.o tablewriter.o transaction.o transaction_base.o row.o util.o
ar: `u' modifier ignored since `D' is the default (see `U')
[100%] Built target cpp_redis
[ 5%] No install step for 'cylix_cpp_redis'
[ 6%] No test step for 'cylix_cpp_redis'
libtool: link: ranlib .libs/libpqxx.a
[ 6%] Completed 'cylix_cpp_redis'
[ 6%] Built target cylix_cpp_redis
libtool: link: ( cd ".libs" && rm -f "libpqxx.la" && ln -s "../libpqxx.la" "libpqxx.la" )
Making all in test
Making all in unit
Making all in tools
libtool: link: g++ -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -o pqxxthreadsafety pqxxthreadsafety.o -L/usr/lib/x86_64-linux-gnu ../src/.libs/libpqxx.a -lpq
libtool: link: g++ -std=c++1y -Wall -fPIC -Wno-long-long -fvisibility=hidden -fvisibility-inlines-hidden -o rmlo rmlo.o -L/usr/lib/x86_64-linux-gnu ../src/.libs/libpqxx.a -lpq
Making all in win32
Making all in config
Making all in doc
[ 7%] No install step for 'jtv_libpqxx'
[ 7%] No test step for 'jtv_libpqxx'
[ 7%] Completed 'jtv_libpqxx'
[ 7%] Built target jtv_libpqxx
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment