******************************************************************************** conan install liburing/0.1@ --build=liburing --profile=/home/conan/w/BuildSingleReference/34363/085f147d-ae03-44d0-bbba-307723964b94/profile.txt ******************************************************************************** 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] liburing:shared=False [build_requires] [env] liburing/0.1: Forced build from source Installing package: liburing/0.1 Requirements liburing/0.1 from local cache - Cache Packages liburing/0.1:f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK liburing/0.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK liburing/0.1: Copying sources to build folder liburing/0.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb liburing/0.1: Generator txt created conanbuildinfo.txt [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 liburing/0.1: Calling build() liburing/0.1: Calling: > ./configure '--prefix=/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' ----Running------ > ./configure '--prefix=/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' ----------------- prefix /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb includedir ${prefix}/include libdir ${prefix}/lib mandir /usr/man __kernel_rwf_t no ----Running------ > make -j3 ----------------- make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o setup.ol setup.c /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o queue.ol queue.c /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o syscall.ol syscall.c /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o register.ol register.c /usr/bin/gcc -shared -fPIC -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o setup.os setup.c /usr/bin/gcc -shared -fPIC -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o queue.os queue.c /usr/bin/gcc -shared -fPIC -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o syscall.os syscall.c /usr/bin/gcc -shared -fPIC -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -c -o register.os register.c rm -f liburing.a ar r liburing.a setup.ol queue.ol syscall.ol register.ol ranlib liburing.a /usr/bin/gcc -shared -fPIC -m64 -O3 -s -std=gnu99 -fPIC -Wall -Iinclude/ -Wl,--version-script=liburing.map -Wl,-soname=liburing.so.1 -o liburing.so.1.0.1 setup.os queue.os syscall.os register.os -m64 make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/test' /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o poll poll.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o poll-cancel poll-cancel.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o ring-leak ring-leak.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o fsync fsync.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o io_uring_setup io_uring_setup.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o io_uring_register io_uring_register.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o io_uring_enter io_uring_enter.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o nop nop.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o sq-full sq-full.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o cq-full cq-full.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o 35fa71a030ca-test 35fa71a030ca-test.c -lpthread /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o 917257daa0fe-test 917257daa0fe-test.c /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o b19062a56726-test b19062a56726-test.c /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o eeed8b54e0df-test eeed8b54e0df-test.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o link link.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o send_recvmsg send_recvmsg.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o a4c0b3decb33-test a4c0b3decb33-test.c -luring make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/test' make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/examples' /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o io_uring-test io_uring-test.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o io_uring-cp io_uring-cp.c -luring /usr/bin/gcc -m64 -O3 -s -std=gnu99 -fPIC -Wall -D_GNU_SOURCE -L../src/ -I../src/include/ -o link-cp link-cp.c -luring make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/examples' liburing/0.1: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' built liburing/0.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb liburing/0.1: Generated conaninfo.txt liburing/0.1: Generated conanbuildinfo.txt liburing/0.1: Generating the package liburing/0.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb liburing/0.1: Calling package() ----Running------ > make install 'ENABLE_SHARED=0' -j3 ----------------- sed -e "s%@prefix@%/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb%g" \ -e "s%@libdir@%/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib%g" \ -e "s%@includedir@%/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include%g" \ -e "s%@NAME@%liburing%g" \ -e "s%@VERSION@%0.1%g" \ liburing.pc.in >liburing.pc make[1]: Entering directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' install -D -m 644 include/liburing/io_uring.h /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/liburing/io_uring.h install -D -m 644 include/liburing.h /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/liburing.h install -D -m 644 include/liburing/compat.h /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/liburing/compat.h install -D -m 644 include/liburing/barrier.h /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/liburing/barrier.h install -D -m 644 liburing.a /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/liburing.a make[1]: Leaving directory '/home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' install -D -m 644 liburing.pc /home/conan/w/BuildSingleReference/.conan/data/liburing/0.1/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/pkgconfig/liburing.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 liburing/0.1 package(): Packaged 1 '.a' file: liburing.a liburing/0.1 package(): Packaged 1 file: COPYING liburing/0.1 package(): Packaged 4 '.h' files: liburing.h, compat.h, barrier.h, io_uring.h liburing/0.1: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' created liburing/0.1: Created package revision f5ffff7a8abae3e1125b0a0f08086615 [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 ar: creating liburing.a