******************************************************************************** conan install libusrsctp/0.9.5.0@ --profile=/home/conan/w/BuildSingleReference/8372/e5b10025-03ff-473a-b1ff-c023c53035dc/profile.txt --build=libusrsctp ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 6.4 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/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=6 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=6 os=Linux os_build=Linux [options] libusrsctp:shared=False [build_requires] [env] libusrsctp/0.9.5.0: Forced build from source Installing package: libusrsctp/0.9.5.0 Requirements libusrsctp/0.9.5.0 from local cache - Cache Packages libusrsctp/0.9.5.0:f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libusrsctp/0.9.5.0: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libusrsctp/0.9.5.0: Copying sources to build folder libusrsctp/0.9.5.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libusrsctp/0.9.5.0: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libusrsctp/0.9.5.0: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="6" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Dsctp_debug="False" -Dsctp_werror="False" -Dsctp_build_shared_lib="False" -Dsctp_build_programs="False" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' ----------------- -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 6 -- Conan: Checking correct version: 6 -- Looking for include file sys/queue.h -- Looking for include file sys/queue.h - found -- Looking for include files sys/socket.h, linux/if_addr.h -- Looking for include files sys/socket.h, linux/if_addr.h - found -- Looking for include files sys/socket.h, linux/rtnetlink.h -- Looking for include files sys/socket.h, linux/rtnetlink.h - found -- Looking for 4 include files sys/types.h, ..., netinet/ip_icmp.h -- Looking for 4 include files sys/types.h, ..., netinet/ip_icmp.h - found -- Looking for include file stdatomic.h -- Looking for include file stdatomic.h - found -- Looking for usrsctp.h -- Looking for usrsctp.h - found -- Performing Test have_sa_len -- Performing Test have_sa_len - Failed -- Performing Test have_sin_len -- Performing Test have_sin_len - Failed -- Performing Test have_sin6_len -- Performing Test have_sin6_len - Failed -- Performing Test have_sconn_len -- Performing Test have_sconn_len - Failed -- Performing Test has_wfloat_equal -- Performing Test has_wfloat_equal - Success -- Performing Test has_wshadow -- Performing Test has_wshadow - Success -- Performing Test has_wpointer_aritih -- Performing Test has_wpointer_aritih - Success -- Performing Test has_wunreachable_code -- Performing Test has_wunreachable_code - Success -- Performing Test has_winit_self -- Performing Test has_winit_self - Success -- Performing Test has_wno_unused_function -- Performing Test has_wno_unused_function - Success -- Performing Test has_wno_unused_parameter -- Performing Test has_wno_unused_parameter - Success -- Performing Test has_wno_unreachable_code -- Performing Test has_wno_unreachable_code - Success -- Performing Test has_wstrict_prototypes -- Performing Test has_wstrict_prototypes - Success -- Compiler flags (CMAKE_C_FLAGS): -m64 -std=c99 -pedantic -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Wunreachable-code -Winit-self -Wno-unused-function -Wno-unused-parameter -Wno-unreachable-code -Wstrict-prototypes -- Performing Test has_wno_address_of_packed_member -- Performing Test has_wno_address_of_packed_member - Success -- Performing Test has_wno_deprecated_declarations -- Performing Test has_wno_deprecated_declarations - Success -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--' '-j3' ----------------- Scanning dependencies of target usrsctp [ 4%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_asconf.c.o [ 8%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_auth.c.o [ 12%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_bsd_addr.c.o [ 16%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_callout.c.o [ 20%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_cc_functions.c.o [ 25%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_crc32.c.o [ 29%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_indata.c.o [ 33%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_input.c.o [ 37%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_output.c.o [ 41%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_pcb.c.o [ 45%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_peeloff.c.o [ 50%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_sha1.c.o [ 54%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_ss_functions.c.o [ 58%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_sysctl.c.o [ 62%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_timer.c.o [ 66%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_userspace.c.o [ 70%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctp_usrreq.c.o [ 75%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet/sctputil.c.o [ 79%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/netinet6/sctp6_usrreq.c.o [ 83%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/user_environment.c.o [ 87%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/user_mbuf.c.o [ 91%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/user_recv_thread.c.o [ 95%] Building C object source_subfolder/usrsctplib/CMakeFiles/usrsctp.dir/user_socket.c.o [100%] Linking C static library ../../lib/libusrsctp.a [100%] Built target usrsctp libusrsctp/0.9.5.0: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' built libusrsctp/0.9.5.0: Build folder /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libusrsctp/0.9.5.0: Generated conaninfo.txt libusrsctp/0.9.5.0: Generated conanbuildinfo.txt libusrsctp/0.9.5.0: Generating the package libusrsctp/0.9.5.0: Package folder /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libusrsctp/0.9.5.0: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--target' 'install' '--' '-j3' ----------------- [100%] Built target usrsctp Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libusrsctp.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/usrsctp.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libusrsctp/0.9.5.0/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/pkgconfig/usrsctp.pc [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 libusrsctp/0.9.5.0 package(): Packaged 1 '.a' file: libusrsctp.a libusrsctp/0.9.5.0 package(): Packaged 1 '.md' file: LICENSE.md libusrsctp/0.9.5.0 package(): Packaged 1 '.h' file: usrsctp.h libusrsctp/0.9.5.0: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' created libusrsctp/0.9.5.0: Created package revision 5d73fe79d493203db727c42434cb530d [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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY