******************************************************************************** conan test cci-bf1e93cd/recipes/automake/all/test_package/conanfile.py automake/1.16.2@#2c7b9b600f3494cb7d9906f7d5fa2f26 -pr /home/conan/w/prod-v1/BuildSingleReference/10608/20891801-4f7b-4796-9f23-d3782fe8b239/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True automake/1.16.2 (test package): Installing package Requirements Packages Build requirements autoconf/2.71 from 'conan-center' - Cache automake/1.16.2 from local cache - Cache m4/1.4.19 from 'conan-center' - Cache Build requirements packages autoconf/2.71:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache automake/1.16.2:258f6f05ca54813b3d7180161753df7f9ccf7e1d - Cache m4/1.4.19:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Cache Installing (downloading, building) binaries... m4/1.4.19: Already installed! m4/1.4.19: Appending PATH environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin autoconf/2.71: Already installed! autoconf/2.71: Defining AC_MACRODIR environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf autoconf/2.71: Defining autom4te_perllibdir environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf autoconf/2.71: Defining AUTOCONF environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoconf autoconf/2.71: Defining AUTORECONF environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoreconf autoconf/2.71: Defining AUTOHEADER environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoheader autoconf/2.71: Defining AUTOM4TE environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autom4te automake/1.16.2: Already installed! automake/1.16.2 (test package): Applying build-requirement: automake/1.16.2 automake/1.16.2 (test package): Applying build-requirement: autoconf/2.71 automake/1.16.2 (test package): Applying build-requirement: m4/1.4.19 automake/1.16.2 (test package): Generator txt created conanbuildinfo.txt automake/1.16.2 (test package): Calling generate() automake/1.16.2 (test package): Aggregating env generators automake/1.16.2 (test package): Generated conaninfo.txt automake/1.16.2 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/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 automake/1.16.2 (test package): Calling build() ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/conanbuild.sh" && $COMPILE gcc /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/test_package_1.c -o script_test ----------------- ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/conanbuild.sh" && autoreconf '--force' '--install' '--debug' ----------------- automake/1.16.2 (test package): Calling: > "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/conanbuild.sh" && "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu Hello world from the extra.m4 script! My args were: argument1,argument2,...,last argument 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 the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... gcc3 checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/conanbuild.sh" && make -j3 ----------------- (CDPATH="${ZSH_VERSION+.}:" && cd /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src && autoheader) rm -f stamp-h1 touch /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-am make[1]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src -DNDEBUG -m64 -O3 -MT test_package.o -MD -MP -MF .deps/test_package.Tpo -c -o test_package.o /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/test_package.cpp mv -f .deps/test_package.Tpo .deps/test_package.Po /usr/bin/g++ -m64 -O3 -m64 -o test_package test_package.o make[1]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release' automake/1.16.2 (test package): Running test() ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/conanbuild.sh" && ./script_test ----------------- test_package.c says 'Hello World'! ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/build-release/conan/conanbuild.sh" && ./test_package ----------------- test_package.cpp: hello world from test_package! aclocal: found macro AM_PROG_VALAC in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/vala.m4: 21 aclocal: found macro AM_PROG_UPC in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/upc.m4: 9 aclocal: found macro _AM_PROG_TAR in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/tar.m4: 23 aclocal: found macro _AM_SUBST_NOTMAKE in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/substnot.m4: 12 aclocal: found macro AM_SUBST_NOTMAKE in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/substnot.m4: 17 aclocal: found macro AM_PROG_INSTALL_STRIP in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/strip.m4: 17 aclocal: found macro AM_SILENT_RULES in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/silent.m4: 12 aclocal: found macro AM_SANITY_CHECK in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/sanity.m4: 11 aclocal: found macro AM_RUN_LOG in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/runlog.m4: 12 aclocal: found macro AM_PATH_PYTHON in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/python.m4: 35 aclocal: found macro AM_PYTHON_CHECK_VERSION in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/python.m4: 232 aclocal: found macro _AM_PROG_CC_C_O in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/prog-cc-c-o.m4: 12 aclocal: found macro AM_PROG_CC_C_O in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/prog-cc-c-o.m4: 47 aclocal: found macro _AM_MANGLE_OPTION in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/options.m4: 11 aclocal: found macro _AM_SET_OPTION in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/options.m4: 17 aclocal: found macro _AM_SET_OPTIONS in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/options.m4: 23 aclocal: found macro _AM_IF_OPTION in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/options.m4: 29 aclocal: found macro AM_CONFIG_HEADER in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/obsolete.m4: 11 aclocal: found macro AM_PROG_CC_STDC in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/obsolete.m4: 17 aclocal: found macro AM_C_PROTOTYPES in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/obsolete.m4: 26 aclocal: found macro fp_C_PROTOTYPES in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/obsolete.m4: 28 aclocal: found macro AM_PROG_MKDIR_P in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/mkdirp.m4: 11 aclocal: found macro AM_MISSING_PROG in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/missing.m4: 11 aclocal: found macro AM_MISSING_HAS_RUN in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/missing.m4: 20 aclocal: found macro AM_MAKE_INCLUDE in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/make.m4: 13 aclocal: found macro AM_MAINTAINER_MODE in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/maintainer.m4: 16 aclocal: found macro AM_PATH_LISPDIR in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/lispdir.m4: 14 aclocal: found macro AM_PROG_LEX in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/lex.m4: 13 aclocal: found macro AM_SET_LEADING_DOT in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/lead-dot.m4: 10 aclocal: found macro AM_PROG_INSTALL_SH in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/install-sh.m4: 11 aclocal: found macro AM_INIT_AUTOMAKE in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/init.m4: 29 aclocal: found macro _AC_AM_CONFIG_HEADER_HOOK in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/init.m4: 186 aclocal: found macro AM_PROG_GCJ in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/gcj.m4: 10 aclocal: found macro AM_EXTRA_RECURSIVE_TARGETS in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/extra-recurs.m4: 16 aclocal: found macro AM_WITH_DMALLOC in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/dmalloc.m4: 12 aclocal: found macro _AM_OUTPUT_DEPENDENCY_COMMANDS in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depout.m4: 11 aclocal: found macro AM_OUTPUT_DEPENDENCY_COMMANDS in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depout.m4: 64 aclocal: found macro _AM_DEPENDENCIES in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depend.m4: 26 aclocal: found macro AM_SET_DEPDIR in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depend.m4: 163 aclocal: found macro AM_DEP_TRACK in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depend.m4: 171 aclocal: found macro AM_CONDITIONAL in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/cond.m4: 12 aclocal: found macro AM_COND_IF in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/cond-if.m4: 23 aclocal: found macro AM_AUX_DIR_EXPAND in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/auxdir.m4: 47 aclocal: found macro AM_PROG_AS in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/as.m4: 11 aclocal: found macro AM_PROG_AR in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/ar-lib.m4: 13 aclocal: found macro AM_AUTOMAKE_VERSION in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/amversion.m4: 14 aclocal: found macro AM_SET_CURRENT_AUTOMAKE_VERSION in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/amversion.m4: 33 aclocal: found macro AUTOMAKE_TEST_PACKAGE_PREREQ in /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/extra.m4: 3 aclocal: found macro AUTOMAKE_TEST_PACKAGE_HELLO in /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/extra.m4: 11 aclocal: saw macro AM_INIT_AUTOMAKE aclocal: saw macro _AM_PROG_CC_C_O aclocal: saw macro _AM_PROG_CC_C_O aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_PROG_CC_C_O aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_INIT_AUTOMAKE aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION aclocal: saw macro AM_AUTOMAKE_VERSION aclocal: saw macro AM_INIT_AUTOMAKE aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION aclocal: saw macro AM_AUTOMAKE_VERSION aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro AM_SUBST_NOTMAKE aclocal: saw macro _AM_SET_OPTION aclocal: saw macro _AM_MANGLE_OPTION aclocal: saw macro _AM_SET_OPTION aclocal: saw macro _AM_MANGLE_OPTION aclocal: saw macro _AM_SET_OPTIONS aclocal: saw macro _AM_SET_OPTION aclocal: saw macro _AM_IF_OPTION aclocal: saw macro _AM_MANGLE_OPTION aclocal: saw macro _AM_SET_OPTIONS aclocal: saw macro _AM_IF_OPTION aclocal: saw macro AM_SANITY_CHECK aclocal: saw macro AM_SANITY_CHECK aclocal: saw macro AM_MISSING_PROG aclocal: saw macro AM_MISSING_PROG aclocal: saw macro AM_MISSING_HAS_RUN aclocal: saw macro AM_MISSING_HAS_RUN aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_MISSING_HAS_RUN aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_MISSING_PROG aclocal: saw macro AM_MISSING_PROG aclocal: saw macro AM_MISSING_PROG aclocal: saw macro AM_MISSING_PROG aclocal: saw macro AM_PROG_INSTALL_SH aclocal: saw macro AM_PROG_INSTALL_SH aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_AUX_DIR_EXPAND aclocal: saw macro AM_PROG_INSTALL_STRIP aclocal: saw macro AM_PROG_INSTALL_STRIP aclocal: saw macro AM_PROG_INSTALL_SH aclocal: saw macro AM_PROG_INSTALL_SH aclocal: saw macro AM_SET_LEADING_DOT aclocal: saw macro AM_SET_LEADING_DOT aclocal: saw macro _AM_PROG_TAR aclocal: saw macro _AM_PROG_TAR aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_RUN_LOG aclocal: saw macro _AM_IF_OPTION aclocal: saw macro _AM_PROG_TAR aclocal: saw macro _AM_IF_OPTION aclocal: saw macro _AM_PROG_TAR aclocal: saw macro _AM_IF_OPTION aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro AM_SET_DEPDIR aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS aclocal: saw macro AM_MAKE_INCLUDE aclocal: saw macro AM_MAKE_INCLUDE aclocal: saw macro AM_RUN_LOG aclocal: saw macro AM_DEP_TRACK aclocal: saw macro AM_CONDITIONAL aclocal: saw macro AM_CONDITIONAL aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro AM_SET_DEPDIR aclocal: saw macro AM_SET_LEADING_DOT aclocal: saw macro AM_DEP_TRACK aclocal: saw macro AM_CONDITIONAL aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro AM_SET_DEPDIR aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS aclocal: saw macro AM_MAKE_INCLUDE aclocal: saw macro AM_DEP_TRACK aclocal: saw macro AM_SET_LEADING_DOT aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro _AM_DEPENDENCIES aclocal: saw macro AM_SILENT_RULES aclocal: saw macro AM_SILENT_RULES aclocal: saw macro AM_SUBST_NOTMAKE aclocal: saw macro AM_SUBST_NOTMAKE aclocal: saw macro _AM_SUBST_NOTMAKE aclocal: saw macro AM_CONDITIONAL aclocal: saw macro _AC_AM_CONFIG_HEADER_HOOK aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION aclocal: saw macro AM_SANITY_CHECK aclocal: saw macro AM_PROG_INSTALL_SH aclocal: saw macro AM_PROG_INSTALL_STRIP aclocal: saw macro AM_SET_LEADING_DOT aclocal: saw macro AM_SILENT_RULES aclocal: saw macro AUTOMAKE_TEST_PACKAGE_PREREQ aclocal: saw macro AUTOMAKE_TEST_PACKAGE_PREREQ aclocal: saw macro AUTOMAKE_TEST_PACKAGE_HELLO aclocal: saw macro AUTOMAKE_TEST_PACKAGE_HELLO aclocal: running echo 'm4_define([m4_require_silent_probe], [-])' | autom4te --language Autoconf-without-aclocal-m4 - /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/internal/ac-config-macro-dirs.m4 '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_package/src/extra.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/amversion.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/auxdir.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/cond.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depend.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/depout.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/init.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/install-sh.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/lead-dot.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/make.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/missing.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/options.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/prog-cc-c-o.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/runlog.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/sanity.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/silent.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/strip.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/substnot.m4' '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/../res/aclocal-1.16/tar.m4' --trace='AC_DEFUN:$f::$n::${::}%' --trace='AC_DEFUN_ONCE:$f::$n::${::}%' --trace='AU_DEFUN:$f::$n::${::}%' --trace='_AM_AUTOCONF_VERSION:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR_TRACE:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR:$f::$n::${::}%' --trace='_AM_CONFIG_MACRO_DIRS:$f::$n::${::}%' --trace='_AM_PROG_CC_C_O:$f::$n' --trace='_AM_SET_OPTIONS:$f::$n' --trace='AM_MAKE_INCLUDE:$f::$n' --trace='_AM_IF_OPTION:$f::$n' --trace='_AM_MANGLE_OPTION:$f::$n' --trace='AM_AUX_DIR_EXPAND:$f::$n' --trace='_AC_AM_CONFIG_HEADER_HOOK:$f::$n' --trace='AM_MISSING_HAS_RUN:$f::$n' --trace='AM_PROG_INSTALL_SH:$f::$n' --trace='AM_INIT_AUTOMAKE:$f::$n' --trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='AM_DEP_TRACK:$f::$n' --trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n' --trace='AM_MISSING_PROG:$f::$n' --trace='_AM_SET_OPTION:$f::$n' --trace='AM_SET_DEPDIR:$f::$n' --trace='_AM_SUBST_NOTMAKE:$f::$n' --trace='AM_SET_LEADING_DOT:$f::$n' --trace='AUTOMAKE_TEST_PACKAGE_HELLO:$f::$n' --trace='AM_AUTOMAKE_VERSION:$f::$n' --trace='_AM_DEPENDENCIES:$f::$n' --trace='AM_PROG_INSTALL_STRIP:$f::$n' --trace='AM_PROG_CC_C_O:$f::$n' --trace='AM_SILENT_RULES:$f::$n' --trace='AM_SUBST_NOTMAKE:$f::$n' --trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='AM_SANITY_CHECK:$f::$n' --trace='AM_RUN_LOG:$f::$n' --trace='AUTOMAKE_TEST_PACKAGE_PREREQ:$f::$n' --trace='_AM_PROG_TAR:$f::$n' --trace='AM_CONDITIONAL:$f::$n' configure.ac configure.ac:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:15: You should run autoupdate. /home/conan/w/prod/BuildSingleReference/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:15: the top level aclocal: writing aclocal.m4 autoconf: running autom4te --force --verbose --debug --language=autoconf --output=- --trace=AC_CONFIG_AUX_DIR:$n::${::}% --trace=AC_CONFIG_HEADERS:$n::${::}% --trace=AC_CONFIG_SUBDIRS:$n::${::}% --trace=AC_INIT:$n::${::}% --trace=AC_REQUIRE_AUX_FILE:$n::${::}% --trace=AC_PROG_LIBTOOL:$n::${::}% --trace=AM_PROG_LIBTOOL:$n::${::}% --trace=LT_INIT:$n::${::}% --trace=LT_CONFIG_LTDL_DIR:$n::${::}% --trace=AM_GNU_GETTEXT:$n::${::}% --trace=AM_INIT_AUTOMAKE:$n::${::}% --trace=GTK_DOC_CHECK:$n::${::}% --trace=IT_PROG_INTLTOOL:$n::${::}% configure.ac autom4te: the trace request object is: autom4te: $VAR1 = bless( [ autom4te: '1', autom4te: 0, autom4te: [ autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf' autom4te: ], autom4te: [ autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/autoconf.m4f', autom4te: 'aclocal.m4', autom4te: 'configure.ac' autom4te: ], autom4te: { autom4te: 'AM_MAKEFILE_INCLUDE' => 1, autom4te: 'AC_FC_SRCEXT' => 1, autom4te: 'AC_INIT' => 1, autom4te: 'AC_CONFIG_AUX_DIR' => 1, autom4te: 'AM_INIT_AUTOMAKE' => 1, autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, autom4te: 'AM_PROG_LIBTOOL' => 1, autom4te: '_AM_MAKEFILE_INCLUDE' => 1, autom4te: '_AM_SUBST_NOTMAKE' => 1, autom4te: 'AC_CONFIG_HEADERS' => 1, autom4te: 'AM_POT_TOOLS' => 1, autom4te: '_AM_COND_ELSE' => 1, autom4te: 'LT_SUPPORTED_TAG' => 1, autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' => 1, autom4te: '_AM_COND_IF' => 1, autom4te: '_m4_warn' => 1, autom4te: 'AM_XGETTEXT_OPTION' => 1, autom4te: 'AC_CANONICAL_TARGET' => 1, autom4te: 'm4_pattern_forbid' => 1, autom4te: 'AM_NLS' => 1, autom4te: 'AC_FC_PP_DEFINE' => 1, autom4te: 'IT_PROG_INTLTOOL' => 1, autom4te: 'AM_PROG_AR' => 1, autom4te: 'AM_PATH_GUILE' => 1, autom4te: 'LT_INIT' => 1, autom4te: 'AM_MAINTAINER_MODE' => 1, autom4te: 'AM_ENABLE_MULTILIB' => 1, autom4te: 'AC_PROG_LIBTOOL' => 1, autom4te: 'm4_include' => 1, autom4te: 'm4_sinclude' => 1, autom4te: 'GTK_DOC_CHECK' => 1, autom4te: 'AM_CONDITIONAL' => 1, autom4te: 'AM_PROG_MOC' => 1, autom4te: 'AM_GNU_GETTEXT' => 1, autom4te: 'AC_CONFIG_SUBDIRS' => 1, autom4te: 'AM_AUTOMAKE_VERSION' => 1, autom4te: '_AM_COND_ENDIF' => 1, autom4te: 'LT_CONFIG_LTDL_DIR' => 1, autom4te: 'AC_FC_PP_SRCEXT' => 1, autom4te: 'AC_LIBSOURCE' => 1, autom4te: '_LT_AC_TAGCONFIG' => 1, autom4te: 'AC_CANONICAL_HOST' => 1, autom4te: 'AM_PROG_F77_C_O' => 1, autom4te: 'm4_pattern_allow' => 1, autom4te: 'AC_CONFIG_FILES' => 1, autom4te: 'AC_SUBST_TRACE' => 1, autom4te: 'AC_REQUIRE_AUX_FILE' => 1, autom4te: 'sinclude' => 1, autom4te: 'include' => 1, autom4te: 'AC_CONFIG_LIBOBJ_DIR' => 1, autom4te: 'AC_SUBST' => 1, autom4te: 'AC_CANONICAL_SYSTEM' => 1, autom4te: 'AC_FC_FREEFORM' => 1, autom4te: 'AM_PROG_CXX_C_O' => 1, autom4te: 'AM_PROG_CC_C_O' => 1, autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' => 1, autom4te: 'AM_PROG_MKDIR_P' => 1, autom4te: 'AH_OUTPUT' => 1, autom4te: 'AM_SILENT_RULES' => 1, autom4te: 'AC_DEFINE_TRACE_LITERAL' => 1, autom4te: 'AM_PROG_FC_C_O' => 1, autom4te: 'AC_CANONICAL_BUILD' => 1, autom4te: 'AC_CONFIG_LINKS' => 1 autom4te: } autom4te: ], 'Autom4te::Request' ); autom4te: running: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4 --nesting-limit=1024 --gnu --include=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf --debug=aflq --fatal-warning --debugfile=autom4te.cache/traces.1t --trace=AC_CANONICAL_BUILD --trace=AC_CANONICAL_HOST --trace=AC_CANONICAL_SYSTEM --trace=AC_CANONICAL_TARGET --trace=AC_CONFIG_AUX_DIR --trace=AC_CONFIG_FILES --trace=AC_CONFIG_HEADERS --trace=AC_CONFIG_LIBOBJ_DIR --trace=AC_CONFIG_LINKS --trace=AC_CONFIG_MACRO_DIR_TRACE --trace=AC_CONFIG_SUBDIRS --trace=AC_DEFINE_TRACE_LITERAL --trace=AC_FC_FREEFORM --trace=AC_FC_PP_DEFINE --trace=AC_FC_PP_SRCEXT --trace=AC_FC_SRCEXT --trace=AC_INIT --trace=AC_LIBSOURCE --trace=AC_PROG_LIBTOOL --trace=AC_REQUIRE_AUX_FILE --trace=AC_SUBST --trace=AC_SUBST_TRACE --trace=AH_OUTPUT --trace=AM_AUTOMAKE_VERSION --trace=AM_CONDITIONAL --trace=AM_ENABLE_MULTILIB --trace=AM_EXTRA_RECURSIVE_TARGETS --trace=AM_GNU_GETTEXT --trace=AM_GNU_GETTEXT_INTL_SUBDIR --trace=AM_INIT_AUTOMAKE --trace=AM_MAINTAINER_MODE --trace=AM_MAKEFILE_INCLUDE --trace=AM_NLS --trace=AM_PATH_GUILE --trace=AM_POT_TOOLS --trace=AM_PROG_AR --trace=AM_PROG_CC_C_O --trace=AM_PROG_CXX_C_O --trace=AM_PROG_F77_C_O --trace=AM_PROG_FC_C_O --trace=AM_PROG_LIBTOOL --trace=AM_PROG_MKDIR_P --trace=AM_PROG_MOC --trace=AM_SILENT_RULES --trace=AM_XGETTEXT_OPTION --trace=GTK_DOC_CHECK --trace=IT_PROG_INTLTOOL --trace=LT_CONFIG_LTDL_DIR --trace=LT_INIT --trace=LT_SUPPORTED_TAG --trace=_AM_COND_ELSE --trace=_AM_COND_ENDIF --trace=_AM_COND_IF --trace=_AM_MAKEFILE_INCLUDE --trace=_AM_SUBST_NOTMAKE --trace=_LT_AC_TAGCONFIG --trace=_m4_warn --trace=include --trace=m4_include --trace=m4_pattern_allow --trace=m4_pattern_forbid --trace=m4_sinclude --trace=sinclude --reload-state=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/autoconf.m4f --undefine=__m4_version__ aclocal.m4 configure.ac > autom4te.cache/output.1t autom4te: formatting traces for '/tmp/arDiEKou/am4th5XFdV/warnings': _m4_warn autom4te: reading /tmp/arDiEKou/am4th5XFdV/warnings autom4te: formatting traces for '-': AC_CONFIG_AUX_DIR, AC_CONFIG_HEADERS, AC_CONFIG_SUBDIRS, AC_INIT, AC_PROG_LIBTOOL, AC_REQUIRE_AUX_FILE, AM_GNU_GETTEXT, AM_INIT_AUTOMAKE, AM_PROG_LIBTOOL, GTK_DOC_CHECK, IT_PROG_INTLTOOL, LT_CONFIG_LTDL_DIR, LT_INIT autoconf: running autom4te --force --verbose --debug --language=autoconf --output=configure /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/trailer.m4 configure.ac autom4te: the trace request object is: autom4te: $VAR1 = bless( [ autom4te: '2', autom4te: 0, autom4te: [ autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf' autom4te: ], autom4te: [ autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/autoconf.m4f', autom4te: 'aclocal.m4', autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/trailer.m4', autom4te: 'configure.ac' autom4te: ], autom4te: { autom4te: '_AM_COND_ENDIF' => 1, autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, autom4te: 'AM_PROG_FC_C_O' => 1, autom4te: 'AC_CONFIG_SUBDIRS' => 1, autom4te: 'AC_LIBSOURCE' => 1, autom4te: 'AC_CANONICAL_TARGET' => 1, autom4te: '_AM_MAKEFILE_INCLUDE' => 1, autom4te: 'm4_sinclude' => 1, autom4te: 'AM_INIT_AUTOMAKE' => 1, autom4te: 'AM_PROG_MKDIR_P' => 1, autom4te: 'AC_REQUIRE_AUX_FILE' => 1, autom4te: 'm4_include' => 1, autom4te: '_m4_warn' => 1, autom4te: 'AM_ENABLE_MULTILIB' => 1, autom4te: 'IT_PROG_INTLTOOL' => 1, autom4te: 'AM_NLS' => 1, autom4te: 'AM_GNU_GETTEXT' => 1, autom4te: 'm4_pattern_allow' => 1, autom4te: 'AC_CANONICAL_BUILD' => 1, autom4te: 'sinclude' => 1, autom4te: 'AC_FC_SRCEXT' => 1, autom4te: 'AM_PATH_GUILE' => 1, autom4te: 'AM_PROG_CXX_C_O' => 1, autom4te: 'AM_AUTOMAKE_VERSION' => 1, autom4te: 'AH_OUTPUT' => 1, autom4te: 'AM_SILENT_RULES' => 1, autom4te: 'LT_SUPPORTED_TAG' => 1, autom4te: 'AM_PROG_MOC' => 1, autom4te: 'AM_XGETTEXT_OPTION' => 1, autom4te: 'AM_PROG_LIBTOOL' => 1, autom4te: 'AC_CANONICAL_SYSTEM' => 1, autom4te: 'AC_CONFIG_LINKS' => 1, autom4te: 'LT_INIT' => 1, autom4te: 'AC_CONFIG_AUX_DIR' => 1, autom4te: 'm4_pattern_forbid' => 1, autom4te: 'AC_FC_PP_SRCEXT' => 1, autom4te: 'AC_DEFINE_TRACE_LITERAL' => 1, autom4te: 'AM_MAKEFILE_INCLUDE' => 1, autom4te: 'AC_FC_FREEFORM' => 1, autom4te: '_AM_SUBST_NOTMAKE' => 1, autom4te: 'GTK_DOC_CHECK' => 1, autom4te: 'AM_POT_TOOLS' => 1, autom4te: '_AM_COND_IF' => 1, autom4te: 'AC_SUBST' => 1, autom4te: 'AC_FC_PP_DEFINE' => 1, autom4te: 'AC_CONFIG_LIBOBJ_DIR' => 1, autom4te: 'AC_PROG_LIBTOOL' => 1, autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' => 1, autom4te: 'AM_PROG_CC_C_O' => 1, autom4te: 'LT_CONFIG_LTDL_DIR' => 1, autom4te: 'AC_CANONICAL_HOST' => 1, autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' => 1, autom4te: 'include' => 1, autom4te: 'AM_PROG_AR' => 1, autom4te: '_LT_AC_TAGCONFIG' => 1, autom4te: 'AC_CONFIG_FILES' => 1, autom4te: 'AC_INIT' => 1, autom4te: 'AM_MAINTAINER_MODE' => 1, autom4te: 'AC_SUBST_TRACE' => 1, autom4te: 'AM_CONDITIONAL' => 1, autom4te: 'AC_CONFIG_HEADERS' => 1, autom4te: '_AM_COND_ELSE' => 1, autom4te: 'AM_PROG_F77_C_O' => 1 autom4te: } autom4te: ], 'Autom4te::Request' ); autom4te: running: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4 --nesting-limit=1024 --gnu --include=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf --debug=aflq --fatal-warning --debugfile=autom4te.cache/traces.2t --trace=AC_CANONICAL_BUILD --trace=AC_CANONICAL_HOST --trace=AC_CANONICAL_SYSTEM --trace=AC_CANONICAL_TARGET --trace=AC_CONFIG_AUX_DIR --trace=AC_CONFIG_FILES --trace=AC_CONFIG_HEADERS --trace=AC_CONFIG_LIBOBJ_DIR --trace=AC_CONFIG_LINKS --trace=AC_CONFIG_MACRO_DIR_TRACE --trace=AC_CONFIG_SUBDIRS --trace=AC_DEFINE_TRACE_LITERAL --trace=AC_FC_FREEFORM --trace=AC_FC_PP_DEFINE --trace=AC_FC_PP_SRCEXT --trace=AC_FC_SRCEXT --trace=AC_INIT --trace=AC_LIBSOURCE --trace=AC_PROG_LIBTOOL --trace=AC_REQUIRE_AUX_FILE --trace=AC_SUBST --trace=AC_SUBST_TRACE --trace=AH_OUTPUT --trace=AM_AUTOMAKE_VERSION --trace=AM_CONDITIONAL --trace=AM_ENABLE_MULTILIB --trace=AM_EXTRA_RECURSIVE_TARGETS --trace=AM_GNU_GETTEXT --trace=AM_GNU_GETTEXT_INTL_SUBDIR --trace=AM_INIT_AUTOMAKE --trace=AM_MAINTAINER_MODE --trace=AM_MAKEFILE_INCLUDE --trace=AM_NLS --trace=AM_PATH_GUILE --trace=AM_POT_TOOLS --trace=AM_PROG_AR --trace=AM_PROG_CC_C_O --trace=AM_PROG_CXX_C_O --trace=AM_PROG_F77_C_O --trace=AM_PROG_FC_C_O --trace=AM_PROG_LIBTOOL --trace=AM_PROG_MKDIR_P --trace=AM_PROG_MOC --trace=AM_SILENT_RULES --trace=AM_XGETTEXT_OPTION --trace=GTK_DOC_CHECK --trace=IT_PROG_INTLTOOL --trace=LT_CONFIG_LTDL_DIR --trace=LT_INIT --trace=LT_SUPPORTED_TAG --trace=_AM_COND_ELSE --trace=_AM_COND_ENDIF --trace=_AM_COND_IF --trace=_AM_MAKEFILE_INCLUDE --trace=_AM_SUBST_NOTMAKE --trace=_LT_AC_TAGCONFIG --trace=_m4_warn --trace=include --trace=m4_include --trace=m4_pattern_allow --trace=m4_pattern_forbid --trace=m4_sinclude --trace=sinclude --reload-state=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/autoconf.m4f --undefine=__m4_version__ aclocal.m4 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/trailer.m4 configure.ac > autom4te.cache/output.2t autom4te: formatting traces for '/tmp/arDiEKou/am4t67FzoN/warnings': _m4_warn autom4te: reading /tmp/arDiEKou/am4t67FzoN/warnings configure.ac:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:15: You should run autoupdate. /home/conan/w/prod/BuildSingleReference/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:15: the top level autom4te: creating configure autom4te: formatting traces for '/tmp/arDiEKou/am4t67FzoN/patterns': m4_pattern_allow, m4_pattern_forbid autom4te: forbidden tokens: ^_?A[CHUM]_|_AC_|^LIBOBJS$|^_?m4_|^dnl$|^_?AS_ autom4te: forbidden token : ^LIBOBJS$ => do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS' autom4te: allowed tokens: ^am__quote$|^AS_FLAGS$|^SHELL$|^PATH_SEPARATOR$|^PACKAGE_NAME$|^PACKAGE_TARNAME$|^PACKAGE_VERSION$|^PACKAGE_STRING$|^PACKAGE_BUGREPORT$|^PACKAGE_URL$|^exec_prefix$|^prefix$|^program_transform_name$|^bindir$|^sbindir$|^libexecdir$|^datarootdir$|^datadir$|^sysconfdir$|^sharedstatedir$|^localstatedir$|^runstatedir$|^includedir$|^oldincludedir$|^docdir$|^infodir$|^htmldir$|^dvidir$|^pdfdir$|^psdir$|^libdir$|^localedir$|^mandir$|^PACKAGE_NAME$|^PACKAGE_TARNAME$|^PACKAGE_VERSION$|^PACKAGE_STRING$|^PACKAGE_BUGREPORT$|^PACKAGE_URL$|^DEFS$|^ECHO_C$|^ECHO_N$|^ECHO_T$|^LIBS$|^build_alias$|^host_alias$|^target_alias$|^AM_[A-Z]+FLAGS$|^INSTALL_PROGRAM$|^INSTALL_SCRIPT$|^INSTALL_DATA$|^am__isrc$|^CYGPATH_W$|^PACKAGE$|^VERSION$|^PACKAGE$|^VERSION$|^ACLOCAL$|^AUTOCONF$|^AUTOMAKE$|^AUTOHEADER$|^MAKEINFO$|^install_sh$|^STRIP$|^INSTALL_STRIP_PROGRAM$|^MKDIR_P$|^mkdir_p$|^AWK$|^SET_MAKE$|^am__leading_dot$|^AMTAR$|^am__tar$|^am__untar$|^AM_V$|^AM_DEFAULT_V$|^AM_DEFAULT_VERBOSITY$|^AM_BACKSLASH$|^build$|^build_cpu$|^build_vendor$|^build_os$|^host$|^host_cpu$|^host_vendor$|^host_os$|^CC$|^CFLAGS$|^LDFLAGS$|^LIBS$|^CPPFLAGS$|^CC$|^CC$|^CC$|^CC$|^ac_ct_CC$|^CC$|^EXEEXT$|^OBJEXT$|^DEPDIR$|^am__include$|^AMDEP_TRUE$|^AMDEP_FALSE$|^AMDEPBACKSLASH$|^am__nodep$|^CCDEPMODE$|^am__fastdepCC_TRUE$|^am__fastdepCC_FALSE$|^CXX$|^CXXFLAGS$|^LDFLAGS$|^LIBS$|^CPPFLAGS$|^CXX$|^ac_ct_CXX$|^CXXDEPMODE$|^am__fastdepCXX_TRUE$|^am__fastdepCXX_FALSE$|^LIBOBJS$|^LTLIBOBJS$|^am__EXEEXT_TRUE$|^am__EXEEXT_FALSE$ autom4te: 'configure' is created autoheader: autoheader: running 'autom4te' --language=autoconf --debug --force --verbose to trace from configure.ac autoheader: running: 'autom4te' --language=autoconf --debug --force --verbose --trace AC_CONFIG_HEADERS:'$$config_h ||= '"'"'$1'"'"';' --trace AH_OUTPUT:'$$verbatim{'"'"'$1'"'"'} = '"'"'$2'"'"';' --trace AC_DEFINE_TRACE_LITERAL:'$$symbol{'"'"'$1'"'"'} = 1;' configure.ac >/tmp/arDiEKou/ah9AmMJG/traces.pl autom4te: the trace request object is: autom4te: $VAR1 = bless( [ autom4te: '1', autom4te: 0, autom4te: [ autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf' autom4te: ], autom4te: [ autom4te: '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/autoconf.m4f', autom4te: 'aclocal.m4', autom4te: 'configure.ac' autom4te: ], autom4te: { autom4te: 'AC_CANONICAL_SYSTEM' => 1, autom4te: 'LT_INIT' => 1, autom4te: 'AC_CONFIG_AUX_DIR' => 1, autom4te: '_m4_warn' => 1, autom4te: 'AC_SUBST' => 1, autom4te: 'm4_pattern_forbid' => 1, autom4te: '_AM_COND_IF' => 1, autom4te: 'GTK_DOC_CHECK' => 1, autom4te: 'AC_CONFIG_LINKS' => 1, autom4te: 'AM_MAKEFILE_INCLUDE' => 1, autom4te: 'sinclude' => 1, autom4te: '_AM_MAKEFILE_INCLUDE' => 1, autom4te: '_AM_SUBST_NOTMAKE' => 1, autom4te: 'AC_CANONICAL_BUILD' => 1, autom4te: 'AC_CONFIG_HEADERS' => 1, autom4te: 'AM_PROG_FC_C_O' => 1, autom4te: 'AM_PROG_AR' => 1, autom4te: 'AC_INIT' => 1, autom4te: 'AM_PROG_CC_C_O' => 1, autom4te: 'AH_OUTPUT' => 1, autom4te: '_AM_COND_ENDIF' => 1, autom4te: 'AC_CANONICAL_TARGET' => 1, autom4te: 'AM_PROG_F77_C_O' => 1, autom4te: 'LT_SUPPORTED_TAG' => 1, autom4te: 'AC_FC_SRCEXT' => 1, autom4te: 'AM_PROG_MOC' => 1, autom4te: 'AC_FC_FREEFORM' => 1, autom4te: 'include' => 1, autom4te: 'AC_SUBST_TRACE' => 1, autom4te: 'AM_XGETTEXT_OPTION' => 1, autom4te: 'AC_CONFIG_MACRO_DIR_TRACE' => 1, autom4te: 'AC_REQUIRE_AUX_FILE' => 1, autom4te: 'AM_NLS' => 1, autom4te: '_LT_AC_TAGCONFIG' => 1, autom4te: 'm4_pattern_allow' => 1, autom4te: 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, autom4te: 'AM_EXTRA_RECURSIVE_TARGETS' => 1, autom4te: 'AM_POT_TOOLS' => 1, autom4te: 'AM_PROG_LIBTOOL' => 1, autom4te: 'AM_PROG_MKDIR_P' => 1, autom4te: 'AM_SILENT_RULES' => 1, autom4te: 'AM_PROG_CXX_C_O' => 1, autom4te: 'AC_CONFIG_SUBDIRS' => 1, autom4te: 'AC_CONFIG_LIBOBJ_DIR' => 1, autom4te: 'LT_CONFIG_LTDL_DIR' => 1, autom4te: 'AM_PATH_GUILE' => 1, autom4te: 'AC_FC_PP_SRCEXT' => 1, autom4te: 'AC_CANONICAL_HOST' => 1, autom4te: 'AM_AUTOMAKE_VERSION' => 1, autom4te: 'AM_INIT_AUTOMAKE' => 1, autom4te: '_AM_COND_ELSE' => 1, autom4te: 'AC_PROG_LIBTOOL' => 1, autom4te: 'AM_CONDITIONAL' => 1, autom4te: 'AC_FC_PP_DEFINE' => 1, autom4te: 'AM_ENABLE_MULTILIB' => 1, autom4te: 'AC_DEFINE_TRACE_LITERAL' => 1, autom4te: 'AC_CONFIG_FILES' => 1, autom4te: 'IT_PROG_INTLTOOL' => 1, autom4te: 'm4_include' => 1, autom4te: 'AC_LIBSOURCE' => 1, autom4te: 'AM_GNU_GETTEXT' => 1, autom4te: 'm4_sinclude' => 1, autom4te: 'AM_MAINTAINER_MODE' => 1 autom4te: } autom4te: ], 'Autom4te::Request' ); autom4te: running: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4 --nesting-limit=1024 --gnu --include=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf --debug=aflq --fatal-warning --debugfile=autom4te.cache/traces.1t --trace=AC_CANONICAL_BUILD --trace=AC_CANONICAL_HOST --trace=AC_CANONICAL_SYSTEM --trace=AC_CANONICAL_TARGET --trace=AC_CONFIG_AUX_DIR --trace=AC_CONFIG_FILES --trace=AC_CONFIG_HEADERS --trace=AC_CONFIG_LIBOBJ_DIR --trace=AC_CONFIG_LINKS --trace=AC_CONFIG_MACRO_DIR_TRACE --trace=AC_CONFIG_SUBDIRS --trace=AC_DEFINE_TRACE_LITERAL --trace=AC_FC_FREEFORM --trace=AC_FC_PP_DEFINE --trace=AC_FC_PP_SRCEXT --trace=AC_FC_SRCEXT --trace=AC_INIT --trace=AC_LIBSOURCE --trace=AC_PROG_LIBTOOL --trace=AC_REQUIRE_AUX_FILE --trace=AC_SUBST --trace=AC_SUBST_TRACE --trace=AH_OUTPUT --trace=AM_AUTOMAKE_VERSION --trace=AM_CONDITIONAL --trace=AM_ENABLE_MULTILIB --trace=AM_EXTRA_RECURSIVE_TARGETS --trace=AM_GNU_GETTEXT --trace=AM_GNU_GETTEXT_INTL_SUBDIR --trace=AM_INIT_AUTOMAKE --trace=AM_MAINTAINER_MODE --trace=AM_MAKEFILE_INCLUDE --trace=AM_NLS --trace=AM_PATH_GUILE --trace=AM_POT_TOOLS --trace=AM_PROG_AR --trace=AM_PROG_CC_C_O --trace=AM_PROG_CXX_C_O --trace=AM_PROG_F77_C_O --trace=AM_PROG_FC_C_O --trace=AM_PROG_LIBTOOL --trace=AM_PROG_MKDIR_P --trace=AM_PROG_MOC --trace=AM_SILENT_RULES --trace=AM_XGETTEXT_OPTION --trace=GTK_DOC_CHECK --trace=IT_PROG_INTLTOOL --trace=LT_CONFIG_LTDL_DIR --trace=LT_INIT --trace=LT_SUPPORTED_TAG --trace=_AM_COND_ELSE --trace=_AM_COND_ENDIF --trace=_AM_COND_IF --trace=_AM_MAKEFILE_INCLUDE --trace=_AM_SUBST_NOTMAKE --trace=_LT_AC_TAGCONFIG --trace=_m4_warn --trace=include --trace=m4_include --trace=m4_pattern_allow --trace=m4_pattern_forbid --trace=m4_sinclude --trace=sinclude --reload-state=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/../res/autoconf/autoconf/autoconf.m4f --undefine=__m4_version__ aclocal.m4 configure.ac > autom4te.cache/output.1t autom4te: formatting traces for '/tmp/arDiEKou/am4tjEuZG4/warnings': _m4_warn autom4te: reading /tmp/arDiEKou/am4tjEuZG4/warnings autom4te: formatting traces for '-': AC_CONFIG_HEADERS, AC_DEFINE_TRACE_LITERAL, AH_OUTPUT autoheader: autoheader: 'do'ing /tmp/arDiEKou/ah9AmMJG/traces.pl: | $symbol{'PACKAGE_NAME'} = 1; | $verbatim{'PACKAGE_NAME'} = '/* Define to the full name of this package. */ | #undef PACKAGE_NAME'; | $symbol{'PACKAGE_TARNAME'} = 1; | $verbatim{'PACKAGE_TARNAME'} = '/* Define to the one symbol short name of this package. */ | #undef PACKAGE_TARNAME'; | $symbol{'PACKAGE_VERSION'} = 1; | $verbatim{'PACKAGE_VERSION'} = '/* Define to the version of this package. */ | #undef PACKAGE_VERSION'; | $symbol{'PACKAGE_STRING'} = 1; | $verbatim{'PACKAGE_STRING'} = '/* Define to the full name and version of this package. */ | #undef PACKAGE_STRING'; | $symbol{'PACKAGE_BUGREPORT'} = 1; | $verbatim{'PACKAGE_BUGREPORT'} = '/* Define to the address where bug reports for this package should be sent. */ | #undef PACKAGE_BUGREPORT'; | $symbol{'PACKAGE_URL'} = 1; | $verbatim{'PACKAGE_URL'} = '/* Define to the home page for this package. */ | #undef PACKAGE_URL'; | $symbol{'PACKAGE'} = 1; | $verbatim{'PACKAGE'} = '/* Name of package */ | #undef PACKAGE'; | $symbol{'VERSION'} = 1; | $verbatim{'VERSION'} = '/* Version number of package */ | #undef VERSION'; | $config_h ||= 'config.h'; autoheader: 'config.h.in' is created automake: thread 0: reading autoconf --trace=AC_CANONICAL_HOST:\$f:\$l::\$d::\$n::\${::}% --trace=AC_SUBST_TRACE:\$f:\$l::\$d::\$n::\${::}% --trace=_AM_COND_IF:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CONFIG_FILES:\$f:\$l::\$d::\$n::\${::}% --trace=AC_FC_SRCEXT:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CANONICAL_TARGET:\$f:\$l::\$d::\$n::\${::}% --trace=AM_GNU_GETTEXT:\$f:\$l::\$d::\$n::\${::}% --trace=_LT_AC_TAGCONFIG:\$f:\$l::\$d::\$n::\${::}% --trace=LT_SUPPORTED_TAG:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CONFIG_LIBOBJ_DIR:\$f:\$l::\$d::\$n::\${::}% --trace=m4_include:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CONFIG_HEADERS:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CANONICAL_BUILD:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CONFIG_AUX_DIR:\$f:\$l::\$d::\$n::\${::}% --trace=_AM_COND_ELSE:\$f:\$l::\$d::\$n::\${::}% --trace=AC_CONFIG_LINKS:\$f:\$l::\$d::\$n::\${::}% --trace=_AM_COND_ENDIF:\$f:\$l::\$d::\$n::\${::}% --trace=AC_LIBSOURCE:\$f:\$l::\$d::\$n::\${::}% --trace=m4_sinclude:\$f:\$l::\$d::\$n::\${::}% --trace=AC_REQUIRE_AUX_FILE:\$f:\$l::\$d::\$n::\${::}% --trace=AM_MAINTAINER_MODE:\$f:\$l::\$d::\$n::\${::}% --trace=sinclude:\$f:\$l::\$d::\$n::\${::}% --trace=AM_CONDITIONAL:\$f:\$l::\$d::\$n::\${::}% --trace=AM_EXTRA_RECURSIVE_TARGETS:\$f:\$l::\$d::\$n::\${::}% --trace=_AM_SUBST_NOTMAKE:\$f:\$l::\$d::\$n::\${::}% --trace=AC_INIT:\$f:\$l::\$d::\$n::\${::}% --trace=AM_PROG_AR:\$f:\$l::\$d::\$n::\${::}% --trace=AM_AUTOMAKE_VERSION:\$f:\$l::\$d::\$n::\${::}% --trace=AM_GNU_GETTEXT_INTL_SUBDIR:\$f:\$l::\$d::\$n::\${::}% --trace=AM_PROG_MKDIR_P:\$f:\$l::\$d::\$n::\${::}% --trace=AM_INIT_AUTOMAKE:\$f:\$l::\$d::\$n::\${::}% configure.ac:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:15: You should run autoupdate. /home/conan/w/prod/BuildSingleReference/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:15: the top level configure.ac:18: installing 'build-aux/compile' configure.ac:9: installing 'build-aux/config.guess' configure.ac:9: installing 'build-aux/config.sub' configure.ac:4: installing 'build-aux/install-sh' configure.ac:4: installing 'build-aux/missing' automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/header-vars.am automake: thread 0: reading Makefile.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/configure.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/remake-hdr.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/clean-hdr.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/progs.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/program.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/compile.am Makefile.am: installing 'build-aux/depcomp' automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/depend.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/depend2.am automake: thread 0: Sources ending in .cpp become .o automake: thread 0: Sources ending in .cpp become .obj automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/lang-compile.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/texinfos.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/tags.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/distdir.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/footer.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/install.am automake: thread 0: reading /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/Automake/../../automake-1.16/am/clean.am automake: thread 0: creating Makefile.in automake/1.16.2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ******************************************************************************** conan test cci-bf1e93cd/recipes/automake/all/test_v1_package/conanfile.py automake/1.16.2@#2c7b9b600f3494cb7d9906f7d5fa2f26 -pr /home/conan/w/prod-v1/BuildSingleReference/10608/20891801-4f7b-4796-9f23-d3782fe8b239/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True automake/1.16.2 (test package): Installing package Requirements autoconf/2.71 from 'conan-center' - Cache automake/1.16.2 from local cache - Cache m4/1.4.19 from 'conan-center' - Cache Packages autoconf/2.71:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache automake/1.16.2:258f6f05ca54813b3d7180161753df7f9ccf7e1d - Cache m4/1.4.19:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Cache Installing (downloading, building) binaries... m4/1.4.19: Already installed! m4/1.4.19: Appending PATH environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin autoconf/2.71: Already installed! autoconf/2.71: Defining AC_MACRODIR environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf autoconf/2.71: Defining autom4te_perllibdir environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf autoconf/2.71: Defining AUTOCONF environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoconf autoconf/2.71: Defining AUTORECONF environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoreconf autoconf/2.71: Defining AUTOHEADER environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoheader autoconf/2.71: Defining AUTOM4TE environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autom4te automake/1.16.2: Already installed! automake/1.16.2 (test package): Generator txt created conanbuildinfo.txt automake/1.16.2 (test package): Aggregating env generators automake/1.16.2 (test package): Generated conaninfo.txt automake/1.16.2 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/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 automake/1.16.2 (test package): Calling build() ----Running------ > /home/conan/w/prod-v1/BuildSingleReference/.conan/data/automake/1.16.2/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res/automake-1.16/compile /usr/bin/gcc test_package_1.c -o script_test ----------------- ----Running------ > autoreconf -fiv ----------------- ----Running------ > /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/configure --help ----------------- `configure' configures test_package 1.0 to adapt to many kinds of systems. Usage: /home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print `checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for `--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or `..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [/usr/local] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, `make install' will install all the files in `/usr/local/bin', `/usr/local/lib' etc. You can specify an installation prefix other than `/usr/local' using `--prefix', for instance `--prefix=$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/test_package] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. automake/1.16.2 (test package): Calling: > ./configure '--prefix=/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/package' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > ./configure '--prefix=/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8/package' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu Hello world from the extra.m4 script! My args were: argument1,argument2,...,last argument 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 the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... gcc3 checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ----Running------ > make -j3 ----------------- make all-am make[1]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8' /usr/bin/g++ -DHAVE_CONFIG_H -I. -DNDEBUG -D_GLIBCXX_USE_CXX11_ABI=1 -m64 -O3 -s -MT test_package.o -MD -MP -MF .deps/test_package.Tpo -c -o test_package.o test_package.cpp mv -f .deps/test_package.Tpo .deps/test_package.Po /usr/bin/g++ -m64 -O3 -s -m64 -o test_package test_package.o make[1]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/cci-bf1e93cd/recipes/automake/all/test_v1_package/build/aa812f66cc25d52e62cde1f093beffcc1fbfe3f8' automake/1.16.2 (test package): Running test() ----Running------ > ./script_test ----------------- test_package.c says 'Hello World'! ----Running------ > ./test_package ----------------- test_package.cpp: hello world from test_package! autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:15: You should run autoupdate. /home/conan/w/prod/BuildSingleReference/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:15: the top level autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: autoconf --force configure.ac:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:15: You should run autoupdate. /home/conan/w/prod/BuildSingleReference/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:15: the top level autoreconf: running: autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:15: You should run autoupdate. /home/conan/w/prod/BuildSingleReference/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:15: the top level configure.ac:18: installing 'build-aux/compile' configure.ac:9: installing 'build-aux/config.guess' configure.ac:9: installing 'build-aux/config.sub' configure.ac:4: installing 'build-aux/install-sh' configure.ac:4: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' autoreconf: 'build-aux/install-sh' is updated autoreconf: 'build-aux/config.sub' is updated autoreconf: 'build-aux/config.guess' is updated autoreconf: Leaving directory '.'