******************************************************************************** conan install libwebp/1.2.1@ --build=libwebp --profile=/home/conan/w/BuildSingleReference/77019/6e5e8d6d-e359-424f-ad01-31e7d382dc21/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 10 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=10 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=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] libwebp:shared=True [build_requires] [env] libwebp/1.2.1: Forced build from source Installing package: libwebp/1.2.1 Requirements libwebp/1.2.1 from local cache - Cache Packages libwebp/1.2.1:e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libwebp/1.2.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.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 libwebp/1.2.1: Copying sources to build folder libwebp/1.2.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4 libwebp/1.2.1: Generator cmake created conanbuildinfo.cmake libwebp/1.2.1: 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 libwebp/1.2.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4" -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" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DWEBP_ENABLE_SIMD="True" -DWEBP_NEAR_LOSSLESS="True" -DWEBP_ENABLE_SWAP_16BIT_CSP="False" -DCMAKE_DISABLE_FIND_PACKAGE_GIF="True" -DCMAKE_DISABLE_FIND_PACKAGE_PNG="True" -DCMAKE_DISABLE_FIND_PACKAGE_TIFF="True" -DCMAKE_DISABLE_FIND_PACKAGE_JPEG="True" -DWEBP_BUILD_ANIM_UTILS="False" -DWEBP_BUILD_CWEBP="False" -DWEBP_BUILD_DWEBP="False" -DWEBP_BUILD_IMG2WEBP="False" -DWEBP_BUILD_GIF2WEBP="False" -DWEBP_BUILD_VWEBP="False" -DWEBP_BUILD_EXTRAS="False" -DWEBP_BUILD_WEBPINFO="False" -DWEBP_BUILD_LIBWEBPMUX="True" -DWEBP_BUILD_WEBPMUX="False" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4' ----------------- -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.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 language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Performing Test HAVE_BUILTIN_BSWAP16 -- Performing Test HAVE_BUILTIN_BSWAP16 - Success -- Performing Test HAVE_BUILTIN_BSWAP32 -- Performing Test HAVE_BUILTIN_BSWAP32 - Success -- Performing Test HAVE_BUILTIN_BSWAP64 -- Performing Test HAVE_BUILTIN_BSWAP64 - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Performing Test FLAG_HAVE_PTHREAD_PRIO_INHERIT -- Performing Test FLAG_HAVE_PTHREAD_PRIO_INHERIT - Success -- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR) -- Performing Test HAVE_MATH_LIBRARY -- Performing Test HAVE_MATH_LIBRARY - Failed -- Adding -lm flag. -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - found -- Looking for include file GLUT/glut.h -- Looking for include file GLUT/glut.h - not found -- Looking for include file GL/glut.h -- Looking for include file GL/glut.h - not found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file memory.h -- Looking for include file memory.h - found -- Looking for include file OpenGL/glut.h -- Looking for include file OpenGL/glut.h - not found -- Looking for include file shlwapi.h -- Looking for include file shlwapi.h - not found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for include file strings.h -- Looking for include file strings.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for include file sys/stat.h -- Looking for include file sys/stat.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file wincodec.h -- Looking for include file wincodec.h - not found -- Looking for include file windows.h -- Looking for include file windows.h - not found -- Performing Test WEBP_HAVE_FLAG_SSE41 -- Performing Test WEBP_HAVE_FLAG_SSE41 - Failed -- Performing Test WEBP_HAVE_FLAG_SSE41 -- Performing Test WEBP_HAVE_FLAG_SSE41 - Success -- Performing Test WEBP_HAVE_FLAG_SSE2 -- Performing Test WEBP_HAVE_FLAG_SSE2 - Success -- Performing Test WEBP_HAVE_FLAG_MIPS32 -- Performing Test WEBP_HAVE_FLAG_MIPS32 - Failed -- Performing Test WEBP_HAVE_FLAG_MIPS32 -- Performing Test WEBP_HAVE_FLAG_MIPS32 - Failed -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2 -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2 - Failed -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2 -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2 - Failed -- Performing Test HAS_COMPILE_FLAG -- Performing Test HAS_COMPILE_FLAG - Failed -- Performing Test WEBP_HAVE_FLAG_NEON -- Performing Test WEBP_HAVE_FLAG_NEON - Failed -- Performing Test WEBP_HAVE_FLAG_NEON -- Performing Test WEBP_HAVE_FLAG_NEON - Failed -- Performing Test WEBP_HAVE_FLAG_MSA -- Performing Test WEBP_HAVE_FLAG_MSA - Failed -- Performing Test WEBP_HAVE_FLAG_MSA -- Performing Test WEBP_HAVE_FLAG_MSA - Failed -- Performing Test HAS_COMPILE_FLAG -- Performing Test HAS_COMPILE_FLAG - Failed -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4' '--' '-j3' ----------------- Scanning dependencies of target webpencode Scanning dependencies of target webpdecode Scanning dependencies of target webpdspdecode [ 0%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/alpha_enc.c.o [ 1%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/alpha_dec.c.o [ 2%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/alpha_processing.c.o [ 3%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/analysis_enc.c.o [ 4%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/cpu.c.o [ 4%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/buffer_dec.c.o [ 5%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/dec.c.o [ 6%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/frame_dec.c.o [ 7%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/backward_references_cost_enc.c.o [ 8%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/dec_clip_tables.c.o [ 9%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/backward_references_enc.c.o [ 10%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/idec_dec.c.o [ 11%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/filters.c.o [ 12%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/lossless.c.o [ 13%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/io_dec.c.o [ 14%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/config_enc.c.o [ 15%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/cost_enc.c.o [ 16%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/rescaler.c.o [ 17%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/quant_dec.c.o [ 17%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/upsampling.c.o [ 18%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/filter_enc.c.o [ 19%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/tree_dec.c.o [ 19%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/frame_enc.c.o [ 20%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/vp8_dec.c.o [ 21%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/yuv.c.o [ 21%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/vp8l_dec.c.o [ 22%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/alpha_processing_sse41.c.o [ 23%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/histogram_enc.c.o [ 24%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/dec_sse41.c.o [ 25%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/lossless_sse41.c.o [ 26%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/upsampling_sse41.c.o [ 27%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/iterator_enc.c.o [ 28%] Building C object source_subfolder/CMakeFiles/webpdecode.dir/src/dec/webp_dec.c.o [ 29%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/near_lossless_enc.c.o [ 30%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/yuv_sse41.c.o [ 30%] Built target webpdecode Scanning dependencies of target webputils [ 31%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/bit_reader_utils.c.o [ 32%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/picture_enc.c.o [ 33%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/color_cache_utils.c.o [ 34%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/filters_utils.c.o [ 35%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/picture_csp_enc.c.o [ 35%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/alpha_processing_sse2.c.o [ 36%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/huffman_utils.c.o [ 37%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/quant_levels_dec_utils.c.o [ 38%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/rescaler_utils.c.o [ 39%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/dec_sse2.c.o [ 39%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/random_utils.c.o [ 40%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/picture_psnr_enc.c.o [ 41%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/thread_utils.c.o [ 42%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/utils.c.o [ 43%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/picture_rescale_enc.c.o [ 44%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/bit_writer_utils.c.o [ 44%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/picture_tools_enc.c.o [ 45%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/huffman_encode_utils.c.o [ 46%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/predictor_enc.c.o [ 47%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/filters_sse2.c.o [ 48%] Building C object source_subfolder/CMakeFiles/webputils.dir/src/utils/quant_levels_utils.c.o [ 48%] Built target webputils Scanning dependencies of target webpdsp [ 49%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/alpha_processing.c.o [ 50%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/lossless_sse2.c.o [ 51%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/quant_enc.c.o [ 51%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/cpu.c.o [ 52%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/dec.c.o [ 53%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/syntax_enc.c.o [ 54%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/rescaler_sse2.c.o [ 55%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/token_enc.c.o [ 56%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/dec_clip_tables.c.o [ 57%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/filters.c.o [ 58%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/tree_enc.c.o [ 59%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/upsampling_sse2.c.o [ 60%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/lossless.c.o [ 61%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/vp8l_enc.c.o [ 62%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/rescaler.c.o [ 63%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/upsampling.c.o [ 64%] Building C object source_subfolder/CMakeFiles/webpdspdecode.dir/src/dsp/yuv_sse2.c.o [ 64%] Building C object source_subfolder/CMakeFiles/webpencode.dir/src/enc/webp_enc.c.o [ 65%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/yuv.c.o [ 65%] Built target webpencode [ 65%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/alpha_processing_sse41.c.o Scanning dependencies of target webputilsdecode [ 66%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/bit_reader_utils.c.o [ 66%] Built target webpdspdecode [ 66%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/color_cache_utils.c.o [ 67%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/dec_sse41.c.o [ 68%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/filters_utils.c.o [ 69%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/huffman_utils.c.o [ 70%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/quant_levels_dec_utils.c.o [ 71%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/lossless_sse41.c.o [ 72%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/rescaler_utils.c.o [ 73%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/random_utils.c.o [ 74%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/upsampling_sse41.c.o [ 75%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/thread_utils.c.o [ 76%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/yuv_sse41.c.o [ 77%] Building C object source_subfolder/CMakeFiles/webputilsdecode.dir/src/utils/utils.c.o [ 78%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/alpha_processing_sse2.c.o [ 78%] Built target webputilsdecode [ 79%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/dec_sse2.c.o [ 79%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/filters_sse2.c.o Scanning dependencies of target webpdecoder [ 80%] Linking C shared library ../lib/libwebpdecoder.so [ 80%] Built target webpdecoder [ 81%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/lossless_sse2.c.o [ 82%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/rescaler_sse2.c.o [ 83%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/upsampling_sse2.c.o [ 84%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/yuv_sse2.c.o [ 85%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/cost.c.o [ 86%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/enc.c.o [ 86%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/lossless_enc.c.o [ 87%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/ssim.c.o [ 88%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/cost_sse2.c.o [ 89%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/enc_sse2.c.o [ 90%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/lossless_enc_sse2.c.o [ 91%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/ssim_sse2.c.o [ 92%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/enc_sse41.c.o [ 92%] Building C object source_subfolder/CMakeFiles/webpdsp.dir/src/dsp/lossless_enc_sse41.c.o [ 92%] Built target webpdsp Scanning dependencies of target webp [ 93%] Linking C shared library ../lib/libwebp.so [ 93%] Built target webp Scanning dependencies of target webpdemux Scanning dependencies of target libwebpmux [ 94%] Building C object source_subfolder/CMakeFiles/webpdemux.dir/src/demux/anim_decode.c.o [ 95%] Building C object source_subfolder/CMakeFiles/webpdemux.dir/src/demux/demux.c.o [ 95%] Building C object source_subfolder/CMakeFiles/libwebpmux.dir/src/mux/anim_encode.c.o [ 96%] Building C object source_subfolder/CMakeFiles/libwebpmux.dir/src/mux/muxedit.c.o [ 97%] Linking C shared library ../lib/libwebpdemux.so [ 98%] Building C object source_subfolder/CMakeFiles/libwebpmux.dir/src/mux/muxinternal.c.o [ 98%] Built target webpdemux [ 99%] Building C object source_subfolder/CMakeFiles/libwebpmux.dir/src/mux/muxread.c.o [100%] Linking C shared library ../lib/libwebpmux.so [100%] Built target libwebpmux libwebp/1.2.1: Package 'e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4' built libwebp/1.2.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4 libwebp/1.2.1: Generated conaninfo.txt libwebp/1.2.1: Generated conanbuildinfo.txt libwebp/1.2.1: Generating the package libwebp/1.2.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4 libwebp/1.2.1: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/build/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4' '--target' 'install' '--' '-j3' ----------------- [ 19%] Built target webpencode [ 27%] Built target webpdecode [ 46%] Built target webpdspdecode [ 57%] Built target webputils [ 83%] Built target webpdsp [ 91%] Built target webputilsdecode [ 92%] Built target webp [ 93%] Built target webpdecoder [ 97%] Built target libwebpmux [100%] Built target webpdemux Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/pkgconfig/libwebpdecoder.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/pkgconfig/libwebp.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/pkgconfig/libwebpdemux.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/pkgconfig/libwebpmux.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdecoder.so.3.1.2 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdecoder.so.3 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdecoder.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/decode.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/types.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebp.so.7.1.2 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebp.so.7 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebp.so -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/decode.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/encode.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/types.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdemux.so.2.0.8 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdemux.so.2 -- Set runtime path of "/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdemux.so.2.0.8" to "" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpdemux.so -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/decode.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/demux.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/mux_types.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/types.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpmux.so.3.0.7 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpmux.so.3 -- Set runtime path of "/home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpmux.so.3.0.7" to "" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/lib/libwebpmux.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/mux.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/mux_types.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/include/webp/types.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/share/WebP/cmake/WebPTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/share/WebP/cmake/WebPTargets-debug.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/share/WebP/cmake/WebPConfigVersion.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebp/1.2.1/_/_/package/e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4/share/WebP/cmake/WebPConfig.cmake [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 libwebp/1.2.1 package(): Packaged 1 file: COPYING libwebp/1.2.1 package(): Packaged 6 '.h' files libwebp/1.2.1 package(): Packaged 1 '.8' file: libwebpdemux.so.2.0.8 libwebp/1.2.1 package(): Packaged 3 '.2' files: libwebpdecoder.so.3.1.2, libwebpdemux.so.2, libwebp.so.7.1.2 libwebp/1.2.1 package(): Packaged 2 '.7' files: libwebp.so.7, libwebpmux.so.3.0.7 libwebp/1.2.1 package(): Packaged 4 '.so' files: libwebp.so, libwebpdecoder.so, libwebpmux.so, libwebpdemux.so libwebp/1.2.1 package(): Packaged 2 '.3' files: libwebpdecoder.so.3, libwebpmux.so.3 libwebp/1.2.1: Package 'e0cdbdb6fff34e2c0d0d94b1b9b40286ccc8d6e4' created libwebp/1.2.1: Created package revision 25a788942ccd25355e7ae6d32f3a4eb7 [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