******************************************************************************** conan install giflib/5.2.1@ --build=giflib --profile=/home/conan/w/BuildSingleReference/68554/0391f27c-e41e-49be-8c75-f339030ff2a1/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) Found gcc 11.1 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=11 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 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] giflib:shared=False [build_requires] [env] giflib/5.2.1: Forced build from source Installing package: giflib/5.2.1 Requirements giflib/5.2.1 from local cache - Cache Packages giflib/5.2.1:2d55cd91348dc40b923ee4b2ea4affa4404efa6d - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK giflib/5.2.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK giflib/5.2.1: Copying sources to build folder giflib/5.2.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d giflib/5.2.1: Generator cmake created conanbuildinfo.cmake giflib/5.2.1: Aggregating env generators [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 giflib/5.2.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="11" -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/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d" -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" -DUTILS="True" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d' ----------------- -- The C compiler identification is GNU 11.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C 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) -- This project seems to be plain C, using 'GNU' compiler -- Conan: Compiler GCC>=5, checking major version 11 -- Conan: Checking correct version: 11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d' '--' '-j3' ----------------- Scanning dependencies of target gif [ 4%] Building C object CMakeFiles/gif.dir/source_subfolder/dgif_lib.c.o [ 8%] Building C object CMakeFiles/gif.dir/source_subfolder/gifalloc.c.o [ 12%] Building C object CMakeFiles/gif.dir/source_subfolder/egif_lib.c.o [ 16%] Building C object CMakeFiles/gif.dir/source_subfolder/gif_err.c.o [ 20%] Building C object CMakeFiles/gif.dir/source_subfolder/gif_font.c.o [ 25%] Building C object CMakeFiles/gif.dir/source_subfolder/gif_hash.c.o [ 29%] Building C object CMakeFiles/gif.dir/source_subfolder/openbsd-reallocarray.c.o [ 33%] Linking C static library lib/libgif.a [ 33%] Built target gif Scanning dependencies of target giflib_util [ 37%] Building C object CMakeFiles/giflib_util.dir/source_subfolder/qprintf.c.o [ 41%] Building C object CMakeFiles/giflib_util.dir/source_subfolder/getarg.c.o [ 45%] Building C object CMakeFiles/giflib_util.dir/source_subfolder/quantize.c.o [ 50%] Linking C static library lib/libgiflib_util.a [ 50%] Built target giflib_util Scanning dependencies of target gifclrmp Scanning dependencies of target giftool Scanning dependencies of target gif2rgb [ 54%] Building C object CMakeFiles/giftool.dir/source_subfolder/giftool.c.o [ 58%] Building C object CMakeFiles/gif2rgb.dir/source_subfolder/gif2rgb.c.o [ 62%] Building C object CMakeFiles/gifclrmp.dir/source_subfolder/gifclrmp.c.o [ 66%] Linking C executable bin/giftool [ 66%] Built target giftool Scanning dependencies of target gifbuild [ 70%] Building C object CMakeFiles/gifbuild.dir/source_subfolder/gifbuild.c.o [ 75%] Linking C executable bin/gifclrmp [ 75%] Built target gifclrmp Scanning dependencies of target giffix [ 79%] Building C object CMakeFiles/giffix.dir/source_subfolder/giffix.c.o [ 83%] Linking C executable bin/gif2rgb [ 83%] Built target gif2rgb Scanning dependencies of target giftext [ 87%] Building C object CMakeFiles/giftext.dir/source_subfolder/giftext.c.o [ 91%] Linking C executable bin/giffix [ 91%] Built target giffix [ 95%] Linking C executable bin/giftext [ 95%] Built target giftext [100%] Linking C executable bin/gifbuild [100%] Built target gifbuild giflib/5.2.1: Package '2d55cd91348dc40b923ee4b2ea4affa4404efa6d' built giflib/5.2.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d giflib/5.2.1: Generated conaninfo.txt giflib/5.2.1: Generated conanbuildinfo.txt giflib/5.2.1: Generating the package giflib/5.2.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d giflib/5.2.1: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2d55cd91348dc40b923ee4b2ea4affa4404efa6d' '--target' 'install' '--' '-j3' ----------------- [ 33%] Built target gif [ 50%] Built target giflib_util [ 58%] Built target giftool [ 66%] Built target gifclrmp [ 75%] Built target gif2rgb [ 83%] Built target gifbuild [ 91%] Built target giffix [100%] Built target giftext Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/lib/libgif.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin/gif2rgb -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin/gifbuild -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin/giffix -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin/giftext -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin/giftool -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin/gifclrmp -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/include/gif_lib.h [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 giflib/5.2.1 package(): Packaged 7 files giflib/5.2.1 package(): Packaged 1 '.h' file: gif_lib.h giflib/5.2.1 package(): Packaged 1 '.a' file: libgif.a giflib/5.2.1: Package '2d55cd91348dc40b923ee4b2ea4affa4404efa6d' created giflib/5.2.1: Created package revision f1bbfb7e671ee9330a28a03d7fdc224c giflib/5.2.1: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2d55cd91348dc40b923ee4b2ea4affa4404efa6d/bin [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 Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR