Created
May 24, 2018 21:31
-
-
Save uilianries/86f340b43a494bce5d9b34b803869bdb to your computer and use it in GitHub Desktop.
Conan ZMQ build log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm -ti lasote/conangcc5 | |
To run a command as administrator (user "root"), use "sudo <command>". | |
See "man sudo_root" for details. | |
conan@ae6c6c1d728b:~/project$ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan | |
conan@ae6c6c1d728b:~/project$ conan install zmq/4.2.2@bincrafters/stable --build | |
Auto detecting your dev setup to initialize the default profile (/home/conan/.conan/profiles/default) | |
Found gcc 5.4 | |
gcc>=5, using the major as version | |
Default settings | |
os=Linux | |
os_build=Linux | |
arch=x86_64 | |
arch_build=x86_64 | |
compiler=gcc | |
compiler.version=5 | |
compiler.libcxx=libstdc++ | |
build_type=Release | |
*** You can change them in /home/conan/.conan/profiles/default *** | |
*** Or override with -s compiler='other' -s ...s*** | |
zmq/4.2.2@bincrafters/stable: Not found in local cache, looking in remotes... | |
zmq/4.2.2@bincrafters/stable: Trying with 'conan-center'... | |
zmq/4.2.2@bincrafters/stable: Trying with 'bincrafters'... | |
Downloading conanmanifest.txt | |
Downloading conanfile.py | |
Downloading conan_export.tgz | |
libsodium/1.0.16@bincrafters/stable: Not found in local cache, looking in remotes... | |
libsodium/1.0.16@bincrafters/stable: Trying with 'conan-center'... | |
libsodium/1.0.16@bincrafters/stable: Trying with 'bincrafters'... | |
Downloading conanmanifest.txt | |
Downloading conanfile.py | |
zmq/4.2.2@bincrafters/stable: Installing package | |
Requirements | |
libsodium/1.0.16@bincrafters/stable from 'bincrafters' | |
zmq/4.2.2@bincrafters/stable from 'bincrafters' | |
Packages | |
libsodium/1.0.16@bincrafters/stable:76f87539fc90ff313e0b3182641a9bb558a717d2 | |
zmq/4.2.2@bincrafters/stable:dc59a4f1f121ec77a1980da9ef297c9af3de06bf | |
libsodium/1.0.16@bincrafters/stable: WARN: Forced build from source | |
Downloading conan_sources.tgz | |
libsodium/1.0.16@bincrafters/stable: Building your package in /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2 | |
libsodium/1.0.16@bincrafters/stable: Configuring sources in /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/source | |
libsodium/1.0.16@bincrafters/stable: Copying sources to build folder | |
libsodium/1.0.16@bincrafters/stable: Generator txt created conanbuildinfo.txt | |
libsodium/1.0.16@bincrafters/stable: Calling build() | |
libsodium/1.0.16@bincrafters/stable: Calling: | |
> ./configure '--prefix=/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2' '--disable-shared' '--enable-static' '--with-pic' | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
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 whether UID '1000' is supported by ustar format... yes | |
checking whether GID '1001' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
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 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 for a sed that does not truncate output... /bin/sed | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking whether gcc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for gcc option to accept ISO C99... none needed | |
checking dependency style of gcc... gcc3 | |
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 for variable-length arrays... yes | |
checking for __native_client__ defined... no | |
checking for _FORTIFY_SOURCE defined... yes | |
checking whether C compiler accepts -fvisibility=hidden... yes | |
checking whether C compiler accepts -fPIC... yes | |
checking whether C compiler accepts -fPIE... yes | |
checking whether the linker accepts -pie... yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking whether C compiler accepts -fno-strict-overflow... yes | |
checking whether C compiler accepts -fstack-protector... yes | |
checking whether the linker accepts -fstack-protector... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... yes | |
checking for clang... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-cond... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wsometimes-uninitialized... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no | |
checking whether C compiler accepts -m64 -O3 -s -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether the linker accepts -Wl,-z,now... yes | |
checking whether the linker accepts -Wl,-z,noexecstack... yes | |
checking for a broken clang + AVX512 combination... no | |
checking whether segmentation violations can be caught when using the C compiler... yes | |
checking whether SIGABRT can be caught when using the C compiler... yes | |
checking for thread local storage (TLS) class... _Thread_local | |
thread local storage is supported | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /bin/sed | |
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-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-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 for dlfcn.h... yes | |
checking for objdir... .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... no | |
checking if gcc supports -c -o file.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... 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 for ar... (cached) ar | |
checking whether C compiler accepts -mmmx... yes | |
checking for MMX instructions set... yes | |
checking whether C compiler accepts -mmmx... (cached) yes | |
checking whether C compiler accepts -msse2... yes | |
checking for SSE2 instructions set... yes | |
checking whether C compiler accepts -msse2... (cached) yes | |
checking whether C compiler accepts -msse3... yes | |
checking for SSE3 instructions set... yes | |
checking whether C compiler accepts -msse3... (cached) yes | |
checking whether C compiler accepts -mssse3... yes | |
checking for SSSE3 instructions set... yes | |
checking whether C compiler accepts -mssse3... (cached) yes | |
checking whether C compiler accepts -msse4.1... yes | |
checking for SSE4.1 instructions set... yes | |
checking whether C compiler accepts -msse4.1... (cached) yes | |
checking whether C compiler accepts -mavx... yes | |
checking for AVX instructions set... yes | |
checking whether C compiler accepts -mavx... (cached) yes | |
checking whether C compiler accepts -mavx2... yes | |
checking for AVX2 instructions set... yes | |
checking whether C compiler accepts -mavx2... (cached) yes | |
checking if _mm256_broadcastsi128_si256 is correctly defined... yes | |
checking whether C compiler accepts -mavx512f... yes | |
checking for AVX512F instructions set... yes | |
checking whether C compiler accepts -mavx512f... (cached) yes | |
checking whether C compiler accepts -maes... yes | |
checking whether C compiler accepts -mpclmul... yes | |
checking for AESNI instructions set and PCLMULQDQ... yes | |
checking whether C compiler accepts -maes... (cached) yes | |
checking whether C compiler accepts -mpclmul... (cached) yes | |
checking whether C compiler accepts -mrdrnd... yes | |
checking for RDRAND... yes | |
checking whether C compiler accepts -mrdrnd... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking intrin.h usability... no | |
checking intrin.h presence... no | |
checking for intrin.h... no | |
checking if _xgetbv() is available... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether __STDC_LIMIT_MACROS is required... no | |
checking whether we can use x86_64 asm code... yes | |
checking whether we can assemble AVX opcodes... yes | |
checking for 128-bit arithmetic... yes | |
checking for cpuid instruction... yes | |
checking if the .private_extern asm directive is supported... no | |
checking if the .hidden asm directive is supported... yes | |
checking if weak symbols are supported... yes | |
checking if data alignment is required... no | |
checking if atomic operations are supported... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for arc4random... no | |
checking for arc4random_buf... no | |
checking for mmap... yes | |
checking for mlock... yes | |
checking for madvise... yes | |
checking for mprotect... yes | |
checking for memset_s... no | |
checking for explicit_bzero... no | |
checking for nanosleep... yes | |
checking for posix_memalign... yes | |
checking for getpid... yes | |
checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating builds/Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating dist-build/Makefile | |
config.status: creating libsodium.pc | |
config.status: creating libsodium-uninstalled.pc | |
config.status: creating msvc-scripts/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/libsodium/Makefile | |
config.status: creating src/libsodium/include/Makefile | |
config.status: creating src/libsodium/include/sodium/version.h | |
config.status: creating test/default/Makefile | |
config.status: creating test/Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Making all in builds | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/builds' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/builds' | |
Making all in contrib | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/contrib' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/contrib' | |
Making all in dist-build | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/dist-build' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/dist-build' | |
Making all in msvc-scripts | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/msvc-scripts' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/msvc-scripts' | |
Making all in src | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
Making all in libsodium | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
Making all in include | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium/include' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium/include' | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo | |
CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo | |
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo | |
CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo | |
CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo | |
CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo | |
CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo | |
CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo | |
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo | |
CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo | |
CC crypto_auth/libsodium_la-crypto_auth.lo | |
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo | |
CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo | |
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo | |
CC crypto_box/libsodium_la-crypto_box.lo | |
CC crypto_box/libsodium_la-crypto_box_easy.lo | |
CC crypto_box/libsodium_la-crypto_box_seal.lo | |
CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo | |
CC crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo | |
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo | |
CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo | |
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo | |
CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo | |
CC crypto_generichash/libsodium_la-crypto_generichash.lo | |
CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo | |
CC crypto_hash/libsodium_la-crypto_hash.lo | |
CC crypto_hash/sha256/libsodium_la-hash_sha256.lo | |
CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo | |
CC crypto_hash/sha512/libsodium_la-hash_sha512.lo | |
CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo | |
CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo | |
CC crypto_kdf/libsodium_la-crypto_kdf.lo | |
CC crypto_kx/libsodium_la-crypto_kx.lo | |
CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo | |
CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo | |
CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2.lo | |
CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo | |
CC crypto_pwhash/libsodium_la-crypto_pwhash.lo | |
CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo | |
CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo | |
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo | |
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo | |
CC crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo | |
CC crypto_shorthash/libsodium_la-crypto_shorthash.lo | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo | |
CC crypto_sign/libsodium_la-crypto_sign.lo | |
CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-open.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo | |
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo | |
CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo | |
CC crypto_stream/libsodium_la-crypto_stream.lo | |
CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo | |
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo | |
CC crypto_verify/sodium/libsodium_la-verify.lo | |
CC randombytes/libsodium_la-randombytes.lo | |
CC sodium/libsodium_la-codecs.lo | |
CC sodium/libsodium_la-core.lo | |
CC sodium/libsodium_la-runtime.lo | |
CC sodium/libsodium_la-utils.lo | |
CC sodium/libsodium_la-version.lo | |
CPPAS crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo | |
CC crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo | |
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo | |
CC crypto_core/ed25519/libsodium_la-core_ed25519.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo | |
CC crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo | |
CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo | |
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo | |
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo | |
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo | |
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo | |
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo | |
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo | |
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo | |
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo | |
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo | |
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo | |
CCLD libsse41.la | |
CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo | |
CCLD libavx512f.la | |
CC randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo | |
CCLD libaesni.la | |
CCLD libsse2.la | |
CCLD libssse3.la | |
CCLD librdrand.la | |
CCLD libavx2.la | |
CCLD libsodium.la | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
Making all in test | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
Making all in default | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test/default' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test/default' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources' | |
make[1]: Nothing to be done for 'all-am'. | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources' | |
Making install in builds | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/builds' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/builds' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/builds' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/builds' | |
Making install in contrib | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/contrib' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/contrib' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/contrib' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/contrib' | |
Making install in dist-build | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/dist-build' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/dist-build' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/dist-build' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/dist-build' | |
Making install in msvc-scripts | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/msvc-scripts' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/msvc-scripts' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/msvc-scripts' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/msvc-scripts' | |
Making install in src | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
Making install in libsodium | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
Making install in include | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium/include' | |
make[4]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium/include' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include' | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include' | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/sodium' | |
/usr/bin/install -c -m 644 sodium/version.h '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/sodium' | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/sodium' | |
/usr/bin/install -c -m 644 sodium/core.h sodium/crypto_aead_aes256gcm.h sodium/crypto_aead_chacha20poly1305.h sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h sodium/crypto_auth_hmacsha256.h sodium/crypto_auth_hmacsha512.h sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h sodium/crypto_box_curve25519xchacha20poly1305.h sodium/crypto_box_curve25519xsalsa20poly1305.h sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h sodium/crypto_generichash.h sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h sodium/crypto_kx.h sodium/crypto_onetimeauth.h sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h sodium/crypto_pwhash_scryptsalsa208sha256.h sodium/crypto_scalarmult.h sodium/crypto_scalarmult_curve25519.h sodium/crypto_scalarmult_ed25519.h sodium/crypto_secretbox.h sodium/crypto_secretbox_xchacha20poly1305.h sodium/crypto_secretbox_xsalsa20poly1305.h sodium/crypto_secretstream_xchacha20poly1305.h sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/sodium' | |
/usr/bin/install -c -m 644 sodium.h '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/.' | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/sodium' | |
/usr/bin/install -c -m 644 sodium/crypto_sign.h sodium/crypto_sign_ed25519.h sodium/crypto_sign_edwards25519sha512batch.h sodium/crypto_stream.h sodium/crypto_stream_chacha20.h sodium/crypto_stream_salsa20.h sodium/crypto_stream_salsa2012.h sodium/crypto_stream_salsa208.h sodium/crypto_stream_xchacha20.h sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h sodium/crypto_verify_32.h sodium/crypto_verify_64.h sodium/export.h sodium/randombytes.h sodium/randombytes_salsa20_random.h sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include/sodium' | |
make[4]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium/include' | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium/include' | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[4]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[4]: Nothing to be done for 'install-data-am'. | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib' | |
/bin/bash ../../libtool --mode=install /usr/bin/install -c libsodium.la '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib' | |
libtool: install: /usr/bin/install -c .libs/libsodium.lai /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libsodium.la | |
libtool: install: /usr/bin/install -c .libs/libsodium.a /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libsodium.a | |
libtool: install: chmod 644 /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libsodium.a | |
libtool: install: ranlib /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libsodium.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/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. | |
---------------------------------------------------------------------- | |
make[4]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src/libsodium' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/src' | |
Making install in test | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
Making install in default | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test/default' | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test/default' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test/default' | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test/default' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[3]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources/test' | |
make[1]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources' | |
make[2]: Entering directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libsodium.pc '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/pkgconfig' | |
make[2]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources' | |
make[1]: Leaving directory '/home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2/sources' | |
libsodium/1.0.16@bincrafters/stable: Package '76f87539fc90ff313e0b3182641a9bb558a717d2' built | |
libsodium/1.0.16@bincrafters/stable: Build folder /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/build/76f87539fc90ff313e0b3182641a9bb558a717d2 | |
libsodium/1.0.16@bincrafters/stable: Generated conaninfo.txt | |
libsodium/1.0.16@bincrafters/stable: Generated conanbuildinfo.txt | |
libsodium/1.0.16@bincrafters/stable: Generating the package | |
libsodium/1.0.16@bincrafters/stable: Package folder /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2 | |
libsodium/1.0.16@bincrafters/stable: Calling package() | |
libsodium/1.0.16@bincrafters/stable package(): Copied 1 file: LICENSE | |
libsodium/1.0.16@bincrafters/stable package(): Copied 1 '.cmake' file: FindSodium.cmake | |
libsodium/1.0.16@bincrafters/stable: Package '76f87539fc90ff313e0b3182641a9bb558a717d2' created | |
zmq/4.2.2@bincrafters/stable: WARN: Forced build from source | |
Downloading conan_sources.tgz | |
Package: pkg-config | |
Status: install ok installed | |
Priority: optional | |
Section: devel | |
Installed-Size: 173 | |
Maintainer: Ubuntu Developers <[email protected]> | |
Architecture: amd64 | |
Multi-Arch: foreign | |
Version: 0.29.1-0ubuntu1 | |
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), dpkg-dev, libdpkg-perl | |
Conffiles: | |
/etc/dpkg/dpkg.cfg.d/pkg-config-hook-config 467c877de00898418a9b26d432a1719a | |
Description: manage compile and link flags for libraries | |
pkg-config is a system for managing library compile and link flags that | |
works with automake and autoconf. | |
. | |
Increasingly libraries ship with ".pc" files that allow querying of the | |
compiler and linker flags needed to use them through the pkg-config(1) | |
program. | |
Homepage: http://pkg-config.freedesktop.org | |
Original-Maintainer: Tollef Fog Heen <[email protected]> | |
Package already installed: pkg-config:amd64 | |
zmq/4.2.2@bincrafters/stable: Building your package in /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/build/dc59a4f1f121ec77a1980da9ef297c9af3de06bf | |
zmq/4.2.2@bincrafters/stable: Configuring sources in /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/source | |
zmq/4.2.2@bincrafters/stable: Copying sources to build folder | |
zmq/4.2.2@bincrafters/stable: Generator cmake created conanbuildinfo.cmake | |
zmq/4.2.2@bincrafters/stable: Calling build() | |
-- 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 | |
-- Conan: called by CMake conan helper | |
-- Conan: Compiler GCC>=5, checking major version 5 | |
-- Conan: Checking correct version: 5 | |
-- Conan: Using cmake global configuration | |
-- Conan: Adjusting default RPATHs Conan policies | |
-- Conan: Adjusting language standard | |
-- Conan: Adjusting fPIC flag (ON) | |
-- Conan: C++ stdlib: libstdc++ | |
-- Performing Test COMPILER_SUPPORTS_CXX11 | |
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success | |
-- Performing Test COMPILER_SUPPORTS_C11 | |
-- Performing Test COMPILER_SUPPORTS_C11 - Success | |
-- libsodium found by conan! | |
-- sodium_INCLUDE_DIR: /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include | |
-- sodium_LIBRARY: /home/conan/.conan/data/libsodium/1.0.16/bincrafters/stable/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libsodium.a | |
-- sodium_VERSION: 1.0.16 | |
-- using static libsodium | |
-- Using libsodium for CURVE security | |
-- Looking for kqueue | |
-- Looking for kqueue - not found | |
-- Looking for epoll_create | |
-- Looking for epoll_create - found | |
-- Looking for epoll_create1 | |
-- Looking for epoll_create1 - found | |
-- Detected epoll polling method | |
-- Detected ZMQ Version - 4.2.2 | |
-- Looking for include file ifaddrs.h | |
-- Looking for include file ifaddrs.h - found | |
-- Looking for include file windows.h | |
-- Looking for include file windows.h - not found | |
-- Looking for include file sys/uio.h | |
-- Looking for include file sys/uio.h - found | |
-- Looking for include file sys/eventfd.h | |
-- Looking for include file sys/eventfd.h - found | |
-- Checking whether EFD_CLOEXEC is supported | |
-- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC | |
-- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC - Success | |
-- Looking for fopen in ws2_32 | |
-- Looking for fopen in ws2_32 - not found | |
-- Looking for fopen in ws2 | |
-- Looking for fopen in ws2 - not found | |
-- Looking for fopen in rpcrt4 | |
-- Looking for fopen in rpcrt4 - not found | |
-- Looking for fopen in iphlpapi | |
-- Looking for fopen in iphlpapi - not found | |
-- Looking for SO_PEERCRED | |
-- Looking for SO_PEERCRED - found | |
-- Looking for LOCAL_PEERCRED | |
-- Looking for LOCAL_PEERCRED - not found | |
-- 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 | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - found | |
-- Looking for fork | |
-- Looking for fork - found | |
-- Looking for gethrtime | |
-- Looking for gethrtime - not found | |
-- Looking for mkdtemp | |
-- Looking for mkdtemp - found | |
-- Performing Test HAVE_FLAG_-Wall | |
-- Performing Test HAVE_FLAG_-Wall - Success | |
-- Performing Test HAVE_FLAG_-Wextra | |
-- Performing Test HAVE_FLAG_-Wextra - Success | |
-- Performing Test HAVE_FLAG_-Wno-long-long | |
-- Performing Test HAVE_FLAG_-Wno-long-long - Success | |
-- Performing Test HAVE_FLAG_-Wno-uninitialized | |
-- Performing Test HAVE_FLAG_-Wno-uninitialized - Success | |
-- Performing Test HAVE_FLAG_-pedantic | |
-- Performing Test HAVE_FLAG_-pedantic - Success | |
-- Checking whether SOCK_CLOEXEC is supported | |
-- Performing Test ZMQ_HAVE_SOCK_CLOEXEC | |
-- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Success | |
-- Checking whether SO_KEEPALIVE is supported | |
-- Performing Test ZMQ_HAVE_SO_KEEPALIVE | |
-- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Success | |
-- Checking whether TCP_KEEPCNT is supported | |
-- Performing Test ZMQ_HAVE_TCP_KEEPCNT | |
-- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Success | |
-- Checking whether TCP_KEEPIDLE is supported | |
-- Performing Test ZMQ_HAVE_TCP_KEEPIDLE | |
-- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Success | |
-- Checking whether TCP_KEEPINTVL is supported | |
-- Performing Test ZMQ_HAVE_TCP_KEEPINTVL | |
-- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Success | |
-- Checking whether TCP_KEEPALIVE is supported | |
-- Performing Test ZMQ_HAVE_TCP_KEEPALIVE | |
-- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed | |
-- Checking whether TIPC is supported | |
-- Performing Test ZMQ_HAVE_TIPC | |
-- Performing Test ZMQ_HAVE_TIPC - Failed | |
-- Found PythonInterp: /usr/bin/python (found version "2.7.12") | |
-- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/build/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/build | |
[1/345] Building CXX object sources/CMakeFiles/remote_lat.dir/perf/remote_lat.cpp.o | |
[2/345] Building CXX object sources/CMakeFiles/local_lat.dir/perf/local_lat.cpp.o | |
[3/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/precompiled.cpp.o | |
[4/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/address.cpp.o | |
[5/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/client.cpp.o | |
[6/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/curve_client.cpp.o | |
[7/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/clock.cpp.o | |
[8/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/ctx.cpp.o | |
[9/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/curve_server.cpp.o | |
[10/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/dealer.cpp.o | |
[11/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/devpoll.cpp.o | |
[12/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/dgram.cpp.o | |
[13/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/proxy.cpp.o | |
[14/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/dist.cpp.o | |
[15/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/epoll.cpp.o | |
[16/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/err.cpp.o | |
[17/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/fq.cpp.o | |
[18/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/io_object.cpp.o | |
[19/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/io_thread.cpp.o | |
[20/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/ip.cpp.o | |
[21/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.o | |
[22/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.o | |
[23/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.o | |
[24/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/kqueue.cpp.o | |
[25/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/lb.cpp.o | |
[26/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/mailbox.cpp.o | |
[27/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.o | |
[28/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/mechanism.cpp.o | |
[29/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/metadata.cpp.o | |
[30/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/msg.cpp.o | |
[31/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/mtrie.cpp.o | |
[32/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/object.cpp.o | |
[33/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/options.cpp.o | |
[34/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/own.cpp.o | |
[35/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.o | |
[36/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pair.cpp.o | |
[37/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.o | |
[38/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.o | |
[39/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.o | |
[40/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pipe.cpp.o | |
[41/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/plain_client.cpp.o | |
[42/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/plain_server.cpp.o | |
[43/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/poll.cpp.o | |
[44/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/poller_base.cpp.o | |
[45/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pollset.cpp.o | |
[46/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/ipc_address.cpp.o | |
[47/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pub.cpp.o | |
[48/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/pull.cpp.o | |
[49/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/push.cpp.o | |
[50/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/random.cpp.o | |
[51/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.o | |
[52/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.o | |
[53/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/reaper.cpp.o | |
[54/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/rep.cpp.o | |
[55/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/req.cpp.o | |
[56/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/router.cpp.o | |
[57/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/select.cpp.o | |
[58/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/server.cpp.o | |
[59/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/session_base.cpp.o | |
[60/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/signaler.cpp.o | |
[61/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/socket_base.cpp.o | |
[62/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/socks.cpp.o | |
[63/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.o | |
[64/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/stream.cpp.o | |
[65/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.o | |
[66/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/sub.cpp.o | |
[67/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/tcp.cpp.o | |
[68/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.o | |
[69/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/tcp_connecter.cpp.o | |
[70/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.o | |
[71/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/thread.cpp.o | |
[72/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/trie.cpp.o | |
[73/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.o | |
[74/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/v1_encoder.cpp.o | |
[75/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/v2_decoder.cpp.o | |
[76/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.o | |
[77/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/xpub.cpp.o | |
[78/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/xsub.cpp.o | |
[79/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/zmq.cpp.o | |
[80/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/zmq_utils.cpp.o | |
[81/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/decoder_allocators.cpp.o | |
[82/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.o | |
[83/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/timers.cpp.o | |
[84/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/radio.cpp.o | |
[85/345] Building CXX object sources/tests/CMakeFiles/test_getsockopt_memset.dir/test_getsockopt_memset.cpp.o | |
[86/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/dish.cpp.o | |
[87/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/udp_engine.cpp.o | |
[88/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/udp_address.cpp.o | |
[89/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/scatter.cpp.o | |
[90/345] Building CXX object sources/CMakeFiles/libzmq-static.dir/src/gather.cpp.o | |
[91/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/precompiled.cpp.o | |
[92/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/address.cpp.o | |
[93/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/client.cpp.o | |
[94/345] Building CXX object sources/tests/CMakeFiles/test_stream_timeout.dir/test_stream_timeout.cpp.o | |
[95/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/clock.cpp.o | |
[96/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/ctx.cpp.o | |
[97/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/curve_client.cpp.o | |
[98/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/curve_server.cpp.o | |
[99/345] Linking CXX static library lib/libzmq.a | |
[100/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/dealer.cpp.o | |
[101/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/devpoll.cpp.o | |
[102/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/dgram.cpp.o | |
[103/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/dist.cpp.o | |
[104/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/epoll.cpp.o | |
[105/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/err.cpp.o | |
[106/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/fq.cpp.o | |
[107/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/io_object.cpp.o | |
[108/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/null_mechanism.cpp.o | |
[109/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/io_thread.cpp.o | |
[110/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/ip.cpp.o | |
[111/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.o | |
[112/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/ipc_listener.cpp.o | |
[113/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/kqueue.cpp.o | |
[114/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/lb.cpp.o | |
[115/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/mailbox.cpp.o | |
[116/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.o | |
[117/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/mechanism.cpp.o | |
[118/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/metadata.cpp.o | |
[119/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/msg.cpp.o | |
[120/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/mtrie.cpp.o | |
[121/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/object.cpp.o | |
[122/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/options.cpp.o | |
[123/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/own.cpp.o | |
[124/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pair.cpp.o | |
[125/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.o | |
[126/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pgm_sender.cpp.o | |
[127/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pgm_socket.cpp.o | |
[128/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pipe.cpp.o | |
[129/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/plain_client.cpp.o | |
[130/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/plain_server.cpp.o | |
[131/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/poll.cpp.o | |
[132/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/poller_base.cpp.o | |
[133/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pollset.cpp.o | |
[134/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/proxy.cpp.o | |
[135/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pub.cpp.o | |
[136/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/pull.cpp.o | |
[137/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/push.cpp.o | |
[138/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/random.cpp.o | |
[139/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/raw_encoder.cpp.o | |
[140/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/raw_decoder.cpp.o | |
[141/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/reaper.cpp.o | |
[142/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/rep.cpp.o | |
[143/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/req.cpp.o | |
[144/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/router.cpp.o | |
[145/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/select.cpp.o | |
[146/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/server.cpp.o | |
[147/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/session_base.cpp.o | |
[148/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/signaler.cpp.o | |
[149/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/socket_base.cpp.o | |
[150/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/socks.cpp.o | |
[151/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/socks_connecter.cpp.o | |
[152/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/stream.cpp.o | |
[153/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/stream_engine.cpp.o | |
[154/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/sub.cpp.o | |
[155/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/tcp.cpp.o | |
[156/345] Building CXX object sources/tests/CMakeFiles/test_last_endpoint.dir/test_last_endpoint.cpp.o | |
[157/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/tcp_address.cpp.o | |
[158/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.o | |
[159/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/tcp_listener.cpp.o | |
[160/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/thread.cpp.o | |
[161/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/trie.cpp.o | |
[162/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/v1_decoder.cpp.o | |
[163/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/v1_encoder.cpp.o | |
[164/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/v2_decoder.cpp.o | |
[165/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/v2_encoder.cpp.o | |
[166/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/xpub.cpp.o | |
[167/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/xsub.cpp.o | |
[168/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/zmq.cpp.o | |
[169/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/zmq_utils.cpp.o | |
[170/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/decoder_allocators.cpp.o | |
[171/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/socket_poller.cpp.o | |
[172/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/timers.cpp.o | |
[173/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/radio.cpp.o | |
[174/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/dish.cpp.o | |
[175/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/udp_engine.cpp.o | |
[176/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/udp_address.cpp.o | |
[177/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/scatter.cpp.o | |
[178/345] Building CXX object sources/CMakeFiles/libzmq.dir/src/gather.cpp.o | |
[179/345] Building CXX object sources/CMakeFiles/local_thr.dir/perf/local_thr.cpp.o | |
[180/345] Building CXX object sources/CMakeFiles/remote_thr.dir/perf/remote_thr.cpp.o | |
[181/345] Building CXX object sources/CMakeFiles/inproc_lat.dir/perf/inproc_lat.cpp.o | |
[182/345] Building CXX object sources/CMakeFiles/inproc_thr.dir/perf/inproc_thr.cpp.o | |
[183/345] Building CXX object sources/tests/CMakeFiles/test_router_mandatory_hwm.dir/test_router_mandatory_hwm.cpp.o | |
[184/345] Building CXX object sources/tests/CMakeFiles/test_use_fd_tcp.dir/test_use_fd_tcp.cpp.o | |
[185/345] Building CXX object sources/tests/CMakeFiles/test_proxy.dir/test_proxy.cpp.o | |
[186/345] Building CXX object sources/tests/CMakeFiles/test_pair_ipc.dir/test_pair_ipc.cpp.o | |
[187/345] Building CXX object sources/tests/CMakeFiles/test_monitor.dir/test_monitor.cpp.o | |
[188/345] Linking CXX shared library lib/libzmq.so.4.2.2 | |
[189/345] Building CXX object sources/tests/CMakeFiles/test_filter_ipc.dir/test_filter_ipc.cpp.o | |
[190/345] Building CXX object sources/tests/CMakeFiles/test_bind_after_connect_tcp.dir/test_bind_after_connect_tcp.cpp.o | |
[191/345] Building CXX object sources/tests/CMakeFiles/test_base85.dir/test_base85.cpp.o | |
[192/345] Creating library symlink lib/libzmq.so.5.1.2 lib/libzmq.so | |
[193/345] Linking CXX executable bin/remote_lat | |
[194/345] Linking CXX executable bin/local_lat | |
[195/345] Linking CXX executable bin/test_getsockopt_memset | |
[196/345] Linking CXX executable bin/test_stream_timeout | |
[197/345] Linking CXX executable bin/local_thr | |
[198/345] Linking CXX executable bin/remote_thr | |
[199/345] Linking CXX executable bin/inproc_lat | |
[200/345] Linking CXX executable bin/inproc_thr | |
[201/345] Linking CXX executable bin/test_use_fd_tcp | |
[202/345] Linking CXX executable bin/test_router_mandatory_hwm | |
[203/345] Linking CXX executable bin/test_proxy | |
[204/345] Linking CXX executable bin/test_pair_ipc | |
[205/345] Linking CXX executable bin/test_filter_ipc | |
[206/345] Linking CXX executable bin/test_bind_after_connect_tcp | |
[207/345] Linking CXX executable bin/test_monitor | |
[208/345] Building CXX object sources/tests/CMakeFiles/test_abstract_ipc.dir/test_abstract_ipc.cpp.o | |
[209/345] Building CXX object sources/tests/CMakeFiles/test_srcfd.dir/test_srcfd.cpp.o | |
[210/345] Linking CXX executable bin/test_base85 | |
[211/345] Building CXX object sources/tests/CMakeFiles/test_xpub_welcome_msg.dir/test_xpub_welcome_msg.cpp.o | |
[212/345] Building CXX object sources/tests/CMakeFiles/test_stream_empty.dir/test_stream_empty.cpp.o | |
[213/345] Building CXX object sources/tests/CMakeFiles/test_ipc_wildcard.dir/test_ipc_wildcard.cpp.o | |
[214/345] Building CXX object sources/tests/CMakeFiles/test_bind_src_address.dir/test_bind_src_address.cpp.o | |
[215/345] Linking CXX executable bin/test_srcfd | |
[216/345] Linking CXX executable bin/test_abstract_ipc | |
[217/345] Building CXX object sources/tests/CMakeFiles/test_router_handover.dir/test_router_handover.cpp.o | |
[218/345] Linking CXX executable bin/test_xpub_welcome_msg | |
[219/345] Building CXX object sources/tests/CMakeFiles/test_metadata.dir/test_metadata.cpp.o | |
[220/345] Linking CXX executable bin/test_bind_src_address | |
[221/345] Linking CXX executable bin/test_ipc_wildcard | |
[222/345] Building CXX object sources/tests/CMakeFiles/test_capabilities.dir/test_capabilities.cpp.o | |
[223/345] Building CXX object sources/tests/CMakeFiles/test_heartbeats.dir/test_heartbeats.cpp.o | |
[224/345] Building CXX object sources/tests/CMakeFiles/test_atomics.dir/test_atomics.cpp.o | |
[225/345] Building CXX object sources/tests/CMakeFiles/test_sockopt_hwm.dir/test_sockopt_hwm.cpp.o | |
[226/345] Linking CXX executable bin/test_router_handover | |
[227/345] Linking CXX executable bin/test_metadata | |
[228/345] Linking CXX executable bin/test_capabilities | |
[229/345] Building CXX object sources/tests/CMakeFiles/test_pub_invert_matching.dir/test_pub_invert_matching.cpp.o | |
[230/345] Linking CXX executable bin/test_heartbeats | |
[231/345] Building CXX object sources/tests/CMakeFiles/test_xpub_manual.dir/test_xpub_manual.cpp.o | |
[232/345] Building CXX object sources/tests/CMakeFiles/test_xpub_nodrop.dir/test_xpub_nodrop.cpp.o | |
[233/345] Linking CXX executable bin/test_atomics | |
[234/345] Building CXX object sources/tests/CMakeFiles/test_security_plain.dir/test_security_plain.cpp.o | |
[235/345] Linking CXX executable bin/test_sockopt_hwm | |
[236/345] Building CXX object sources/tests/CMakeFiles/test_stream_exceeds_buffer.dir/test_stream_exceeds_buffer.cpp.o | |
[237/345] Linking CXX executable bin/test_pub_invert_matching | |
[238/345] Linking CXX executable bin/test_xpub_nodrop | |
[239/345] Building CXX object sources/tests/CMakeFiles/test_pair_tcp.dir/test_pair_tcp.cpp.o | |
[240/345] Linking CXX executable bin/test_stream_empty | |
[241/345] Building CXX object sources/tests/CMakeFiles/test_ancillaries.dir/test_ancillaries.cpp.o | |
[242/345] Building CXX object sources/tests/CMakeFiles/test_use_fd_ipc.dir/test_use_fd_ipc.cpp.o | |
[243/345] Linking CXX executable bin/test_xpub_manual | |
[244/345] Linking CXX executable bin/test_security_plain | |
[245/345] Linking CXX executable bin/test_stream_exceeds_buffer | |
[246/345] Building CXX object sources/tests/CMakeFiles/test_req_relaxed.dir/test_req_relaxed.cpp.o | |
[247/345] Building CXX object sources/tests/CMakeFiles/test_conflate.dir/test_conflate.cpp.o | |
[248/345] Building CXX object sources/tests/CMakeFiles/test_immediate.dir/test_immediate.cpp.o | |
[249/345] Linking CXX executable bin/test_pair_tcp | |
[250/345] Linking CXX executable bin/test_ancillaries | |
[251/345] Building CXX object sources/tests/CMakeFiles/test_pair_inproc.dir/test_pair_inproc.cpp.o | |
[252/345] Linking CXX executable bin/test_use_fd_ipc | |
[253/345] Building CXX object sources/tests/CMakeFiles/test_term_endpoint.dir/test_term_endpoint.cpp.o | |
[254/345] Linking CXX executable bin/test_conflate | |
[255/345] Linking CXX executable bin/test_immediate | |
[256/345] Linking CXX executable bin/test_req_relaxed | |
[257/345] Building CXX object sources/tests/CMakeFiles/test_reqrep_tcp.dir/test_reqrep_tcp.cpp.o | |
[258/345] Linking CXX executable bin/test_last_endpoint | |
[259/345] Building CXX object sources/tests/CMakeFiles/test_stream_disconnect.dir/test_stream_disconnect.cpp.o | |
[260/345] Building CXX object sources/tests/CMakeFiles/test_msg_flags.dir/test_msg_flags.cpp.o | |
[261/345] Linking CXX executable bin/test_pair_inproc | |
[262/345] Linking CXX executable bin/test_term_endpoint | |
[263/345] Building CXX object sources/tests/CMakeFiles/test_ctx_options.dir/test_ctx_options.cpp.o | |
[264/345] Building CXX object sources/tests/CMakeFiles/test_sodium.dir/test_sodium.cpp.o | |
[265/345] Building CXX object sources/tests/CMakeFiles/test_msg_ffn.dir/test_msg_ffn.cpp.o | |
[266/345] Linking CXX executable bin/test_msg_flags | |
[267/345] Linking CXX executable bin/test_stream_disconnect | |
[268/345] Linking CXX executable bin/test_reqrep_tcp | |
[269/345] Building CXX object sources/tests/CMakeFiles/test_reqrep_inproc.dir/test_reqrep_inproc.cpp.o | |
[270/345] Building CXX object sources/tests/CMakeFiles/test_invalid_rep.dir/test_invalid_rep.cpp.o | |
[271/345] Building CXX object sources/tests/CMakeFiles/test_spec_router.dir/test_spec_router.cpp.o | |
[272/345] Linking CXX executable bin/test_msg_ffn | |
[273/345] Linking CXX executable bin/test_ctx_options | |
[274/345] Linking CXX executable bin/test_sodium | |
[275/345] Building CXX object sources/tests/CMakeFiles/test_hwm.dir/test_hwm.cpp.o | |
[276/345] Building CXX object sources/tests/CMakeFiles/test_router_mandatory.dir/test_router_mandatory.cpp.o | |
[277/345] Building CXX object sources/tests/CMakeFiles/test_inproc_connect.dir/test_inproc_connect.cpp.o | |
[278/345] Linking CXX executable bin/test_invalid_rep | |
[279/345] Linking CXX executable bin/test_reqrep_inproc | |
[280/345] Linking CXX executable bin/test_spec_router | |
[281/345] Building CXX object sources/tests/CMakeFiles/test_hwm_pubsub.dir/test_hwm_pubsub.cpp.o | |
[282/345] Building CXX object sources/tests/CMakeFiles/test_reqrep_ipc.dir/test_reqrep_ipc.cpp.o | |
[283/345] Linking CXX executable bin/test_router_mandatory | |
[284/345] Linking CXX executable bin/test_hwm | |
[285/345] Building CXX object sources/tests/CMakeFiles/test_sub_forward.dir/test_sub_forward.cpp.o | |
[286/345] Building CXX object sources/tests/CMakeFiles/test_disconnect_inproc.dir/test_disconnect_inproc.cpp.o | |
[287/345] Building CXX object sources/tests/CMakeFiles/test_connect_resolve.dir/test_connect_resolve.cpp.o | |
[288/345] Linking CXX executable bin/test_inproc_connect | |
[289/345] Linking CXX executable bin/test_hwm_pubsub | |
[290/345] Linking CXX executable bin/test_reqrep_ipc | |
[291/345] Linking CXX executable bin/test_sub_forward | |
[292/345] Building CXX object sources/tests/CMakeFiles/test_iov.dir/test_iov.cpp.o | |
[293/345] Linking CXX executable bin/test_disconnect_inproc | |
[294/345] Building CXX object sources/tests/CMakeFiles/test_setsockopt.dir/test_setsockopt.cpp.o | |
[295/345] Building CXX object sources/tests/CMakeFiles/test_req_correlate.dir/test_req_correlate.cpp.o | |
[296/345] Building CXX object sources/tests/CMakeFiles/test_reqrep_device.dir/test_reqrep_device.cpp.o | |
[297/345] Building CXX object sources/tests/CMakeFiles/test_proxy_single_socket.dir/test_proxy_single_socket.cpp.o | |
[298/345] Linking CXX executable bin/test_connect_resolve | |
[299/345] Linking CXX executable bin/test_setsockopt | |
[300/345] Linking CXX executable bin/test_iov | |
[301/345] Building CXX object sources/tests/CMakeFiles/test_spec_rep.dir/test_spec_rep.cpp.o | |
[302/345] Building CXX object sources/tests/CMakeFiles/test_unbind_inproc.dir/test_unbind_inproc.cpp.o | |
[303/345] Linking CXX executable bin/test_req_correlate | |
[304/345] Building CXX object sources/tests/CMakeFiles/test_unbind_wildcard.dir/test_unbind_wildcard.cpp.o | |
[305/345] Building CXX object sources/tests/CMakeFiles/test_diffserv.dir/test_diffserv.cpp.o | |
[306/345] Linking CXX executable bin/test_proxy_single_socket | |
[307/345] Linking CXX executable bin/test_reqrep_device | |
[308/345] Building CXX object sources/tests/CMakeFiles/test_ctx_destroy.dir/test_ctx_destroy.cpp.o | |
[309/345] Building CXX object sources/tests/CMakeFiles/test_probe_router.dir/test_probe_router.cpp.o | |
[310/345] Linking CXX executable bin/test_spec_rep | |
[311/345] Linking CXX executable bin/test_unbind_inproc | |
[312/345] Linking CXX executable bin/test_diffserv | |
[313/345] Building CXX object sources/tests/CMakeFiles/test_fork.dir/test_fork.cpp.o | |
[314/345] Linking CXX executable bin/test_unbind_wildcard | |
[315/345] Building CXX object sources/tests/CMakeFiles/test_security_curve.dir/test_security_curve.cpp.o | |
[316/345] Building CXX object sources/tests/CMakeFiles/test_spec_req.dir/test_spec_req.cpp.o | |
[317/345] Linking CXX executable bin/test_ctx_destroy | |
[318/345] Building CXX object sources/tests/CMakeFiles/test_zmq_poll_fd.dir/test_zmq_poll_fd.cpp.o | |
[319/345] Linking CXX executable bin/test_probe_router | |
[320/345] Building CXX object sources/tests/CMakeFiles/test_stream.dir/test_stream.cpp.o | |
[321/345] Linking CXX executable bin/test_fork | |
[322/345] Building CXX object sources/tests/CMakeFiles/test_proxy_terminate.dir/test_proxy_terminate.cpp.o | |
[323/345] Linking CXX executable bin/test_security_curve | |
[324/345] Linking CXX executable bin/test_spec_req | |
[325/345] Building CXX object sources/tests/CMakeFiles/test_shutdown_stress.dir/test_shutdown_stress.cpp.o | |
[326/345] Linking CXX executable bin/test_zmq_poll_fd | |
[327/345] Building CXX object sources/tests/CMakeFiles/test_spec_pushpull.dir/test_spec_pushpull.cpp.o | |
[328/345] Building CXX object sources/tests/CMakeFiles/test_spec_dealer.dir/test_spec_dealer.cpp.o | |
[329/345] Linking CXX executable bin/test_proxy_terminate | |
[330/345] Linking CXX executable bin/test_stream | |
[331/345] Building CXX object sources/tests/CMakeFiles/test_many_sockets.dir/test_many_sockets.cpp.o | |
[332/345] Building CXX object sources/tests/CMakeFiles/test_system.dir/test_system.cpp.o | |
[333/345] Linking CXX executable bin/test_shutdown_stress | |
[334/345] Building CXX object sources/tests/CMakeFiles/test_issue_566.dir/test_issue_566.cpp.o | |
[335/345] Building CXX object sources/tests/CMakeFiles/test_timeo.dir/test_timeo.cpp.o | |
[336/345] Linking CXX executable bin/test_spec_pushpull | |
[337/345] Linking CXX executable bin/test_spec_dealer | |
[338/345] Linking CXX executable bin/test_many_sockets | |
[339/345] Linking CXX executable bin/test_system | |
[340/345] Linking CXX executable bin/test_timeo | |
[341/345] Linking CXX executable bin/test_issue_566 | |
[342/345] Building CXX object sources/tests/CMakeFiles/test_security_null.dir/test_security_null.cpp.o | |
[343/345] Building CXX object sources/tests/CMakeFiles/test_connect_rid.dir/test_connect_rid.cpp.o | |
[344/345] Linking CXX executable bin/test_security_null | |
[345/345] Linking CXX executable bin/test_connect_rid | |
[1/1] Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/lib/pkgconfig/libzmq.pc | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/local_lat | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/local_lat" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/remote_lat | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/remote_lat" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/local_thr | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/local_thr" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/remote_thr | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/remote_thr" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/inproc_lat | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/inproc_lat" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/inproc_thr | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/bin/inproc_thr" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/lib/libzmq.so.4.2.2 | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/lib/libzmq.so.5.1.2 | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/lib/libzmq.so | |
-- Set runtime path of "/home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/lib/libzmq.so.4.2.2" to "" | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/include/zmq.h | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/include/zmq_utils.h | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/lib/libzmq.a | |
-- Up-to-date: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/include/zmq.h | |
-- Up-to-date: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/include/zmq_utils.h | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/share/zmq/AUTHORS.txt | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/share/zmq/COPYING.txt | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/share/zmq/COPYING.LESSER.txt | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/share/zmq/NEWS.txt | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/share/cmake/ZeroMQ/ZeroMQConfig.cmake | |
-- Installing: /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf/share/cmake/ZeroMQ/ZeroMQConfigVersion.cmake | |
zmq/4.2.2@bincrafters/stable: Package 'dc59a4f1f121ec77a1980da9ef297c9af3de06bf' built | |
zmq/4.2.2@bincrafters/stable: Build folder /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/build/dc59a4f1f121ec77a1980da9ef297c9af3de06bf | |
zmq/4.2.2@bincrafters/stable: Generated conaninfo.txt | |
zmq/4.2.2@bincrafters/stable: Generated conanbuildinfo.txt | |
zmq/4.2.2@bincrafters/stable: Generating the package | |
zmq/4.2.2@bincrafters/stable: Package folder /home/conan/.conan/data/zmq/4.2.2/bincrafters/stable/package/dc59a4f1f121ec77a1980da9ef297c9af3de06bf | |
zmq/4.2.2@bincrafters/stable: Calling package() | |
zmq/4.2.2@bincrafters/stable package(): Copied 1 file: COPYING | |
zmq/4.2.2@bincrafters/stable package(): Copied 2 '.cmake' files: FindZeroMQ.cmake, Findlibzmq.cmake | |
zmq/4.2.2@bincrafters/stable: Package 'dc59a4f1f121ec77a1980da9ef297c9af3de06bf' created | |
conan@ae6c6c1d728b:~/project$ conan search zmq/4.2.2@bincrafters/stable | |
Existing packages for recipe zmq/4.2.2@bincrafters/stable: | |
Package_ID: dc59a4f1f121ec77a1980da9ef297c9af3de06bf | |
[options] | |
encryption: libsodium | |
fPIC: True | |
shared: False | |
[settings] | |
arch: x86_64 | |
build_type: Release | |
compiler: gcc | |
compiler.libcxx: libstdc++ | |
compiler.version: 5 | |
os: Linux | |
[requires] | |
libsodium/1.0.16@bincrafters/stable:76f87539fc90ff313e0b3182641a9bb558a717d2 | |
Outdated from recipe: False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment