******************************************************************************** conan install giflib/5.2.1@ --build=giflib --profile=/home/conan/w/BuildSingleReference/77100/2eeb4a4a-71d7-4ff3-bb70-4c50d4b2b8f3/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 9 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=9 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=9 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:2191f8e3caef29cde1b3254990baf378592bfc96 - 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/2191f8e3caef29cde1b3254990baf378592bfc96 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/2191f8e3caef29cde1b3254990baf378592bfc96' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -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/2191f8e3caef29cde1b3254990baf378592bfc96" -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/2191f8e3caef29cde1b3254990baf378592bfc96' ----------------- -- The C compiler identification is GNU 9.2.1 -- 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 -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- 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 9 -- Conan: Checking correct version: 9 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96' '--' '-j3' ----------------- Scanning dependencies of target gif [ 4%] Building C object CMakeFiles/gif.dir/source_subfolder/dgif_lib.c.o [ 12%] Building C object CMakeFiles/gif.dir/source_subfolder/egif_lib.c.o [ 12%] Building C object CMakeFiles/gif.dir/source_subfolder/gifalloc.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/quantize.c.o [ 41%] Building C object CMakeFiles/giflib_util.dir/source_subfolder/qprintf.c.o [ 45%] Building C object CMakeFiles/giflib_util.dir/source_subfolder/getarg.c.o [ 50%] Linking C static library lib/libgiflib_util.a [ 50%] Built target giflib_util Scanning dependencies of target giftext Scanning dependencies of target gifbuild Scanning dependencies of target gif2rgb [ 54%] Building C object CMakeFiles/giftext.dir/source_subfolder/giftext.c.o [ 58%] Building C object CMakeFiles/gifbuild.dir/source_subfolder/gifbuild.c.o [ 62%] Building C object CMakeFiles/gif2rgb.dir/source_subfolder/gif2rgb.c.o [ 66%] Linking C executable bin/gif2rgb [ 70%] Linking C executable bin/giftext [ 70%] Built target gif2rgb Scanning dependencies of target giftool [ 75%] Building C object CMakeFiles/giftool.dir/source_subfolder/giftool.c.o [ 75%] Built target giftext Scanning dependencies of target giffix [ 79%] Building C object CMakeFiles/giffix.dir/source_subfolder/giffix.c.o [ 83%] Linking C executable bin/gifbuild [ 83%] Built target gifbuild Scanning dependencies of target gifclrmp [ 87%] Building C object CMakeFiles/gifclrmp.dir/source_subfolder/gifclrmp.c.o [ 91%] Linking C executable bin/giffix [ 91%] Built target giffix [ 95%] Linking C executable bin/giftool [ 95%] Built target giftool [100%] Linking C executable bin/gifclrmp [100%] Built target gifclrmp giflib/5.2.1: Package '2191f8e3caef29cde1b3254990baf378592bfc96' built giflib/5.2.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96 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/2191f8e3caef29cde1b3254990baf378592bfc96 giflib/5.2.1: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96' '--target' 'install' '--' '-j3' ----------------- [ 33%] Built target gif [ 50%] Built target giflib_util [ 58%] Built target giftext [ 66%] Built target gif2rgb [ 75%] Built target gifbuild [ 83%] Built target giftool [ 91%] Built target gifclrmp [100%] Built target giffix Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/lib/libgif.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/include/gif_lib.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/bin/gif2rgb -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/bin/gifbuild -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/bin/giffix -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/bin/giftext -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/bin/giftool -- Installing: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/bin/gifclrmp [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 '2191f8e3caef29cde1b3254990baf378592bfc96' created giflib/5.2.1: Created package revision 5c6cbb268e4f1dff146a606eec0384cc giflib/5.2.1: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/package/2191f8e3caef29cde1b3254990baf378592bfc96/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 /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftext.c: In function ‘PrintPixelBlock’: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftext.c:431:16: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] 431 | " %02x", PixelBlock[i]); | ^ In file included from /usr/include/stdio.h:867, from /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftext.c:10: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 4 bytes into a destination of size 3 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftext.c: In function ‘PrintExtBlock.part.0’: /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftext.c:388:13: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] 388 | " %02x", Extension[i]); | ^ In file included from /usr/include/stdio.h:867, from /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftext.c:10: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 4 bytes into a destination of size 3 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftool.c:9: In function ‘fprintf’, inlined from ‘getbool’ at /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftool.c:65:11, inlined from ‘getbool’ at /home/conan/w/BuildSingleReference/.conan/data/giflib/5.2.1/_/_/build/2191f8e3caef29cde1b3254990baf378592bfc96/source_subfolder/giftool.c:46:6: /usr/include/x86_64-linux-gnu/bits/stdio2.h:100:10: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 100 | return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~