Auto detecting your dev setup to initialize the default profile (/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.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/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.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/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 7.24609375 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: CMakeLists.txt [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK Exporting package recipe libelf/0.8.13 exports: File 'conandata.yml' found. Exporting it... libelf/0.8.13 exports: Copied 1 '.yml' file: conandata.yml libelf/0.8.13 exports_sources: Copied 1 '.txt' file: CMakeLists.txt [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'0.8.13': {'url': ['http://repository.timesys.com/buildsources/l/libelf/libelf-0.8.13/libelf-0.8.13.tar.gz', 'https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz'], 'sha256': '591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d'}}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: sources: 0.8.13: sha256: 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d url: - http://repository.timesys.com/buildsources/l/libelf/libelf-0.8.13/libelf-0.8.13.tar.gz - https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK [HOOK - conan-center.py] post_export(): [DEFAULT SHARED OPTION VALUE (KB-H050)] OK libelf/0.8.13: A new conanfile.py version was exported libelf/0.8.13: Folder: /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/export libelf/0.8.13: Using the exported files summary hash as the recipe revision: 14fc23b3e3eee2f8056a84e953dfe460 libelf/0.8.13: Exported revision: 14fc23b3e3eee2f8056a84e953dfe460 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux os_build=Linux [options] libelf:shared=True [build_requires] [env] libelf/0.8.13: Forced build from source autoconf/2.69: Not found in local cache, looking in remotes... autoconf/2.69: Trying with 'c3i_PR-2838_869bfb6540f3c41ed26d4d17e3bc1c9b1182911f'... autoconf/2.69: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz autoconf/2.69: Downloaded recipe revision b5d7ee20a7055f5a58ae277993314c75 m4/1.4.18: Not found in local cache, looking in remotes... m4/1.4.18: Trying with 'c3i_PR-2838_869bfb6540f3c41ed26d4d17e3bc1c9b1182911f'... m4/1.4.18: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz m4/1.4.18: Downloaded recipe revision c9d9968e7e8efd4d2fe6df233ab24714 libelf/0.8.13 (test package): Installing package Requirements libelf/0.8.13 from local cache - Cache Packages libelf/0.8.13:30eae4e50fefe0f7b788ed8928ac248681ea6af0 - Build Build requirements autoconf/2.69 from 'central' - Downloaded m4/1.4.18 from 'central' - Downloaded Build requirements packages autoconf/2.69:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Download m4/1.4.18:dfe2c959761ac11a1b854db19439f3576ba4b371 - Download Installing (downloading, building) binaries... m4/1.4.18: Retrieving package dfe2c959761ac11a1b854db19439f3576ba4b371 from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz m4/1.4.18: Package installed dfe2c959761ac11a1b854db19439f3576ba4b371 m4/1.4.18: Downloaded package revision 0be1d3882b3a96257982cc1602f8175c autoconf/2.69: Retrieving package 44fcf6b9a7fb86b2586303e3db40189d3b511830 from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz autoconf/2.69: Package installed 44fcf6b9a7fb86b2586303e3db40189d3b511830 autoconf/2.69: Downloaded package revision 1a4963bc258c5a1bf665135cb9bf93d4 m4/1.4.18: Appending PATH environment variable: /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/m4/1.4.18/_/_/package/dfe2c959761ac11a1b854db19439f3576ba4b371/bin m4/1.4.18: Setting M4 environment variable: /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/m4/1.4.18/_/_/package/dfe2c959761ac11a1b854db19439f3576ba4b371/bin/m4 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK autoconf/2.69: Appending PATH env var with : /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin autoconf/2.69: Setting AC_MACRODIR to /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/share/autoconf autoconf/2.69: Setting AUTOCONF to /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoconf autoconf/2.69: Setting AUTORECONF to /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoreconf autoconf/2.69: Setting AUTOHEADER to /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoheader autoconf/2.69: Setting AUTOM4TE to /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autom4te autoconf/2.69: Setting AUTOM4TE_PERLLIBDIR to /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/share/autoconf [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK libelf/0.8.13: Applying build-requirement: autoconf/2.69 libelf/0.8.13: Applying build-requirement: m4/1.4.18 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libelf/0.8.13: Configuring sources in /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libelf/0.8.13: Copying sources to build folder libelf/0.8.13: Building your package in /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libelf/0.8.13: Generator cmake created conanbuildinfo.cmake [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 libelf/0.8.13: Calling build() ----Running------ > autoreconf -fiv ----------------- autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: configure.in: not using aclocal autoreconf: configure.in: tracing autoreconf: configure.in: not using Libtool autoreconf: running: /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoconf --force autoreconf: running: /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoheader --force autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. autoreconf: configure.in: not using Automake autoreconf: Leaving directory `.' libelf/0.8.13: Calling: > source_subfolder/configure '--enable-shared=yes' '--prefix=/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--enable-shared=yes' '--prefix=/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking whether ln -s works... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking sys/elf.h usability... no checking sys/elf.h presence... no checking for sys/elf.h... no checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking sys/link.h usability... no checking sys/link.h presence... no checking for sys/link.h... no checking if /usr/bin/gcc can compile elf.h... yes checking ar.h usability... yes checking ar.h presence... yes checking for ar.h... yes checking libelf.h usability... no checking libelf.h presence... no checking for libelf.h... no checking nlist.h usability... no checking nlist.h presence... no checking for nlist.h... no checking gelf.h usability... no checking gelf.h presence... no checking for gelf.h... no checking whether to install , and ... yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking for struct Elf32_Dyn... yes checking for struct nlist in elf.h... no checking for struct Elf64_Ehdr... yes checking for Elf64_Addr... yes checking for struct Elf64_Rel... yes checking for Elf32_Verdef... yes checking for Elf64_Verdef... yes checking for SHT_SUNW_verdef... no checking for SHT_GNU_verdef... yes checking for 64-bit integer... long checking for 32-bit integer... int checking for 16-bit integer... short checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for ftruncate... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for memset... yes checking whether overlapping arrays are copied correctly... yes checking the coffee machine... empty - operator may not work as expected checking whether 64-bit ELF support is sufficient... yes checking whether to include 64-bit support... yes checking whether versioning support is sufficient... yes checking whether to include versioning support... yes checking whether NLS is requested... yes checking for dgettext... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for GNU gettext... yes checking for losing catgets-based GNU gettext... no checking for pure GNU gettext... yes checking for catalogs to be installed... de checking for gettext in -lintl... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to build a shared library... yes checking whether GNU naming conventions are requested... no checking for ld... /usr/bin/ld checking for native ELF system... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating po/Makefile config.status: WARNING: 'source_subfolder/po/Makefile.in' seems to ignore the --datarootdir setting config.status: creating libelf.pc config.status: creating config.h config.status: creating lib/sys_elf.h config.status: executing default commands ----Running------ > make -j3 ----------------- making all in lib make[1]: Entering directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib' if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/begin.c && mv -f begin.o begin.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/cntl.c && mv -f cntl.o cntl.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/end.c && mv -f end.o end.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/end.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/cntl.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/begin.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/errmsg.c && mv -f errmsg.o errmsg.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/errno.c && mv -f errno.o errno.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/fill.c && mv -f fill.o fill.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/errmsg.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/errno.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/fill.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/flag.c && mv -f flag.o flag.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getarhdr.c && mv -f getarhdr.o getarhdr.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getarsym.c && mv -f getarsym.o getarsym.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/flag.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getarhdr.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getarsym.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getbase.c && mv -f getbase.o getbase.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getdata.c && mv -f getdata.o getdata.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getident.c && mv -f getident.o getident.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getbase.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getdata.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getident.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getscn.c && mv -f getscn.o getscn.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/hash.c && mv -f hash.o hash.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/kind.c && mv -f kind.o kind.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/kind.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getscn.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/hash.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/ndxscn.c && mv -f ndxscn.o ndxscn.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/newdata.c && mv -f newdata.o newdata.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/newscn.c && mv -f newscn.o newscn.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/ndxscn.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/newdata.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/next.c && mv -f next.o next.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/nextscn.c && mv -f nextscn.o nextscn.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/newscn.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/next.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/rand.c && mv -f rand.o rand.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/nextscn.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/rand.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/rawdata.c && mv -f rawdata.o rawdata.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/rawfile.c && mv -f rawfile.o rawfile.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/strptr.c && mv -f strptr.o strptr.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/rawfile.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/rawdata.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/update.c && mv -f update.o update.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/strptr.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/version.c && mv -f version.o version.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/checksum.c && mv -f checksum.o checksum.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/version.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/checksum.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/getaroff.c && mv -f getaroff.o getaroff.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/update.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.fsize.c && mv -f 32.fsize.o 32.fsize.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/getaroff.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.fsize.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.getehdr.c && mv -f 32.getehdr.o 32.getehdr.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.getphdr.c && mv -f 32.getphdr.o 32.getphdr.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.getshdr.c && mv -f 32.getshdr.o 32.getshdr.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.getehdr.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.getphdr.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.getshdr.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.newehdr.c && mv -f 32.newehdr.o 32.newehdr.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.newphdr.c && mv -f 32.newphdr.o 32.newphdr.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.newehdr.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/32.xlatetof.c && mv -f 32.xlatetof.o 32.xlatetof.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.newphdr.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/cook.c && mv -f cook.o cook.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/data.c && mv -f data.o data.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/data.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/cook.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/input.c && mv -f input.o input.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/input.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/assert.c && mv -f assert.o assert.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/nlist.c && mv -f nlist.o nlist.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/assert.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/32.xlatetof.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/nlist.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/opt.delscn.c && mv -f opt.delscn.o opt.delscn.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/x.remscn.c && mv -f x.remscn.o x.remscn.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/opt.delscn.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/x.remscn.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/x.movscn.c && mv -f x.movscn.o x.movscn.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/x.elfext.c && mv -f x.elfext.o x.elfext.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/x.movscn.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/x.elfext.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/64.xlatetof.c && mv -f 64.xlatetof.o 64.xlatetof.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/gelfehdr.c && mv -f gelfehdr.o gelfehdr.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/gelfphdr.c && mv -f gelfphdr.o gelfphdr.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/gelfphdr.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/gelfehdr.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/gelfshdr.c && mv -f gelfshdr.o gelfshdr.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/gelftrans.c && mv -f gelftrans.o gelftrans.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/64.xlatetof.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/gelfshdr.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/gelftrans.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/swap64.c && mv -f swap64.o swap64.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/verdef_32_tof.c && mv -f verdef_32_tof.o verdef_32_tof.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/swap64.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/verdef_32_tof.c if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/verdef_32_tom.c && mv -f verdef_32_tom.o verdef_32_tom.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/verdef_64_tof.c && mv -f verdef_64_tof.o verdef_64_tof.os; \ else true; fi if test -n "-fPIC -DPIC"; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g -fPIC -DPIC ../source_subfolder/lib/verdef_64_tom.c && mv -f verdef_64_tom.o verdef_64_tom.os; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/verdef_64_tom.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/verdef_64_tof.c /usr/bin/gcc -c -DHAVE_CONFIG_H -I.. -I. -I../source_subfolder/lib -m64 -g ../source_subfolder/lib/verdef_32_tom.c ar rcv libelf.a begin.o cntl.o end.o errmsg.o errno.o fill.o flag.o getarhdr.o getarsym.o getbase.o getdata.o getident.o getscn.o hash.o kind.o ndxscn.o newdata.o newscn.o next.o nextscn.o rand.o rawdata.o rawfile.o strptr.o update.o version.o checksum.o getaroff.o 32.fsize.o 32.getehdr.o 32.getphdr.o 32.getshdr.o 32.newehdr.o 32.newphdr.o 32.xlatetof.o cook.o data.o input.o assert.o nlist.o opt.delscn.o x.remscn.o x.movscn.o x.elfext.o 64.xlatetof.o gelfehdr.o gelfphdr.o gelfshdr.o gelftrans.o swap64.o verdef_32_tof.o verdef_32_tom.o verdef_64_tof.o verdef_64_tom.o a - begin.o a - cntl.o a - end.o a - errmsg.o a - errno.o a - fill.o a - flag.o a - getarhdr.o a - getarsym.o a - getbase.o a - getdata.o a - getident.o a - getscn.o a - hash.o a - kind.o a - ndxscn.o a - newdata.o a - newscn.o a - next.o a - nextscn.o a - rand.o a - rawdata.o a - rawfile.o a - strptr.o a - update.o a - version.o a - checksum.o a - getaroff.o a - 32.fsize.o a - 32.getehdr.o a - 32.getphdr.o a - 32.getshdr.o a - 32.newehdr.o a - 32.newphdr.o a - 32.xlatetof.o a - cook.o a - data.o a - input.o a - assert.o a - nlist.o a - opt.delscn.o a - x.remscn.o a - x.movscn.o a - x.elfext.o a - 64.xlatetof.o a - gelfehdr.o a - gelfphdr.o a - gelfshdr.o a - gelftrans.o a - swap64.o a - verdef_32_tof.o a - verdef_32_tom.o a - verdef_64_tof.o a - verdef_64_tom.o ranlib libelf.a /usr/bin/gcc -shared -Wl,-soname,libelf.so.0 -m64 -o libelf.so.0.8.13 begin.os cntl.os end.os errmsg.os errno.os fill.os flag.os getarhdr.os getarsym.os getbase.os getdata.os getident.os getscn.os hash.os kind.os ndxscn.os newdata.os newscn.os next.os nextscn.os rand.os rawdata.os rawfile.os strptr.os update.os version.os checksum.os getaroff.os 32.fsize.os 32.getehdr.os 32.getphdr.os 32.getshdr.os 32.newehdr.os 32.newphdr.os 32.xlatetof.os cook.os data.os input.os assert.os nlist.os opt.delscn.os x.remscn.os x.movscn.os x.elfext.os 64.xlatetof.os gelfehdr.os gelfphdr.os gelfshdr.os gelftrans.os swap64.os verdef_32_tof.os verdef_32_tom.os verdef_64_tof.os verdef_64_tom.os -lc if test "libelf.so.0" = "libelf.so.0.8.13"; then true; else \ rm -f libelf.so.0 && ln -s libelf.so.0.8.13 libelf.so.0; \ fi if test "libelf.so" = "libelf.so.0.8.13"; then true; else \ rm -f libelf.so && ln -s libelf.so.0.8.13 libelf.so; \ fi make[1]: Leaving directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib' making all in po make[1]: Entering directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/po' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/po' libelf/0.8.13: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' built libelf/0.8.13: Build folder /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libelf/0.8.13: Generated conaninfo.txt libelf/0.8.13: Generated conanbuildinfo.txt libelf/0.8.13: Generating the package libelf/0.8.13: Package folder /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libelf/0.8.13: Calling package() ----Running------ > make install -j3 ----------------- /bin/sh source_subfolder/mkinstalldirs /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig making install in lib mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig /usr/bin/install -c -m 644 libelf.pc /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig make[1]: Entering directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib' dirs="/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libelf"; for dir in $dirs; do \ /bin/sh ../source_subfolder/mkinstalldirs $dir; \ done mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libelf /usr/bin/install -c -m 644 libelf.a /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib /usr/bin/install -c libelf.so.0.8.13 /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib files="libelf.h nlist.h gelf.h"; for file in $files; do \ if test -f /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/$file; then true; else \ echo "#include " > /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/$file; \ fi; \ done if test "libelf.so.0" = "libelf.so.0.8.13"; then true; else \ cd /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib && rm -f libelf.so.0 && ln -s libelf.so.0.8.13 libelf.so.0; \ fi cd /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib && ranlib libelf.a if test "libelf.so" = "libelf.so.0.8.13"; then true; else \ cd /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib && rm -f libelf.so && ln -s libelf.so.0.8.13 libelf.so; \ fi files="libelf.h nlist.h gelf.h sys_elf.h elf_repl.h"; for file in $files; do \ if test -r $file; then \ /usr/bin/install -c -m 644 $file /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libelf; \ else \ /usr/bin/install -c -m 644 ../source_subfolder/lib/$file /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libelf; \ fi; \ done make[1]: Leaving directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib' making install in po make[1]: Entering directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/po' catalogs="de.gmo"; for cat in $catalogs; do \ lang=`echo $cat | sed 's,.gmo$,,'`; \ dir=/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/locale/$lang/LC_MESSAGES; \ /bin/sh ../source_subfolder/mkinstalldirs $dir; \ if test -r $cat; then \ /usr/bin/install -c -m 644 $cat $dir/libelf.mo; \ else \ /usr/bin/install -c -m 644 ../source_subfolder/po/$cat $dir/libelf.mo; \ fi; \ done mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/locale mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/locale/de mkdir /home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/locale/de/LC_MESSAGES make[1]: Leaving directory '/home/conan/w/cci_PR-2838/2/aaf49361-e6ee-4ef3-bbae-fb9611f76abe/.conan/data/libelf/0.8.13/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/po' [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 libelf/0.8.13 package(): Packaged 1 '.13' file: libelf.so.0.8.13 libelf/0.8.13 package(): Packaged 1 '.0' file: libelf.so.0 libelf/0.8.13 package(): Packaged 1 '.so' file: libelf.so libelf/0.8.13 package(): Packaged 8 '.h' files libelf/0.8.13 package(): Packaged 1 '.LIB' file: COPYING.LIB libelf/0.8.13: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' created libelf/0.8.13: Created package revision a20c8d6c0df3dc04e922913acc0c03a4 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK libelf/0.8.13 (test package): Generator cmake created conanbuildinfo.cmake libelf/0.8.13 (test package): Generator txt created conanbuildinfo.txt libelf/0.8.13 (test package): Generated conaninfo.txt libelf/0.8.13 (test package): Generated graphinfo Using lockfile: '/home/conan/w/cci_PR-2838/2/38ecd28b-5a78-497d-8ef0-6fcbac850cd6/recipes/libelf/all/test_package/build/b03ff80138a38276b07906b9cf7b9024fb5842bc/conan.lock' Using cached profile from lockfile [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 libelf/0.8.13 (test package): Calling build() ----Running------ > cd '/home/conan/w/cci_PR-2838/2/38ecd28b-5a78-497d-8ef0-6fcbac850cd6/recipes/libelf/all/test_package/build/b03ff80138a38276b07906b9cf7b9024fb5842bc' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/cci_PR-2838/2/38ecd28b-5a78-497d-8ef0-6fcbac850cd6/recipes/libelf/all/test_package' ----------------- -- The C compiler identification is GNU 9.2.1 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- 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: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- This project seems to be plain C, using 'GNU' compiler -- Conan: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /home/conan/w/cci_PR-2838/2/38ecd28b-5a78-497d-8ef0-6fcbac850cd6/recipes/libelf/all/test_package/build/b03ff80138a38276b07906b9cf7b9024fb5842bc ----Running------ > cmake --build '/home/conan/w/cci_PR-2838/2/38ecd28b-5a78-497d-8ef0-6fcbac850cd6/recipes/libelf/all/test_package/build/b03ff80138a38276b07906b9cf7b9024fb5842bc' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable bin/test_package [100%] Built target test_package libelf/0.8.13 (test package): Running test() ----Running------ > bin/test_package ----------------- bin/test_package: elf object JSON file created at '/home/conan/w/cci_PR-2838/2/38ecd28b-5a78-497d-8ef0-6fcbac850cd6/_create.json'