******************************************************************************** conan install libmodbus/3.1.6@#78df258b0606378d6af085f303a5e627 --build=libmodbus -pr /home/conan/w/prod/BuildSingleReference/98013/06ba3640-1139-4c43-99a7-17ad449a43d5/profile_linux_7_libstdcpp11_gcc_debug_64.libmodbus-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 7 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=7 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] libmodbus:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libmodbus/3.1.6: Forced build from source Installing package: libmodbus/3.1.6 Requirements libmodbus/3.1.6 from local cache - Cache Packages libmodbus/3.1.6:46863e2dc48a06454dddba7dea457fd3976ba047 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libmodbus/3.1.6: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/source/src libmodbus/3.1.6: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK libmodbus/3.1.6: Copying sources to build folder libmodbus/3.1.6: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047 libmodbus/3.1.6: Generator txt created conanbuildinfo.txt libmodbus/3.1.6: Calling generate() libmodbus/3.1.6: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libmodbus/3.1.6: Calling build() libmodbus/3.1.6: Calling: > "/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/configure" '--enable-shared' '--disable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--without-documentation' '--disable-tests' ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/conanbuild.sh" && "/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/configure" '--enable-shared' '--disable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--without-documentation' '--disable-tests' ----------------- Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanautotoolstoolchain.sh Configuring environment variables Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanautotoolsdeps.sh Configuring environment variables Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanbuildenv-debug-x86_64.sh Configuring environment variables 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 how to create a pax tar archive... gnutar checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... gcc3 checking for /usr/bin/gcc option to accept ISO C99... none needed checking for /usr/bin/gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/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 /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking linux/serial.h usability... yes checking linux/serial.h presence... yes checking for linux/serial.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/params.h usability... no checking sys/params.h presence... no checking for sys/params.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking whether to build documentation... no checking whether __CYGWIN__ is declared... no checking for accept4... yes checking for getaddrinfo... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for strlcpy... no checking for inline... inline checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... gcc3 checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/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 /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/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 for int64_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking whether TIOCSRS485 is declared... yes checking whether TIOCM_RTS is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/modbus-version.h config.status: creating src/win32/modbus.dll.manifest config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating libmodbus.pc config.status: creating config.h config.status: creating tests/unit-test.h config.status: executing depfiles commands config.status: executing libtool commands libmodbus 3.1.6 =============== prefix: / sysconfdir: ${prefix}/etc libdir: ${prefix}/lib includedir: ${prefix}/include compiler: /usr/bin/gcc cflags: -m64 -g ldflags: -m64 documentation: no tests: no ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/conanbuild.sh" && make -j3 ----------------- Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanautotoolstoolchain.sh Configuring environment variables Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanautotoolsdeps.sh Configuring environment variables Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanbuildenv-debug-x86_64.sh Configuring environment variables make --no-print-directory all-recursive Making all in src CC modbus.lo CC modbus-data.lo CC modbus-rtu.lo CC modbus-tcp.lo CCLD libmodbus.la Making all in doc make[2]: Nothing to be done for 'all'. libmodbus/3.1.6: Package '46863e2dc48a06454dddba7dea457fd3976ba047' built libmodbus/3.1.6: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug libmodbus/3.1.6: Generated conaninfo.txt libmodbus/3.1.6: Generated conanbuildinfo.txt libmodbus/3.1.6: Generating the package libmodbus/3.1.6: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047 libmodbus/3.1.6: Calling package() libmodbus/3.1.6: Copied 1 '.LESSER' file: COPYING.LESSER ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/conanbuild.sh" && make install DESTDIR=/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047 -j3 ----------------- Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanautotoolstoolchain.sh Configuring environment variables Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanautotoolsdeps.sh Configuring environment variables Capturing current environment in /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/build-debug/conan/deactivate_conanbuildenv-debug-x86_64.sh Configuring environment variables Making install in src /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//include/modbus' /bin/bash ../libtool --mode=install /usr/bin/install -c libmodbus.la '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib' /usr/bin/install -c -m 644 /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/src/modbus.h modbus-version.h /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/src/modbus-rtu.h /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/src/modbus-tcp.h '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//include/modbus' libtool: install: /usr/bin/install -c .libs/libmodbus.so.5.1.0 /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib/libmodbus.so.5.1.0 libtool: install: (cd /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib && { ln -s -f libmodbus.so.5.1.0 libmodbus.so.5 || { rm -f libmodbus.so.5 && ln -s libmodbus.so.5.1.0 libmodbus.so.5; }; }) libtool: install: (cd /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib && { ln -s -f libmodbus.so.5.1.0 libmodbus.so || { rm -f libmodbus.so && ln -s libmodbus.so.5.1.0 libmodbus.so; }; }) libtool: install: /usr/bin/install -c .libs/libmodbus.lai /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib/libmodbus.la Making install in doc make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//share/doc/libmodbus' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib/pkgconfig' /usr/bin/install -c -m 644 libmodbus.pc '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//lib/pkgconfig' /usr/bin/install -c -m 644 /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/MIGRATION /home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/build/46863e2dc48a06454dddba7dea457fd3976ba047/src/README.md '/home/conan/w/prod/BuildSingleReference/.conan/data/libmodbus/3.1.6/_/_/package/46863e2dc48a06454dddba7dea457fd3976ba047//share/doc/libmodbus' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK libmodbus/3.1.6 package(): Packaged 1 '.5' file: libmodbus.so.5 libmodbus/3.1.6 package(): Packaged 1 '.0' file: libmodbus.so.5.1.0 libmodbus/3.1.6 package(): Packaged 1 '.so' file: libmodbus.so libmodbus/3.1.6 package(): Packaged 1 '.LESSER' file: COPYING.LESSER libmodbus/3.1.6 package(): Packaged 4 '.h' files: modbus.h, modbus-version.h, modbus-tcp.h, modbus-rtu.h libmodbus/3.1.6: Package '46863e2dc48a06454dddba7dea457fd3976ba047' created libmodbus/3.1.6: Created package revision 7cd31f257709883d731f221959d9fdf2 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators configure: WARNING: The tools to build the documentation aren't installed libtool: warning: remember to run 'libtool --finish //lib' libmodbus/3.1.6: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior libmodbus/3.1.6: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior