Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] automake/1.16.4: Automake can't use autoconf packages and gives version error #9222

Open
wbehrens-on-gh opened this issue Feb 1, 2022 · 23 comments
Labels
bug Something isn't working

Comments

@wbehrens-on-gh
Copy link
Contributor

wbehrens-on-gh commented Feb 1, 2022

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: automake/1.16.4
  • Operating System+version: Windows Visual Studio 2019
  • Compiler+version: MSVC 16
  • Conan version: conan 1.44.1
  • Python version: Python 3.9.7

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

include(default)

[settings]
os=Windows
arch=x86_64
compiler=Visual Studio
compiler.version=16
compiler.runtime=MD

[options]

[conf]

[build_requires]

[env]

Steps to reproduce (Include if Applicable)

conan create path\to\automake\ automake/1.16.4@ -pr:b=path\to\profile --build all

Logs (Include/Attach if Applicable)

Click to expand log
checking for lex... lex
checking whether autoconf is installed... no
configure: error: Autoconf 2.65 or better is required.
    Please make sure it is installed and in your PATH.
automake/1.16.3: 
automake/1.16.3: ERROR: Package '3475bd55b91ae904ac96fde0f106a136ab951a5e' build failed
automake/1.16.3: WARN: Build folder C:\Users\wbehrens\.conan\data\automake\1.16.3\_\_\build\3475bd55b91ae904ac96fde0f106a136ab951a5e
ERROR: automake/1.16.3: Error in build() method, line 86
        autotools = self._configure_autotools()
while calling '_configure_autotools', line 70
        self._autotools.configure(args=conf_args, configure_dir=self._source_subfolder)
        ConanException: Error 1 while executing /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3475bd55b91ae904ac96fde0f106a136ab951a5e/source_subfolder/configure --datarootdir=/c/users/wbehrens/.conan/data/automake/1.16.3/_/_/package/3475bd55b91ae904ac96fde0f106a136ab951a5e/res --prefix=/c/users/wbehrens/.conan/data/automake/1.16.3/_/_/package/3475bd55b91ae904ac96fde0f106a136ab951a5e --target=x86_64-windows-msvc

@wbehrens-on-gh wbehrens-on-gh added the bug Something isn't working label Feb 1, 2022
@wbehrens-on-gh
Copy link
Contributor Author

update: still getting the same error

@ericLemanissier
Copy link
Contributor

Are you sure you are using --build all ? it should be --build I think.
Does it fix your problem if you add -pr:h=path\to\profile ?

@wbehrens-on-gh
Copy link
Contributor Author

@ericLemanissier --build all and --build do the same thing and I still get the same error

@ericLemanissier
Copy link
Contributor

@WilliamBehrens --build all is not documented, are you sure it does what you want it to do ?

I had the same error as you, when using -pr:b=default https://github.com/eirikb/proof-of-conan/runs/5098836941?check_suite_focus=true#step:8:6740 but it was fixed by using -pr:b=default -pr:h=default https://github.com/eirikb/proof-of-conan/runs/5098982532?check_suite_focus=true#step:8:6921

@wbehrens-on-gh
Copy link
Contributor Author

wbehrens-on-gh commented Feb 8, 2022

My exact command is: conan install . -if output\conan -pr:b=path\to\profile -pr:h=path\to\profile --build -s build_type=Release and I still get the same error. I just find it weird because this issue doesn't come up all the time, I've had instances where after trying the exact same command for a while it'll just suddenly build it.

@ericLemanissier
Copy link
Contributor

Is there a config.log file in folder C:\Users\wbehrens.conan\data\automake\1.16.3__\build\3475bd55b91ae904ac96fde0f106a136ab951a5e you could send ?

@wbehrens-on-gh
Copy link
Contributor Author

## ----------- ##
## Core tests. ##
## ----------- ##

configure:1929: loading site script /etc/config.site
| # This file is in public domain.
| # Original author: Karlson2k (Evgeny Grin)
| # Written for MSys2 to help running 'configure' scripts
| 
| # Defaults for MSys2/MinGW64-targeted programs
| 
| # Set proper selfname on bash and fallback to default name on other shells
| test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
| 
| # Set default 'host' to speedup configure
| if test -z "$build_alias"; then
|   build_alias="${MSYSTEM_CHOST}"  && \
|     ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
| fi
| 
| # Set default 'prefix'
| if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
|     ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
|   prefix="${MSYSTEM_PREFIX}" && \
|     ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
| fi
config.site:13: default build_alias set to x86_64-w64-mingw32
configure:1971: looking for aux files: compile missing install-sh config.guess config.sub
configure:1984:  trying /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/lib/
configure:2013:   /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/lib/compile found
configure:2013:   /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/lib/missing found
configure:1995:   /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/lib/install-sh found
configure:2013:   /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/lib/config.guess found
configure:2013:   /c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/lib/config.sub found
configure:2140: checking whether make supports nested variables
configure:2158: result: yes
configure:2177: checking build system type
configure:2192: result: x86_64-w64-mingw32
configure:2212: checking host system type
configure:2226: result: x86_64-w64-mingw32
configure:2280: checking for a BSD-compatible install
configure:2353: result: /usr/bin/install -c
configure:2364: checking whether build environment is sane
configure:2419: result: yes
configure:2578: checking for a race-free mkdir -p
configure:2622: result: /c/.conan/0dad6f/1/bin/msys64/usr/bin/mkdir -p
configure:2629: checking for gawk
configure:2650: found /c/.conan/0dad6f/1/bin/msys64/usr/bin/gawk
configure:2661: result: gawk
configure:2672: checking whether make sets $(MAKE)
configure:2695: result: yes
configure:2848: checking whether ln -s works
configure:2855: result: no, using cp -pR
configure:2862: checking for perl
configure:2885: found /c/.conan/0dad6f/1/bin/msys64/usr/bin/perl
configure:2897: result: /c/.conan/0dad6f/1/bin/msys64/usr/bin/perl
configure:2909: /c/.conan/0dad6f/1/bin/msys64/usr/bin/perl --version

This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-msys-thread-multi

Copyright 1987-2021, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

configure:2912: $? = 0
configure:2924: checking for tex
configure:2959: result: no
configure:2967:  --version </dev/null
/c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/configure: line 2968: --version: command not found
configure:2970: $? = 127
configure:2988: checking for yacc
configure:3009: found /c/.conan/0dad6f/1/bin/msys64/usr/bin/yacc
configure:3020: result: yacc
configure:3036: checking for lex
configure:3057: found /c/.conan/0dad6f/1/bin/msys64/usr/bin/lex
configure:3068: result: lex
configure:3089: checking whether autoconf is installed
configure:3095: autoconf --version
/c/users/wbehrens/.conan/data/automake/1.16.3/_/_/build/3e48e69237f7f2196164383ef9dedf0f93cbf249/source_subfolder/configure: line 3096: autoconf: command not found
configure:3098: $? = 127
configure:3106: result: no
configure:3109: error: Autoconf 2.65 or better is required.
    Please make sure it is installed and in your PATH.

It just can't seem to find it at all, even though I checked the autoconf recipe and it is being added to the path

@wbehrens-on-gh
Copy link
Contributor Author

I also tried making msys2 add autoconf via pacman with the "msys2:additional_packages=autoconf" and it installed and ran but still wasn't detected

@adklimki
Copy link

Also see #9048

@adklimki
Copy link

I am not able to build swig/4.0.2 because of the issue. There are 23 recipes that currently use automake/1.16.4, affected by the issue.

@paulharris
Copy link
Contributor

My exact command is: conan install . -if output\conan -pr:b=path\to\profile -pr:h=path\to\profile --build -s build_type=Release and I still get the same error. I just find it weird because this issue doesn't come up all the time, I've had instances where after trying the exact same command for a while it'll just suddenly build it.

See issue #9048 specifically my comment here:
#9048 (comment)

Seems to be a problem when you build it via (cd your_program; conan install . --build=missing) - ie indirectly as a requirement, but works ok if you build directly with conan install automake/etc@

@jellespijker
Copy link
Contributor

Seems to be a problem when you build it via (cd your_program; conan install . --build=missing) - ie indirectly as a requirement, but works ok if you build directly with conan install automake/etc@

@paulharris I noticed something similar conan-io/conan#11975 were 'tools.microsoft.bash:subsystem' from msys2 is not used by Autotools in it's test_package. Might this be releated?

@paulharris
Copy link
Contributor

I guess this could be closed now?
automake and autoconf recipes have been upgraded and work for me.

@tbsuht
Copy link
Contributor

tbsuht commented Mar 9, 2023

Seems to be a problem when you build it via (cd your_program; conan install . --build=missing) - ie indirectly as a requirement, but works ok if you build directly with conan install automake/etc@

this is still the case when testing that. directly works fine, but not if automake is build in the process for another module.

@tbsuht
Copy link
Contributor

tbsuht commented Mar 10, 2023

@prince-chrismc or someone else:
is there a difference in conan if a component is build explicitly via a reference or within the build of another component (e.g. with "--build")?

This is part of conan install some-internal-component@ -pr:h armv8 -pr:b default --build -s build_type=Release (implicite build of automake)

automake/1.16.5: Copying sources to build folder
automake/1.16.5: Building your package in /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
automake/1.16.5: Generator txt created conanbuildinfo.txt
automake/1.16.5: Aggregating env generators
automake/1.16.5: Calling build()
automake/1.16.5: Calling:
 > /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/source_subfolder/configure '--datarootdir=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res' '--prefix=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --target=aarch64-linux-gnu

And this is part of the explicit build from conan install automake/1.16.5@ -pr:h default -pr:b default --build -s build_type=Release:

automake/1.16.5: Applying build-requirement: autoconf/2.71
automake/1.16.5: Applying build-requirement: m4/1.4.19
automake/1.16.5: Copying sources to build folder
automake/1.16.5: Building your package in /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
automake/1.16.5: Generator txt created conanbuildinfo.txt
automake/1.16.5: Aggregating env generators
automake/1.16.5: Calling build()
automake/1.16.5: Calling:
 > /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/source_subfolder/configure '--datarootdir=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res' '--prefix=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' 

Notice these two lines which are missing for implicit building:

automake/1.16.5: Applying build-requirement: autoconf/2.71
automake/1.16.5: Applying build-requirement: m4/1.4.19

and --target=aarch64-linux-gnu is not passed.

Don't know whether this makes a difference ... but I need some point to start searching. The recipe itself seems to be fine, as the explicit build is working.

Error message:

configure: error: Autoconf 2.65 or better is required.
    Please make sure it is installed and in your PATH.
automake/1.16.5: ERROR: Package '258f6f05ca54813b3d7180161753df7f9ccf7e1d' build failed
automake/1.16.5: WARN: Build folder /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
ERROR: automake/1.16.5: Error in build() method, line 88
        autotools = self._configure_autotools()
while calling '_configure_autotools', line 72
        self._autotools.configure(args=conf_args, configure_dir=self._source_subfolder)
        ConanException: Error 1 while executing /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/source_subfolder/configure '--datarootdir=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res' '--prefix=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --target=aarch64-linux-gnu

@prince-chrismc
Copy link
Contributor

is there a difference in conan if a component is build explicitly via a reference or within the build of another component

Is there is! When an reference is the root of the graph changes a few nuance behaviors, for example in 1.x the root can override depencies.


Looking at your command the host profiles are different. Can you please try again with the same host profiles in case there was a typo?

Post the full logs too please 🙏


Looking at the recipe

if hasattr(self, "settings_build"):
self.tool_requires("autoconf/2.71")

There's some weird legacy code stuff. Which I am not sure about. So I am not sure it's pulldown the dependencies like it should

@tbsuht
Copy link
Contributor

tbsuht commented Mar 13, 2023

@prince-chrismc I found a way to easily reproduce this (clear your local cache, before ... I have seen cases when it worked if the cache was not empty ...):

conan install libuuid/1.0.3@ -pr:h default -pr:b default --build -s build_type=Release

Strangely this one is working, although it also requires on automake:

conan install libtool/2.4.7@ -pr:h default -pr:b default --build -s build_type=Release

Default profile:

$ conan profile show default                                                            
Configuration for profile default:

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=10
compiler.libcxx=libstdc++11
build_type=Release
[options]
[conf]
[build_requires]
[env]

Fails with the same error message:

configure: error: Autoconf 2.65 or better is required.
    Please make sure it is installed and in your PATH.
automake/1.16.5: 
automake/1.16.5: ERROR: Package '258f6f05ca54813b3d7180161753df7f9ccf7e1d' build failed
automake/1.16.5: WARN: Build folder /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
ERROR: automake/1.16.5: Error in build() method, line 88
        autotools = self._configure_autotools()
while calling '_configure_autotools', line 72
        self._autotools.configure(args=conf_args, configure_dir=self._source_subfolder)
        ConanException: Error 1 while executing /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/source_subfolder/configure '--datarootdir=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res' '--prefix=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --target=x86_64-linux-gnu

@tbsuht
Copy link
Contributor

tbsuht commented Mar 13, 2023

Full log of failing libuuid run

$ conan install libuuid/1.0.3@ -pr:h default -pr:b default --build -s build_type=Release
Configuration (profile_host):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

libuuid/1.0.3: Not found in local cache, looking in remotes...
libuuid/1.0.3: Trying with '-conan-dev-local'...
WARN: Hook 'hook_reduce_conandata.py' not found in /home/user/.conan/hooks folder. Please remove hook from conan.conf or include it inside the hooks folder.
Downloading conanmanifest.txt completed [0.20k]
Downloading conanfile.py completed [2.71k]
Downloading conan_export.tgz completed [0.29k]
Decompressing conan_export.tgz completed [0.00k]
libuuid/1.0.3: Downloaded recipe revision 0
libuuid/1.0.3: Forced build from source
libtool/2.4.7: Not found in local cache, looking in remotes...
libtool/2.4.7: Trying with '-conan-dev-local'...
Downloading conanmanifest.txt completed [0.38k]
Downloading conanfile.py completed [9.55k]
Downloading conan_export.tgz completed [0.29k]
Decompressing conan_export.tgz completed [0.00k]
libtool/2.4.7: Downloaded recipe revision 0
automake/1.16.5: Not found in local cache, looking in remotes...
automake/1.16.5: Trying with '-conan-dev-local'...
Downloading conanmanifest.txt completed [1.58k]
Downloading conanfile.py completed [5.66k]
Downloading conan_export.tgz completed [0.38k]
Decompressing conan_export.tgz completed [0.00k]
automake/1.16.5: Downloaded recipe revision 0
autoconf/2.71: Not found in local cache, looking in remotes...
autoconf/2.71: Trying with '-conan-dev-local'...
Downloading conanmanifest.txt completed [0.68k]
Downloading conanfile.py completed [5.59k]
Downloading conan_export.tgz completed [0.37k]
Decompressing conan_export.tgz completed [0.00k]
autoconf/2.71: Downloaded recipe revision 0
m4/1.4.19: Not found in local cache, looking in remotes...
m4/1.4.19: Trying with '-conan-dev-local'...
Downloading conanmanifest.txt completed [0.47k]
Downloading conanfile.py completed [5.11k]
Downloading conan_export.tgz completed [0.33k]
Decompressing conan_export.tgz completed [0.00k]
m4/1.4.19: Downloaded recipe revision 0
m4/1.4.19: Forced build from source
autoconf/2.71: Forced build from source
automake/1.16.5: Forced build from source
libtool/2.4.7: Forced build from source
gnu-config/cci.20210814: Not found in local cache, looking in remotes...
gnu-config/cci.20210814: Trying with '-conan-dev-local'...
Downloading conanmanifest.txt completed [0.10k]
Downloading conanfile.py completed [2.51k]
Downloading conan_export.tgz completed [0.28k]
Decompressing conan_export.tgz completed [0.00k]
gnu-config/cci.20210814: Downloaded recipe revision 0
gnu-config/cci.20210814: Forced build from source
Installing package: libuuid/1.0.3
Requirements
    libuuid/1.0.3 from '-conan-dev-local' - Downloaded
Packages
    libuuid/1.0.3:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Build
Build requirements
    autoconf/2.71 from '-conan-dev-local' - Downloaded
    automake/1.16.5 from '-conan-dev-local' - Downloaded
    gnu-config/cci.20210814 from '-conan-dev-local' - Downloaded
    libtool/2.4.7 from '-conan-dev-local' - Downloaded
    m4/1.4.19 from '-conan-dev-local' - Downloaded
Build requirements packages
    autoconf/2.71:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Build
    automake/1.16.5:258f6f05ca54813b3d7180161753df7f9ccf7e1d - Build
    gnu-config/cci.20210814:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Build
    libtool/2.4.7:ae99c49d13e74caddafc3dc1668af6b86bdf63db - Build
    m4/1.4.19:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Build

Installing (downloading, building) binaries...
gnu-config/cci.20210814: Configuring sources in /home/user/.conan/data/gnu-config/cci.20210814/_/_/source/src
Downloading config-191bcb948f7191c36eefe634336f5fc5c0c4c2be.tar.gz:   0%|          | 0.00/75.7k [00:00<?, ?B/s]gnu-confi                                                                                                               gnu-confiDownloading config-191bcb948f7191c36eefe634336f5fc5c0c4c2be.tar.gz completed [75.72k]    gnu-config/cci.20210814:
gnu-config/cci.20210814:
gnu-config/cci.20210814: Building your package in /home/user/.conan/data/gnu-config/cci.20210814/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
gnu-config/cci.20210814: Generator txt created conanbuildinfo.txt
gnu-config/cci.20210814: Aggregating env generators
gnu-config/cci.20210814: Calling build()
gnu-config/cci.20210814: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' built
gnu-config/cci.20210814: Build folder /home/user/.conan/data/gnu-config/cci.20210814/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build
gnu-config/cci.20210814: Generated conaninfo.txt
gnu-config/cci.20210814: Generated conanbuildinfo.txt
gnu-config/cci.20210814: Generating the package
gnu-config/cci.20210814: Package folder /home/user/.conan/data/gnu-config/cci.20210814/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
gnu-config/cci.20210814: Calling package()
gnu-config/cci.20210814: Copied 1 '.guess' file: config.guess
gnu-config/cci.20210814: Copied 1 '.sub' file: config.sub
gnu-config/cci.20210814 package(): Packaged 1 file: COPYING
gnu-config/cci.20210814 package(): Packaged 1 '.sub' file: config.sub
gnu-config/cci.20210814 package(): Packaged 1 '.guess' file: config.guess
gnu-config/cci.20210814: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' created
gnu-config/cci.20210814: Created package revision 84fe970dd17e1d5d5f34965d5e7a47ba
Downloading conan_sources.tgz completed [3.50k]
Decompressing conan_sources.tgz completed [0.00k]
m4/1.4.19: Configuring sources in /home/user/.conan/data/m4/1.4.19/_/_/source/src
Downloading m4-1.4.19.tar.gz completed [2884.64k]                                        m4/1.4.19: 19:
m4/1.4.19:
m4/1.4.19: Copying sources to build folder
m4/1.4.19: Building your package in /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c
m4/1.4.19: Generator txt created conanbuildinfo.txt
m4/1.4.19: Calling generate()
m4/1.4.19: Aggregating env generators
m4/1.4.19: Calling build()
m4/1.4.19: Calling:
 > "/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/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... /usr/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 whether make supports nested variables... (cached) yes
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for pthread.h... yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for stdio_ext.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for threads.h... yes
checking for iconv.h... yes
checking for limits.h... yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for langinfo.h... yes
checking for xlocale.h... no
checking for math.h... yes
checking for sys/mman.h... yes
checking for malloc.h... yes
checking for spawn.h... yes
checking for sys/time.h... yes
checking for sys/random.h... yes
checking for sys/wait.h... yes
checking for features.h... yes
checking for arpa/inet.h... yes
checking for semaphore.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for sys/select.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether to use C++... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: autobuild project... GNU M4
configure: autobuild revision... 1.4.19
configure: autobuild hostname... FE-Z1VQP
configure: autobuild timestamp... 20230313T084148Z
checking for unsigned long long int... yes
checking for long long int... yes
checking for unsigned long long int... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fcntl... yes
checking for symlink... yes
checking for fdopendir... yes
checking for mempcpy... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freadahead... no
checking for __freading... yes
checking for fstatat... yes
checking for getdtablesize... yes
checking for getprogname... no
checking for getexecname... no
checking for getrandom... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for uselocale... yes
checking for newlocale... yes
checking for duplocale... yes
checking for freelocale... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for mprotect... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for openat... yes
checking for pipe... yes
checking for pipe2... yes
checking for posix_spawn_file_actions_addchdir_np... yes
checking for posix_spawn_file_actions_addchdir... no
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for link... yes
checking for secure_getenv... yes
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for snprintf... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for strndup... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for wcwidth... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for pthread_sigmask... no
checking for setenv... yes
checking for sleep... yes
checking for catgets... yes
checking for shutdown... yes
checking for mquery... no
checking for pstat_getprocvm... no
checking for wctob... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for getcwd... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking for mode_t... yes
checking for sig_atomic_t... yes
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for eaccess... yes
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether long double and double are the same... no
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for C/C++ restrict keyword... __restrict__
checking for nlink_t... yes
checking whether ftello is declared... yes
checking whether ungetc works on arbitrary bytes... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdtablesize is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for pthread.h... (cached) yes
checking whether POSIX threads API is available... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
checking whether setlocale (category, NULL) is multithread-safe... yes
checking host CPU and C ABI... x86_64
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib64
checking for iconv... yes
checking for working iconv... yes
checking whether iconv is compatible with its POSIX signature... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether byte ordering is bigendian... no
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for a traditional japanese locale... none
checking for a french Unicode locale... none
checking for a transitional chinese locale... none
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ALTMON_1... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether locale.h defines locale_t... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking for LC_MESSAGES... yes
checking whether uselocale works... yes
checking for fake locale system (OpenBSD)... no
checking for Solaris 11.4 locale system... no
checking for getlocalename_l... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for multithread API to use... none
checking for a sed that does not truncate output... /usr/bin/sed
checking whether malloc (0) returns nonnull... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking for mbstate_t... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking for library containing posix_spawn... none required
checking for posix_spawn... yes
checking whether posix_spawn is declared... yes
checking whether posix_spawn works... yes
checking whether posix_spawn rejects scripts without shebang... yes
checking whether posix_spawnp rejects scripts without shebang... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for sched.h... yes
checking for struct sched_param... yes
checking for uid_t in sys/types.h... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal is declared... yes
checking whether strstr works... yes
checking whether ldexp() can be used without linking with libm... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether printf supports infinite 'long double' arguments... yes
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... no
checking whether printf supports the 'ls' directive... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking whether wcsdup is declared... yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... (cached) yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking for library needed for semaphore functions... none
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for off_t... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether <sys/select.h> is self-contained... yes
checking for library containing setsockopt... none needed
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking for pthread_t... yes
checking for pthread_spinlock_t... yes
checking for PTHREAD_CREATE_DETACHED... yes
checking for PTHREAD_MUTEX_RECURSIVE... yes
checking for PTHREAD_MUTEX_ROBUST... yes
checking for PTHREAD_PROCESS_SHARED... yes
checking whether setenv is declared... yes
checking for search.h... yes
checking for tsearch... yes
checking whether <sys/ioctl.h> declares ioctl... yes
checking whether unsetenv is declared... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking for __builtin_expect... yes
checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
checking whether this system supports file names of any length... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking for d_ino member in directory struct... yes
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking whether fflush works on input streams... (cached) no
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether fopen recognizes a trailing slash... yes
checking whether fopen supports the mode character 'x'... yes
checking whether fopen supports the mode character 'e'... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether fpurge is declared... no
checking whether free is known to preserve errno... no
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking whether fstatat (..., 0) works... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether getcwd handles long file names properly... yes
checking for getpagesize... yes
checking whether getcwd succeeds when 4k < cwd_length < 16k... yes
checking whether getdtablesize works... yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking whether the compiler generally respects inline... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether iswblank is declared... yes
checking whether iswdigit is ISO C compliant... guessing yes
checking whether iswxdigit is ISO C compliant... guessing yes
checking whether the compiler supports the __inline keyword... yes
checking whether lseek detects pipes... yes
checking whether malloc (0) returns nonnull... (cached) yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc stores incomplete characters... guessing no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking for mbtowc... yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for mkdtemp... yes
checking for working mkstemp... yes
checking whether YESEXPR works... yes
checking for obstacks that work with any size object... no
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether ldexpl is declared... yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether realloc (0, 0) returns nonnull... yes
checking for reallocarray... yes
checking for working re_compile_pattern... no
checking for libintl.h... yes
checking whether isblank is declared... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking whether setlocale supports the C locale... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
checking for struct sigaction.sa_sigaction... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stack direction... grows down
checking for stack_t... yes
checking for working sigaltstack... yes
checking for correct stack_t interpretation... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for va_copy... yes
checking for stpcpy... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strsignal... yes
checking whether strsignal always returns a string... yes
checking whether strstr works in linear time... yes
checking whether strstr works... (cached) yes
checking whether strtod obeys C99... yes
checking for sys/single_threaded.h... no
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vasprintf... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for waitid... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb works in the C locale... yes
checking whether wcrtomb return value is correct... guessing yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for stdint.h... (cached) yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a turkish Unicode locale... none
checking whether open recognizes a trailing slash... (cached) yes
checking for close_range... no
checking whether fdopen sets errno... yes
checking whether freopen works on closed fds... yes
checking for gettimeofday with POSIX signature... yes
checking for library containing inet_pton... none required
checking whether inet_pton is declared... yes
checking whether byte ordering is bigendian... (cached) no
checking for ioctl... yes
checking for ioctl with POSIX signature... no
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... word 2 bit 0
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether link obeys POSIX... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking whether <netinet/in.h> is self-contained... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking whether perror matches strerror... yes
checking whether pthread_create exists as a global function... yes
checking whether pthread_sigmask is a macro... no
checking for putenv compatible with GNU and SVID... yes
checking whether sched_yield is declared... yes
checking whether select supports a 0 argument... (cached) yes
checking whether select detects invalid fds... (cached) yes
checking whether setenv validates arguments... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether sleep is declared... yes
checking for working sleep... yes
checking for socklen_t... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking whether symlink handles trailing slash correctly... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether wctob works... guessing yes
checking whether wctob is declared... yes
checking whether an open file can be renamed... yes
checking if changeword is wanted... no
checking which shell to use for syscmd... /bin/sh
checking if malloc debugging is wanted... no
checking whether NLS is requested... 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 CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyPreferredLanguages... (cached) no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating lib/config.h
config.status: linking /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing stamp-h commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making all in .
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making all in examples
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
Making all in lib
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
  GEN      alloca.h
  GEN      configmake.h
  GEN      dirent.h
  GEN      fcntl.h
  GEN      iconv.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      locale.h
  GEN      sched.h
  GEN      signal.h
  GEN      sigsegv.h
  GEN      math.h
  GEN      spawn.h
  GEN      langinfo.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/random.h
  GEN      sys/stat.h
  GEN      sys/types.h
  GEN      sys/wait.h
  GEN      time.h
  GEN      unistr.h
  GEN      unistd.h
  GEN      unitypes.h
  GEN      uniwidth.h
  GEN      wchar.h
  GEN      wctype.h
make  all-am
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
  CC       asyncsafe-spin.o
  CC       openat-proc.o
  CC       gl_avltree_oset.o
  CC       basename-lgpl.o
  CC       binary-io.o
  CC       bitrotate.o
  CC       c-ctype.o
  CC       c-stack.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       canonicalize.o
  CC       clean-temp.o
  CC       clean-temp-simple.o
  CC       cloexec.o
  CC       close-stream.o
  CC       closein.o
  CC       closeout.o
  CC       concat-filename.o
  CC       dirname.o
  CC       basename.o
  CC       dirname-lgpl.o
  CC       stripslash.o
  CC       execute.o
  CC       exitfail.o
  CC       fatal-signal.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       file-set.o
  CC       filenamecat.o
  CC       filenamecat-lgpl.o
  CC       findprog-in.o
  CC       fopen-safer.o
  CC       freading.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       hash.o
  CC       hash-pjw.o
  CC       hash-triple-simple.o
  CC       gl_linked_list.o
  CC       gl_linkedhash_list.o
  CC       gl_list.o
  CC       localcharset.o
  CC       localename.o
  CC       localename-table.o
  CC       malloca.o
  CC       math.o
  CC       mbchar.o
  CC       mbiter.o
  CC       mbslen.o
  CC       mbsstr.o
  CC       mbuiter.o
  CC       memchr2.o
  CC       openat-die.o
  CC       gl_oset.o
  CC       pipe2.o
  CC       pipe2-safer.o
  CC       printf-frexp.o
  CC       printf-frexpl.o
  CC       progname.o
  CC       propername.o
  CC       quotearg.o
  CC       save-cwd.o
  CC       malloc/scratch_buffer_dupfree.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
  CC       setlocale_null.o
  CC       sig-handler.o
  CC       sigsegv.o
  CC       stackvma.o
  CC       spawn-pipe.o
  CC       stat-time.o
  CC       mkstemp-safer.o
  CC       striconv.o
  CC       strnlen1.o
  CC       tempname.o
  CC       glthread/threadlib.o
  CC       glthread/tls.o
  CC       tmpdir.o
  CC       trim.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       verror.o
  CC       version-etc.o
  CC       version-etc-fsf.o
  CC       wait-process.o
  CC       wctype-h.o
  CC       xmalloc.o
  CC       xalloc-die.o
  CC       gl_xlist.o
  CC       xmalloca.o
  CC       gl_xoset.o
  CC       xprintf.o
  CC       xsize.o
  CC       xstriconv.o
  CC       xstrndup.o
  CC       xvasprintf.o
  CC       xasprintf.o
  CC       asnprintf.o
  CC       asprintf.o
  CC       chdir-long.o
  CC       fclose.o
  CC       fcntl.o
  CC       fflush.o
  CC       fpurge.o
  CC       freadahead.o
  CC       free.o
  CC       fseek.o
  CC       fseeko.o
  CC       mbrtowc.o
  CC       obstack.o
  CC       printf-args.o
  CC       printf-parse.o
  CC       spawn_faction_addchdir.o
  CC       vasnprintf.o
  CC       regex.o
  CC       vasprintf.o
  CC       malloc/dynarray_at_failure.o
  CC       malloc/dynarray_emplace_enlarge.o
  CC       malloc/dynarray_finalize.o
  CC       malloc/dynarray_resize.o
  CC       malloc/dynarray_resize_clear.o
  CC       unistr/u8-mbtoucr.o
  CC       glthread/lock.o
  CC       unistr/u8-uctomb.o
  CC       unistr/u8-uctomb-aux.o
  CC       uniwidth/width.o
  AR       libm4.a
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
Making all in src
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
  CC       m4.o
  CC       builtin.o
  CC       debug.o
  CC       eval.o
  CC       format.o
  CC       freeze.o
  CC       input.o
  CC       macro.o
  CC       output.o
  CC       symtab.o
  CC       path.o
  CCLD     m4
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
Making all in doc
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Updating man page m4.1
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Making all in checks
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
Making all in po
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
Making all in tests
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
  GEN      ctype.h
  GEN      test-posix_spawn-dup2-stdout.sh
  GEN      test-posix_spawn-dup2-stdin.sh
  GEN      arpa/inet.h
  GEN      pthread.h
  GEN      sys/ioctl.h
  GEN      sys/select.h
  GEN      sys/socket.h
  GEN      sys/time.h
  GEN      sys/uio.h
make  all-recursive
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
Making all in .
make[4]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
  CC       locale.o
  CC       gl_array_list.o
  CC       gl_array_oset.o
  CC       findprog.o
  CC       imaxtostr.o
  CC       inttostr.o
  CC       offtostr.o
  CC       uinttostr.o
  CC       umaxtostr.o
  CC       read-file.o
  CC       sockets.o
  CC       sys_socket.o
  CC       vma-iter.o
  CC       xconcat-filename.o
  CC       ioctl.o
  CC       nanosleep.o
  CC       pthread_sigmask.o
  CC       test-localcharset.o
  CC       strerror_r.o
  CC       glthread/thread.o
  AR       libtests.a
  CCLD     current-locale
  CCLD     test-localcharset
make[4]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[1]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
m4/1.4.19: Package '24647d9fe8ec489125dfbae4b3ebefaf7581674c' built
m4/1.4.19: Build folder /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release
m4/1.4.19: Generated conaninfo.txt
m4/1.4.19: Generated conanbuildinfo.txt
m4/1.4.19: Generating the package
m4/1.4.19: Package folder /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c
m4/1.4.19: Calling package()
m4/1.4.19: Copied 1 file: COPYING
make  install-recursive
make[1]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making install in .
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making install in examples
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
Making install in lib
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make  install-am
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[4]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
Making install in src
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//bin'
  /usr/bin/install -c m4 '/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//bin'
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
Making install in doc
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Updating man page m4.1
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
make[3]: Nothing to be done for 'install-exec-am'.
Updating man page m4.1
 /usr/bin/mkdir -p '/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/info'
 /usr/bin/mkdir -p '/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/man/man1'
 /usr/bin/install -c -m 644 /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.info /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.info-1 /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.info-2 '/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/info'
 /usr/bin/install -c -m 644 /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.1 '/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/man/man1'
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Making install in checks
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
Making install in po
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/bg.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/bg/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/cs.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/cs/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/da.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/da/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/de.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/de/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/el.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/el/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/eo.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/eo/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/es.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/es/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/fi.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/fi/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/fr.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/fr/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ga.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ga/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/gl.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/gl/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/hr.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/hr/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/id.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/id/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ja.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ja/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ko.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ko/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/nl.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/nl/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/pl.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/pl/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/pt_BR.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/pt_BR/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ro.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ro/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ru.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ru/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/sr.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/sr/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/sv.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/sv/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/uk.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/uk/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/vi.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/vi/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/zh_CN.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/zh_CN/LC_MESSAGES/m4.mo
installing /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/zh_TW.gmo as /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/zh_TW/LC_MESSAGES/m4.mo
if test "m4" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/$file \
                    /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
Making install in tests
make[2]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make  install-recursive
make[3]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
Making install in .
make[4]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[5]: Entering directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[4]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[3]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[2]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[1]: Leaving directory '/home/user/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
m4/1.4.19 package(): Packaged 2 files: COPYING, m4
m4/1.4.19: Package '24647d9fe8ec489125dfbae4b3ebefaf7581674c' created
m4/1.4.19: Created package revision d11531f45ddb188bc6562ec1a4e83712
m4/1.4.19: Appending PATH environment variable: /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin
Downloading conan_sources.tgz completed [2.17k]
Decompressing conan_sources.tgz completed [0.00k]
autoconf/2.71: Configuring sources in /home/user/.conan/data/autoconf/2.71/_/_/source/src
Downloading autoconf-2.71.tar.gz completed [1956.82k]                                    autoconf/2.71: oconf/2.71:
autoconf/2.71:
autoconf/2.71: Copying sources to build folder
autoconf/2.71: Building your package in /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
autoconf/2.71: Generator txt created conanbuildinfo.txt
autoconf/2.71: Calling generate()
autoconf/2.71: Aggregating env generators
autoconf/2.71: Calling build()
autoconf/2.71: Calling:
 > "/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/res'
checking for a BSD-compatible install... /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/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
configure: autobuild project... GNU Autoconf
configure: autobuild revision... 2.71
configure: autobuild hostname... FE-Z1VQP
configure: autobuild timestamp... 20230313T084312Z
checking for a shell whose -n mode is known to work... /bin/bash
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /usr/bin/expr
checking for GNU M4 that supports accurate traces... /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4
checking whether /home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl Fcntl::flock is implemented... yes
checking for emacs... no
checking for xemacs... no
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make is case sensitive... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating tests/atlocal
config.status: creating Makefile
config.status: linking /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/GNUmakefile to GNUmakefile
config.status: executing tests/atconfig commands
make  all-am
make[1]: Entering directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
rm -f bin/autom4te bin/autom4te.tmp
rm -f lib/autom4te.cfg lib/autom4te.cfg-t
/usr/bin/mkdir -p bin
/usr/bin/mkdir -p lib/m4sugar
srcdir=''; \
  test -f ./bin/autom4te.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autom4te.in; do not edit by hand.|g' ${srcdir}bin/autom4te.in >bin/autom4te.tmp
/usr/bin/mkdir -p lib
rm -f bin/autoheader bin/autoheader.tmp
sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from lib/autom4te.cfg.in; do not edit by hand.|g' /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autom4te.in >lib/autom4te.cfg-t
:;{ \
  echo '# This file is part of -*- Autoconf -*-.' && \
  echo '# Version of Autoconf.' && \
  echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
  echo '# Free Software Foundation, Inc.' && \
  echo  &&\
  echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
  echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
  echo 'm4_define([m4_PACKAGE_VERSION],   [2.71])' && \
  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.71])' && \
  echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
  echo 'm4_define([m4_PACKAGE_URL],       [https://www.gnu.org/software/autoconf/])' && \
  echo 'm4_define([m4_PACKAGE_YEAR],      [2021])'; \
} > lib/m4sugar/version.m4-t
rm -f bin/autoreconf bin/autoreconf.tmp
mv lib/m4sugar/version.m4-t lib/m4sugar/version.m4
/usr/bin/mkdir -p bin
rm -f bin/autoscan bin/autoscan.tmp
srcdir=''; \
  test -f ./bin/autoheader.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoheader.in; do not edit by hand.|g' ${srcdir}bin/autoheader.in >bin/autoheader.tmp
/usr/bin/mkdir -p bin
rm -f bin/autoupdate bin/autoupdate.tmp
srcdir=''; \
  test -f ./bin/autoreconf.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoreconf.in; do not edit by hand.|g' ${srcdir}bin/autoreconf.in >bin/autoreconf.tmp
/usr/bin/mkdir -p bin
rm -f bin/ifnames bin/ifnames.tmp
chmod +x bin/autom4te.tmp
chmod a-w lib/autom4te.cfg-t
srcdir=''; \
  test -f ./bin/autoscan.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoscan.in; do not edit by hand.|g' ${srcdir}bin/autoscan.in >bin/autoscan.tmp
/usr/bin/mkdir -p bin
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autoconf-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
    -f batch-byte-compile '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autoconf-mode.el'; \
else :; fi
chmod a-w bin/autom4te.tmp
mv -f lib/autom4te.cfg-t lib/autom4te.cfg
srcdir=''; \
  test -f ./bin/autoupdate.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoupdate.in; do not edit by hand.|g' ${srcdir}bin/autoupdate.in >bin/autoupdate.tmp
/usr/bin/mkdir -p bin
chmod +x bin/autoheader.tmp
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autotest-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
    -f batch-byte-compile '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autotest-mode.el'; \
else :; fi
mv bin/autom4te.tmp bin/autom4te
srcdir=''; \
  test -f ./bin/ifnames.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/ifnames.in; do not edit by hand.|g' ${srcdir}bin/ifnames.in >bin/ifnames.tmp
chmod a-w bin/autoheader.tmp
chmod +x bin/autoreconf.tmp
AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         --language M4sh --cache '' \
  --melt /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/bin/autoconf.as -o bin/autoconf.in
mv bin/autoheader.tmp bin/autoheader
chmod a-w bin/autoreconf.tmp
chmod +x bin/autoscan.tmp
AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         --language=M4sh /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/tests/wrapper.as -o tests/wrapper.in
mv bin/autoreconf.tmp bin/autoreconf
chmod a-w bin/autoscan.tmp
/usr/bin/mkdir -p lib/autoconf
chmod +x bin/autoupdate.tmp
mv bin/autoscan.tmp bin/autoscan
/usr/bin/mkdir -p lib/autoscan
chmod +x bin/ifnames.tmp
chmod a-w bin/autoupdate.tmp
lang=`echo 'lib/autoconf/autoconf' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
        --language=$lang \
        --freeze \
        --output=lib/autoconf/autoconf.m4f
/usr/bin/mkdir -p lib/autotest
chmod a-w bin/ifnames.tmp
mv bin/autoupdate.tmp bin/autoupdate
echo '# Automatically Generated: do not edit this file' >lib/autoscan/autoscan.list
/usr/bin/mkdir -p lib/m4sugar
mv bin/ifnames.tmp bin/ifnames
sed '/^[#]/!q' /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoscan/autoscan.pre >>lib/autoscan/autoscan.list
lang=`echo 'lib/autotest/autotest' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
        --language=$lang \
        --freeze \
        --output=lib/autotest/autotest.m4f
/usr/bin/mkdir -p lib/m4sugar
( \
  sed -n '/^[^#]/p' /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoscan/autoscan.pre; \
  AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         --cache '' -M -l autoconf-without-aclocal-m4 \
    -t'AN_OUTPUT:$1: $2         $3' \
) | LC_ALL=C sort >>lib/autoscan/autoscan.list
lang=`echo 'lib/m4sugar/m4sugar' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
        --language=$lang \
        --freeze \
        --output=lib/m4sugar/m4sugar.m4f
lang=`echo 'lib/m4sugar/m4sh' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && AUTOM4TE_PERLLIBDIR='/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
        --language=$lang \
        --freeze \
        --output=lib/m4sugar/m4sh.m4f
rm -f bin/autoconf bin/autoconf.tmp
rm -f tests/autoconf tests/autoconf.tmp
/usr/bin/mkdir -p bin
rm -f tests/autoheader tests/autoheader.tmp
srcdir=''; \
  test -f ./bin/autoconf.in || srcdir=/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/user/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoconf.in; do not edit by hand.|g' ${srcdir}bin/autoconf.in >bin/autoconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoconf.tmp
rm -f tests/autom4te tests/autom4te.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoheader.tmp
rm -f tests/autoreconf tests/autoreconf.tmp
chmod +x tests/autoconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autom4te.tmp
rm -f tests/autoscan tests/autoscan.tmp
chmod +x tests/autoheader.tmp
chmod a-w tests/autoconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoreconf.tmp
chmod +x tests/autom4te.tmp
rm -f tests/autoupdate tests/autoupdate.tmp
chmod a-w tests/autoheader.tmp
mv -f tests/autoconf.tmp tests/autoconf
chmod +x bin/autoconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoscan.tmp
chmod a-w tests/autom4te.tmp
chmod +x tests/autoreconf.tmp
rm -f tests/ifnames tests/ifnames.tmp
mv -f tests/autoheader.tmp tests/autoheader
chmod a-w bin/autoconf.tmp
mv -f tests/autom4te.tmp tests/autom4te
chmod a-w tests/autoreconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoupdate.tmp
chmod +x tests/autoscan.tmp
mv bin/autoconf.tmp bin/autoconf
mv -f tests/autoreconf.tmp tests/autoreconf
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/ifnames.tmp
chmod a-w tests/autoscan.tmp
chmod +x tests/autoupdate.tmp
mv -f tests/autoscan.tmp tests/autoscan
chmod a-w tests/autoupdate.tmp
chmod +x tests/ifnames.tmp
mv -f tests/autoupdate.tmp tests/autoupdate
chmod a-w tests/ifnames.tmp
mv -f tests/ifnames.tmp tests/ifnames
make[1]: Leaving directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
autoconf/2.71: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' built
autoconf/2.71: Build folder /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release
autoconf/2.71: Generated conaninfo.txt
autoconf/2.71: Generated conanbuildinfo.txt
autoconf/2.71: Generating the package
autoconf/2.71: Package folder /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
autoconf/2.71: Calling package()
make  install-am
make[1]: Entering directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autoconf-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
    -f batch-byte-compile '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autoconf-mode.el'; \
else :; fi
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autotest-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
    -f batch-byte-compile '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autotest-mode.el'; \
else :; fi
make[2]: Entering directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//bin'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh bin/autoconf bin/autoheader bin/autom4te bin/autoreconf bin/autoscan bin/autoupdate bin/ifnames '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//bin'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autoconf-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
    -f batch-byte-compile '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autoconf-mode.el'; \
else :; fi
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/build-aux'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autotest/autotest.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autotest/general.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autotest/specific.m4 '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoconf.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/general.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/oldnames.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/specific.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoheader.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoupdate.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autotest.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoscan.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/lang.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/c.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/erlang.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/fortran.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/functions.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/go.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/headers.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/types.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/libs.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/programs.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/trailer.m4 '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autotest-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
    -f batch-byte-compile '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autotest-mode.el'; \
else :; fi
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/config.guess /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/config.sub /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/build-aux'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/Autom4te'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/m4sugar/m4sugar.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/m4sugar/foreach.m4 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/m4sugar/m4sh.m4 '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/C4che.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/ChannelDefs.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Channels.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Config.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Configure_ac.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/FileUtils.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/General.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Getopt.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Request.pm /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/XFile.pm '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/Autom4te'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/man/man1'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoscan'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autoconf/autoconf.m4f '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autoscan/autoscan.list '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoscan'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoconf.1 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoheader.1 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autom4te.1 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoreconf.1 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoscan.1 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoupdate.1 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/ifnames.1 '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/man/man1'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autotest/autotest.m4f '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
 /usr/bin/mkdir -p '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/m4sugar/version.m4 lib/m4sugar/m4sugar.m4f lib/m4sugar/m4sh.m4f '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autom4te.cfg '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/doc/autoconf.info /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/doc/standards.info '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info'
 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/INSTALL '/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
make  install-data-hook
make[3]: Entering directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
for s in build-aux/config.guess build-aux/config.sub build-aux/install-sh; do \
  chmod +x "/home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/$s"; \
done
make[3]: Leaving directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
make[2]: Leaving directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
make[1]: Leaving directory '/home/user/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
autoconf/2.71: Copied 2 files: COPYING, COPYINGv3
autoconf/2.71: Copied 1 '.EXCEPTION' file: COPYING.EXCEPTION
autoconf/2.71 package(): Packaged 11 files
autoconf/2.71 package(): Packaged 1 '.EXCEPTION' file: COPYING.EXCEPTION
autoconf/2.71 package(): Packaged 1 '.cfg' file: autom4te.cfg
autoconf/2.71 package(): Packaged 4 '.m4f' files: autotest.m4f, m4sh.m4f, m4sugar.m4f, autoconf.m4f
autoconf/2.71 package(): Packaged 27 '.m4' files
autoconf/2.71 package(): Packaged 1 '.sub' file: config.sub
autoconf/2.71 package(): Packaged 1 '.guess' file: config.guess
autoconf/2.71 package(): Packaged 1 '.list' file: autoscan.list
autoconf/2.71 package(): Packaged 10 '.pm' files
autoconf/2.71: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' created
autoconf/2.71: Created package revision 14db5c23a1dfc09d9b07eecb10b01332
autoconf/2.71: Defining AC_MACRODIR environment variable: /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf
autoconf/2.71: Defining AUTOM4TE_PERLLIBDIR environment variable: /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf
autoconf/2.71: Defining AUTOCONF environment variable: /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoconf
autoconf/2.71: Defining AUTORECONF environment variable: /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoreconf
autoconf/2.71: Defining AUTOHEADER environment variable: /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoheader
autoconf/2.71: Defining AUTOM4TE environment variable: /home/user/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autom4te
Downloading conan_sources.tgz completed [1.83k]
Decompressing conan_sources.tgz completed [0.00k]
automake/1.16.5: Configuring sources in /home/user/.conan/data/automake/1.16.5/_/_/source
Downloading automake-1.16.5.tar.gz completed [2333.05k]

automake/1.16.5: Copying sources to build folder
automake/1.16.5: Building your package in /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
automake/1.16.5: Generator txt created conanbuildinfo.txt
automake/1.16.5: Aggregating env generators
automake/1.16.5: Calling build()
automake/1.16.5: Calling:
 > /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/source_subfolder/configure '--datarootdir=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res' '--prefix=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --target=x86_64-linux-gnu
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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for perl... /usr/bin/perl
checking for tex... no
checking for yacc... yacc
checking for lex... lex
checking whether autoconf is installed... no
configure: error: Autoconf 2.65 or better is required.
    Please make sure it is installed and in your PATH.
automake/1.16.5:
automake/1.16.5: ERROR: Package '258f6f05ca54813b3d7180161753df7f9ccf7e1d' build failed
automake/1.16.5: WARN: Build folder /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
ERROR: automake/1.16.5: Error in build() method, line 88
        autotools = self._configure_autotools()
while calling '_configure_autotools', line 72
        self._autotools.configure(args=conf_args, configure_dir=self._source_subfolder)
        ConanException: Error 1 while executing /home/user/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/source_subfolder/configure '--datarootdir=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/res' '--prefix=/home/user/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --target=x86_64-linux-gnu
user@FE-Z1VQP:~$

@Tobulus
Copy link
Contributor

Tobulus commented Mar 19, 2023

is there a difference in conan if a component is build explicitly via a reference or within the build of another component

Is there is! When an reference is the root of the graph changes a few nuance behaviors, for example in 1.x the root can override depencies.

Looking at your command the host profiles are different. Can you please try again with the same host profiles in case there was a typo?

Post the full logs too please pray

Looking at the recipe

if hasattr(self, "settings_build"):
self.tool_requires("autoconf/2.71")

There's some weird legacy code stuff. Which I am not sure about. So I am not sure it's pulldown the dependencies like it should

@prince-chrismc
Removing line 47 fixes the problem with autoconf, but I have no idea what that was doing and whether it can be just removed?

But this runs directly into the next problem with m4 within libtool:

configure: error: no acceptable m4 could be found in $PATH.
GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended.
GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.
libtool/2.4.7: ERROR: Package '6fbe64f35b9d3eb3f534cbf1646451f40f718a31' build failed
libtool/2.4.7: WARN: Build folder /home/abcdef/.conan/data/libtool/2.4.7/_/_/build/6fbe64f35b9d3eb3f534cbf1646451f40f718a31/build-release
ERROR: libtool/2.4.7: Error in build() method, line 127
        autotools.configure()
        ConanException: Error 1 while executing "/home/abcdef/.conan/data/libtool/2.4.7/_/_/build/6fbe64f35b9d3eb3f534cbf1646451f40f718a31/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/res' '--enable-shared' '--enable-static' '--enable-ltdl-install'
full-log
Configuration (profile_host):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=7
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=7
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

libuuid/1.0.3: Forced build from source
m4/1.4.19: Forced build from source
autoconf/2.71: Forced build from source
automake/1.16.5: Forced build from source
libtool/2.4.7: Forced build from source
gnu-config/cci.20210814: Forced build from source
Installing package: libuuid/1.0.3
Requirements
    libuuid/1.0.3 from 'conancenter' - Cache
Packages
    libuuid/1.0.3:d50a0d523d98c15bb147b18fa7d203887c38be8b - Build
Build requirements
    autoconf/2.71 from 'conancenter' - Cache
    automake/1.16.5 from local cache - Cache
    gnu-config/cci.20210814 from 'conancenter' - Cache
    libtool/2.4.7 from local cache - Cache
    m4/1.4.19 from 'conancenter' - Cache
Build requirements packages
    autoconf/2.71:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Build
    automake/1.16.5:258f6f05ca54813b3d7180161753df7f9ccf7e1d - Build
    gnu-config/cci.20210814:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Build
    libtool/2.4.7:6fbe64f35b9d3eb3f534cbf1646451f40f718a31 - Build
    m4/1.4.19:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Build

Installing (downloading, building) binaries...
gnu-config/cci.20210814: Building your package in /home/abcdef/.conan/data/gnu-config/cci.20210814/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
gnu-config/cci.20210814: Generator txt created conanbuildinfo.txt
gnu-config/cci.20210814: Aggregating env generators
gnu-config/cci.20210814: Calling build()
gnu-config/cci.20210814: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' built
gnu-config/cci.20210814: Build folder /home/abcdef/.conan/data/gnu-config/cci.20210814/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build
gnu-config/cci.20210814: Generated conaninfo.txt
gnu-config/cci.20210814: Generated conanbuildinfo.txt
gnu-config/cci.20210814: Generating the package
gnu-config/cci.20210814: Package folder /home/abcdef/.conan/data/gnu-config/cci.20210814/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
gnu-config/cci.20210814: Calling package()
gnu-config/cci.20210814: Copied 1 '.guess' file: config.guess
gnu-config/cci.20210814: Copied 1 '.sub' file: config.sub
gnu-config/cci.20210814 package(): Packaged 1 file: COPYING
gnu-config/cci.20210814 package(): Packaged 1 '.guess' file: config.guess
gnu-config/cci.20210814 package(): Packaged 1 '.sub' file: config.sub
gnu-config/cci.20210814: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' created
gnu-config/cci.20210814: Created package revision 84fe970dd17e1d5d5f34965d5e7a47ba
m4/1.4.19: Copying sources to build folder
m4/1.4.19: Building your package in /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c
m4/1.4.19: Generator txt created conanbuildinfo.txt
m4/1.4.19: Calling generate()
m4/1.4.19: Aggregating env generators
m4/1.4.19: Calling build()
m4/1.4.19: Calling:
 > "/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/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... /usr/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 whether make supports nested variables... (cached) yes
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for pthread.h... yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for stdio_ext.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for threads.h... yes
checking for iconv.h... yes
checking for limits.h... yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for langinfo.h... yes
checking for xlocale.h... no
checking for math.h... yes
checking for sys/mman.h... yes
checking for malloc.h... yes
checking for spawn.h... yes
checking for sys/time.h... yes
checking for sys/random.h... yes
checking for sys/wait.h... yes
checking for features.h... yes
checking for arpa/inet.h... yes
checking for semaphore.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for sys/select.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether to use C++... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: autobuild project... GNU M4
configure: autobuild revision... 1.4.19
configure: autobuild hostname... tba
configure: autobuild timestamp... 20230319T143621Z
checking for unsigned long long int... yes
checking for long long int... yes
checking for unsigned long long int... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fcntl... yes
checking for symlink... yes
checking for fdopendir... yes
checking for mempcpy... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freadahead... no
checking for __freading... yes
checking for fstatat... yes
checking for getdtablesize... yes
checking for getprogname... no
checking for getexecname... no
checking for getrandom... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for uselocale... yes
checking for newlocale... yes
checking for duplocale... yes
checking for freelocale... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for mprotect... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for openat... yes
checking for pipe... yes
checking for pipe2... yes
checking for posix_spawn_file_actions_addchdir_np... yes
checking for posix_spawn_file_actions_addchdir... no
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for link... yes
checking for secure_getenv... yes
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for snprintf... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for strndup... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for wcwidth... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for pthread_sigmask... yes
checking for setenv... yes
checking for sleep... yes
checking for catgets... yes
checking for shutdown... yes
checking for mquery... no
checking for pstat_getprocvm... no
checking for wctob... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for getcwd... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking for mode_t... yes
checking for sig_atomic_t... yes
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for eaccess... yes
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether long double and double are the same... no
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for C/C++ restrict keyword... __restrict__
checking for nlink_t... yes
checking whether ftello is declared... yes
checking whether ungetc works on arbitrary bytes... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdtablesize is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... yes
checking whether POSIX threads API is available... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
checking whether setlocale (category, NULL) is multithread-safe... yes
checking host CPU and C ABI... x86_64
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib64
checking for iconv... yes
checking for working iconv... yes
checking whether iconv is compatible with its POSIX signature... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether byte ordering is bigendian... no
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for a traditional japanese locale... none
checking for a french Unicode locale... none
checking for a transitional chinese locale... none
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ALTMON_1... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether locale.h defines locale_t... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking for LC_MESSAGES... yes
checking whether uselocale works... yes
checking for fake locale system (OpenBSD)... no
checking for Solaris 11.4 locale system... no
checking for getlocalename_l... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for multithread API to use... none
checking for a sed that does not truncate output... /usr/bin/sed
checking whether malloc (0) returns nonnull... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking for mbstate_t... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking for library containing posix_spawn... none required
checking for posix_spawn... yes
checking whether posix_spawn is declared... yes
checking whether posix_spawn works... yes
checking whether posix_spawn rejects scripts without shebang... yes
checking whether posix_spawnp rejects scripts without shebang... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for sched.h... yes
checking for struct sched_param... yes
checking for uid_t in sys/types.h... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal is declared... yes
checking whether strstr works... yes
checking whether ldexp() can be used without linking with libm... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether printf supports infinite 'long double' arguments... yes
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... no
checking whether printf supports the 'ls' directive... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking whether wcsdup is declared... yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... (cached) yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking for library needed for semaphore functions... none
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for off_t... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether <sys/select.h> is self-contained... yes
checking for library containing setsockopt... none needed
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking for pthread_t... yes
checking for pthread_spinlock_t... yes
checking for PTHREAD_CREATE_DETACHED... yes
checking for PTHREAD_MUTEX_RECURSIVE... yes
checking for PTHREAD_MUTEX_ROBUST... yes
checking for PTHREAD_PROCESS_SHARED... yes
checking whether setenv is declared... yes
checking for search.h... yes
checking for tsearch... yes
checking whether <sys/ioctl.h> declares ioctl... yes
checking whether unsetenv is declared... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking for __builtin_expect... yes
checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
checking whether this system supports file names of any length... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking for d_ino member in directory struct... yes
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking whether fflush works on input streams... (cached) no
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether fopen recognizes a trailing slash... yes
checking whether fopen supports the mode character 'x'... yes
checking whether fopen supports the mode character 'e'... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether fpurge is declared... no
checking whether free is known to preserve errno... yes
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking whether fstatat (..., 0) works... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether getcwd handles long file names properly... yes
checking for getpagesize... yes
checking whether getcwd succeeds when 4k < cwd_length < 16k... yes
checking whether getdtablesize works... yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking whether the compiler generally respects inline... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether iswblank is declared... yes
checking whether iswdigit is ISO C compliant... guessing yes
checking whether iswxdigit is ISO C compliant... guessing yes
checking whether the compiler supports the __inline keyword... yes
checking whether lseek detects pipes... yes
checking whether malloc (0) returns nonnull... (cached) yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc stores incomplete characters... guessing no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking for mbtowc... yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for mkdtemp... yes
checking for working mkstemp... yes
checking whether YESEXPR works... yes
checking for obstacks that work with any size object... no
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether ldexpl is declared... yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether realloc (0, 0) returns nonnull... yes
checking for reallocarray... yes
checking for working re_compile_pattern... no
checking for libintl.h... yes
checking whether isblank is declared... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking whether setlocale supports the C locale... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
checking for struct sigaction.sa_sigaction... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stack direction... grows down
checking for stack_t... yes
checking for working sigaltstack... yes
checking for correct stack_t interpretation... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for va_copy... yes
checking for stpcpy... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strsignal... yes
checking whether strsignal always returns a string... yes
checking whether strstr works in linear time... yes
checking whether strstr works... (cached) yes
checking whether strtod obeys C99... yes
checking for sys/single_threaded.h... yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vasprintf... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for waitid... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb works in the C locale... yes
checking whether wcrtomb return value is correct... guessing yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for stdint.h... (cached) yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a turkish Unicode locale... none
checking whether open recognizes a trailing slash... (cached) yes
checking for close_range... yes
checking whether fdopen sets errno... yes
checking whether freopen works on closed fds... yes
checking for gettimeofday with POSIX signature... yes
checking for library containing inet_pton... none required
checking whether inet_pton is declared... yes
checking whether byte ordering is bigendian... (cached) no
checking for ioctl... yes
checking for ioctl with POSIX signature... no
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... word 2 bit 0
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether link obeys POSIX... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking whether <netinet/in.h> is self-contained... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking whether perror matches strerror... yes
checking whether pthread_create exists as a global function... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking for putenv compatible with GNU and SVID... yes
checking whether sched_yield is declared... yes
checking whether select supports a 0 argument... (cached) yes
checking whether select detects invalid fds... (cached) yes
checking whether setenv validates arguments... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether sleep is declared... yes
checking for working sleep... yes
checking for socklen_t... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking whether symlink handles trailing slash correctly... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether wctob works... guessing yes
checking whether wctob is declared... yes
checking whether an open file can be renamed... yes
checking if changeword is wanted... no
checking which shell to use for syscmd... /bin/sh
checking if malloc debugging is wanted... no
checking whether NLS is requested... 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 CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyPreferredLanguages... (cached) no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating lib/config.h
config.status: linking /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing stamp-h commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making all in .
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making all in examples
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
Making all in lib
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
  GEN      alloca.h
  GEN      configmake.h
  GEN      fcntl.h
  GEN      dirent.h
  GEN      iconv.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      langinfo.h
  GEN      locale.h
  GEN      sched.h
  GEN      math.h
  GEN      signal.h
  GEN      sigsegv.h
  GEN      spawn.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/random.h
  GEN      sys/stat.h
  GEN      sys/types.h
  GEN      sys/wait.h
  GEN      time.h
  GEN      unistd.h
  GEN      unistr.h
  GEN      unitypes.h
  GEN      uniwidth.h
  GEN      wchar.h
  GEN      wctype.h
make  all-am
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
  CC       asyncsafe-spin.o
  CC       openat-proc.o
  CC       gl_avltree_oset.o
  CC       basename-lgpl.o
  CC       binary-io.o
  CC       bitrotate.o
  CC       c-ctype.o
  CC       c-stack.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       canonicalize.o
  CC       clean-temp.o
  CC       clean-temp-simple.o
  CC       cloexec.o
  CC       close-stream.o
  CC       closein.o
  CC       closeout.o
  CC       concat-filename.o
  CC       dirname.o
  CC       basename.o
  CC       dirname-lgpl.o
  CC       stripslash.o
  CC       execute.o
  CC       exitfail.o
  CC       fatal-signal.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       file-set.o
  CC       filenamecat.o
  CC       filenamecat-lgpl.o
  CC       findprog-in.o
  CC       fopen-safer.o
  CC       freading.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       hash.o
  CC       hash-pjw.o
  CC       hash-triple-simple.o
  CC       gl_linked_list.o
  CC       gl_linkedhash_list.o
  CC       gl_list.o
  CC       localcharset.o
  CC       localename.o
  CC       localename-table.o
  CC       malloca.o
  CC       math.o
  CC       mbchar.o
  CC       mbiter.o
  CC       mbslen.o
  CC       mbsstr.o
  CC       mbuiter.o
  CC       memchr2.o
  CC       openat-die.o
  CC       gl_oset.o
  CC       pipe2.o
  CC       pipe2-safer.o
  CC       printf-frexp.o
  CC       printf-frexpl.o
  CC       progname.o
  CC       propername.o
  CC       quotearg.o
  CC       save-cwd.o
  CC       malloc/scratch_buffer_dupfree.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
  CC       setlocale_null.o
  CC       sig-handler.o
  CC       sigsegv.o
  CC       stackvma.o
  CC       spawn-pipe.o
  CC       stat-time.o
  CC       mkstemp-safer.o
  CC       striconv.o
  CC       strnlen1.o
  CC       tempname.o
  CC       glthread/threadlib.o
  CC       glthread/tls.o
  CC       tmpdir.o
  CC       trim.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       verror.o
  CC       version-etc.o
  CC       version-etc-fsf.o
  CC       wait-process.o
  CC       wctype-h.o
  CC       xmalloc.o
  CC       xalloc-die.o
  CC       gl_xlist.o
  CC       xmalloca.o
  CC       gl_xoset.o
  CC       xprintf.o
  CC       xsize.o
  CC       xstriconv.o
  CC       xstrndup.o
  CC       xvasprintf.o
  CC       xasprintf.o
  CC       asnprintf.o
  CC       asprintf.o
  CC       chdir-long.o
  CC       fclose.o
  CC       fcntl.o
  CC       fflush.o
  CC       fpurge.o
  CC       freadahead.o
  CC       fseek.o
  CC       fseeko.o
  CC       mbrtowc.o
  CC       obstack.o
  CC       printf-args.o
  CC       printf-parse.o
  CC       regex.o
  CC       spawn_faction_addchdir.o
  CC       vasnprintf.o
  CC       vasprintf.o
  CC       malloc/dynarray_at_failure.o
  CC       malloc/dynarray_emplace_enlarge.o
  CC       malloc/dynarray_finalize.o
  CC       malloc/dynarray_resize.o
  CC       malloc/dynarray_resize_clear.o
  CC       glthread/lock.o
  CC       unistr/u8-mbtoucr.o
  CC       unistr/u8-uctomb.o
  CC       unistr/u8-uctomb-aux.o
  CC       uniwidth/width.o
  AR       libm4.a
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
Making all in src
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
  CC       m4.o
  CC       builtin.o
  CC       debug.o
  CC       eval.o
  CC       format.o
  CC       freeze.o
  CC       input.o
  CC       macro.o
  CC       output.o
  CC       path.o
  CC       symtab.o
  CCLD     m4
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
Making all in doc
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Updating man page m4.1
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Making all in checks
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
Making all in po
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
Making all in tests
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
  GEN      ctype.h
  GEN      test-posix_spawn-dup2-stdin.sh
  GEN      test-posix_spawn-dup2-stdout.sh
  GEN      arpa/inet.h
  GEN      pthread.h
  GEN      sys/ioctl.h
  GEN      sys/select.h
  GEN      sys/socket.h
  GEN      sys/time.h
  GEN      sys/uio.h
make  all-recursive
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
Making all in .
make[4]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
  CC       locale.o
  CC       gl_array_list.o
  CC       gl_array_oset.o
  CC       findprog.o
  CC       imaxtostr.o
  CC       inttostr.o
  CC       offtostr.o
  CC       uinttostr.o
  CC       umaxtostr.o
  CC       read-file.o
  CC       sockets.o
  CC       sys_socket.o
  CC       vma-iter.o
  CC       xconcat-filename.o
  CC       ioctl.o
  CC       nanosleep.o
  CC       pthread_sigmask.o
  CC       strerror_r.o
  CC       test-localcharset.o
  CC       glthread/thread.o
  AR       libtests.a
  CCLD     current-locale
  CCLD     test-localcharset
make[4]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[1]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
m4/1.4.19: Package '24647d9fe8ec489125dfbae4b3ebefaf7581674c' built
m4/1.4.19: Build folder /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release
m4/1.4.19: Generated conaninfo.txt
m4/1.4.19: Generated conanbuildinfo.txt
m4/1.4.19: Generating the package
m4/1.4.19: Package folder /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c
m4/1.4.19: Calling package()
m4/1.4.19: Copied 1 file: COPYING
make  install-recursive
make[1]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making install in .
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
Making install in examples
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/examples'
Making install in lib
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make  install-am
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[4]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/lib'
Making install in src
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//bin'
  /usr/bin/install -c m4 '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//bin'
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/src'
Making install in doc
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Updating man page m4.1
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/info'
Updating man page m4.1
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/man/man1'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.info /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.info-1 /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.info-2 '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/info'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/doc/m4.1 '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/man/man1'
 install-info --info-dir='/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/info' '/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/info/m4.info'
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/doc'
Making install in checks
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/checks'
Making install in po
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/bg.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/bg/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/cs.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/cs/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/da.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/da/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/de.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/de/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/el.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/el/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/eo.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/eo/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/es.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/es/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/fi.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/fi/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/fr.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/fr/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ga.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ga/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/gl.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/gl/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/hr.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/hr/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/id.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/id/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ja.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ja/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ko.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ko/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/nl.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/nl/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/pl.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/pl/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/pt_BR.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/pt_BR/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ro.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ro/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/ru.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/ru/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/sr.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/sr/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/sv.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/sv/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/uk.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/uk/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/vi.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/vi/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/zh_CN.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/zh_CN/LC_MESSAGES/m4.mo
installing /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/zh_TW.gmo as /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/locale/zh_TW/LC_MESSAGES/m4.mo
if test "m4" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src/po/$file \
		    /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c//share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/po'
Making install in tests
make[2]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make  install-recursive
make[3]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
Making install in .
make[4]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[5]: Entering directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[4]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[3]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[2]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/tests'
make[1]: Leaving directory '/home/abcdef/.conan/data/m4/1.4.19/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release'
m4/1.4.19 package(): Packaged 2 files: COPYING, m4
m4/1.4.19: Package '24647d9fe8ec489125dfbae4b3ebefaf7581674c' created
m4/1.4.19: Created package revision 61f9017d749f1e387078b88381b07e5c
m4/1.4.19: Appending PATH environment variable: /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin
autoconf/2.71: Copying sources to build folder
autoconf/2.71: Building your package in /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
autoconf/2.71: Generator txt created conanbuildinfo.txt
autoconf/2.71: Calling generate()
autoconf/2.71: Aggregating env generators
autoconf/2.71: Calling build()
autoconf/2.71: Apply patch (conan): Replace instances where absolute paths are embedded the generated files
autoconf/2.71: Apply patch (conan): Avoid build machine's perl path to be embedded the generated files
autoconf/2.71: Apply patch (conan): Disable man regeneration
autoconf/2.71: Calling:
 > "/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/res' 
checking for a BSD-compatible install... /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/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
configure: autobuild project... GNU Autoconf
configure: autobuild revision... 2.71
configure: autobuild hostname... tba
configure: autobuild timestamp... 20230319T143725Z
checking for a shell whose -n mode is known to work... /bin/bash
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /usr/bin/expr
checking for GNU M4 that supports accurate traces... /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4
checking whether /home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl Fcntl::flock is implemented... yes
checking for emacs... no
checking for xemacs... no
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make is case sensitive... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating tests/atlocal
config.status: creating Makefile
config.status: linking /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/GNUmakefile to GNUmakefile
config.status: executing tests/atconfig commands
make  all-am
make[1]: Entering directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
rm -f bin/autom4te bin/autom4te.tmp
rm -f lib/autom4te.cfg lib/autom4te.cfg-t
/usr/bin/mkdir -p bin
/usr/bin/mkdir -p lib/m4sugar
srcdir=''; \
  test -f ./bin/autom4te.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autom4te.in; do not edit by hand.|g' ${srcdir}bin/autom4te.in >bin/autom4te.tmp
/usr/bin/mkdir -p lib
rm -f bin/autoheader bin/autoheader.tmp
sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from lib/autom4te.cfg.in; do not edit by hand.|g' /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autom4te.in >lib/autom4te.cfg-t
:;{ \
  echo '# This file is part of -*- Autoconf -*-.' && \
  echo '# Version of Autoconf.' && \
  echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
  echo '# Free Software Foundation, Inc.' && \
  echo  &&\
  echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
  echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
  echo 'm4_define([m4_PACKAGE_VERSION],   [2.71])' && \
  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.71])' && \
  echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
  echo 'm4_define([m4_PACKAGE_URL],       [https://www.gnu.org/software/autoconf/])' && \
  echo 'm4_define([m4_PACKAGE_YEAR],      [2021])'; \
} > lib/m4sugar/version.m4-t
mv lib/m4sugar/version.m4-t lib/m4sugar/version.m4
/usr/bin/mkdir -p bin
rm -f bin/autoreconf bin/autoreconf.tmp
chmod +x bin/autom4te.tmp
srcdir=''; \
  test -f ./bin/autoheader.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoheader.in; do not edit by hand.|g' ${srcdir}bin/autoheader.in >bin/autoheader.tmp
chmod a-w lib/autom4te.cfg-t
chmod a-w bin/autom4te.tmp
mv -f lib/autom4te.cfg-t lib/autom4te.cfg
/usr/bin/mkdir -p bin
mv bin/autom4te.tmp bin/autom4te
rm -f bin/autoscan bin/autoscan.tmp
srcdir=''; \
  test -f ./bin/autoreconf.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoreconf.in; do not edit by hand.|g' ${srcdir}bin/autoreconf.in >bin/autoreconf.tmp
rm -f bin/autoupdate bin/autoupdate.tmp
chmod +x bin/autoheader.tmp
/usr/bin/mkdir -p bin
chmod a-w bin/autoheader.tmp
/usr/bin/mkdir -p bin
srcdir=''; \
  test -f ./bin/autoscan.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoscan.in; do not edit by hand.|g' ${srcdir}bin/autoscan.in >bin/autoscan.tmp
mv bin/autoheader.tmp bin/autoheader
srcdir=''; \
  test -f ./bin/autoupdate.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoupdate.in; do not edit by hand.|g' ${srcdir}bin/autoupdate.in >bin/autoupdate.tmp
rm -f bin/ifnames bin/ifnames.tmp
chmod +x bin/autoreconf.tmp
chmod a-w bin/autoreconf.tmp
/usr/bin/mkdir -p bin
chmod +x bin/autoscan.tmp
mv bin/autoreconf.tmp bin/autoreconf
srcdir=''; \
  test -f ./bin/ifnames.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/ifnames.in; do not edit by hand.|g' ${srcdir}bin/ifnames.in >bin/ifnames.tmp
chmod a-w bin/autoscan.tmp
autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         --language=M4sh /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/tests/wrapper.as -o tests/wrapper.in
chmod +x bin/autoupdate.tmp
mv bin/autoscan.tmp bin/autoscan
chmod a-w bin/autoupdate.tmp
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autoconf-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
    -f batch-byte-compile '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autoconf-mode.el'; \
else :; fi
mv bin/autoupdate.tmp bin/autoupdate
chmod +x bin/ifnames.tmp
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autotest-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
    -f batch-byte-compile '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autotest-mode.el'; \
else :; fi
chmod a-w bin/ifnames.tmp
mv bin/ifnames.tmp bin/ifnames
/usr/bin/mkdir -p lib/autoconf
/usr/bin/mkdir -p lib/autoscan
lang=`echo 'lib/autoconf/autoconf' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
	--language=$lang \
	--freeze \
	--output=lib/autoconf/autoconf.m4f
/usr/bin/mkdir -p lib/autotest
echo '# Automatically Generated: do not edit this file' >lib/autoscan/autoscan.list
sed '/^[#]/!q' /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoscan/autoscan.pre >>lib/autoscan/autoscan.list
lang=`echo 'lib/autotest/autotest' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
	--language=$lang \
	--freeze \
	--output=lib/autotest/autotest.m4f
( \
  sed -n '/^[^#]/p' /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoscan/autoscan.pre; \
  autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         --cache '' -M -l autoconf-without-aclocal-m4 \
    -t'AN_OUTPUT:$1: $2		$3' \
) | LC_ALL=C sort >>lib/autoscan/autoscan.list
/usr/bin/mkdir -p lib/m4sugar
lang=`echo 'lib/m4sugar/m4sugar' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
	--language=$lang \
	--freeze \
	--output=lib/m4sugar/m4sugar.m4f
/usr/bin/mkdir -p lib/m4sugar
lang=`echo 'lib/m4sugar/m4sh' | sed 's,.*/,,'` \
  && if test $lang = autoconf; then \
       lang=autoconf-without-aclocal-m4; \
     else :; fi \
  && autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         \
	--language=$lang \
	--freeze \
	--output=lib/m4sugar/m4sh.m4f
autom4te_perllibdir='/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src'/lib         --language M4sh --cache '' \
  --melt /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/bin/autoconf.as -o bin/autoconf.in
rm -f tests/autoconf tests/autoconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoconf.tmp
chmod +x tests/autoconf.tmp
chmod a-w tests/autoconf.tmp
mv -f tests/autoconf.tmp tests/autoconf
rm -f tests/autoheader tests/autoheader.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoheader.tmp
chmod +x tests/autoheader.tmp
chmod a-w tests/autoheader.tmp
mv -f tests/autoheader.tmp tests/autoheader
rm -f tests/autom4te tests/autom4te.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autom4te.tmp
chmod +x tests/autom4te.tmp
chmod a-w tests/autom4te.tmp
mv -f tests/autom4te.tmp tests/autom4te
rm -f tests/autoreconf tests/autoreconf.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoreconf.tmp
chmod +x tests/autoreconf.tmp
chmod a-w tests/autoreconf.tmp
mv -f tests/autoreconf.tmp tests/autoreconf
rm -f tests/autoscan tests/autoscan.tmp
rm -f tests/autoupdate tests/autoupdate.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoscan.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoupdate.tmp
chmod +x tests/autoscan.tmp
chmod +x tests/autoupdate.tmp
chmod a-w tests/autoscan.tmp
chmod a-w tests/autoupdate.tmp
mv -f tests/autoscan.tmp tests/autoscan
mv -f tests/autoupdate.tmp tests/autoupdate
rm -f tests/ifnames tests/ifnames.tmp
input=tests/wrapper.in \
  && sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src|g' -e 's|@abs_top_builddir[@]|/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/ifnames.tmp
chmod +x tests/ifnames.tmp
chmod a-w tests/ifnames.tmp
mv -f tests/ifnames.tmp tests/ifnames
rm -f bin/autoconf bin/autoconf.tmp
/usr/bin/mkdir -p bin
srcdir=''; \
  test -f ./bin/autoconf.in || srcdir=/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/; \
  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|//bin|g' -e 's|@pkgdatadir[@]|//res/autoconf|g' -e 's|@prefix[@]|/|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/home/abcdef/.conan/data/m4/1.4.19/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|mawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoconf.in; do not edit by hand.|g' ${srcdir}bin/autoconf.in >bin/autoconf.tmp
chmod +x bin/autoconf.tmp
chmod a-w bin/autoconf.tmp
mv bin/autoconf.tmp bin/autoconf
make[1]: Leaving directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
autoconf/2.71: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' built
autoconf/2.71: Build folder /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release
autoconf/2.71: Generated conaninfo.txt
autoconf/2.71: Generated conanbuildinfo.txt
autoconf/2.71: Generating the package
autoconf/2.71: Package folder /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
autoconf/2.71: Calling package()
make  install-am
make[1]: Entering directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autoconf-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
    -f batch-byte-compile '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autoconf-mode.el'; \
else :; fi
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autotest-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
    -f batch-byte-compile '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autotest-mode.el'; \
else :; fi
make[2]: Entering directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//bin'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh bin/autoconf bin/autoheader bin/autom4te bin/autoreconf bin/autoscan bin/autoupdate bin/ifnames '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//bin'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/build-aux'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoconf.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/general.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/status.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/oldnames.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/specific.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoheader.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoupdate.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autotest.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/autoscan.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/lang.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/c.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/erlang.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/fortran.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/functions.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/go.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/headers.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/types.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/libs.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/programs.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autoconf/trailer.m4 '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autotest/autotest.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autotest/general.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/autotest/specific.m4 '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/config.guess /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/config.sub /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/build-aux'
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autoconf-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
    -f batch-byte-compile '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autoconf-mode.el'; \
else :; fi
if test 'no' != no; then \
  am__dir=. am__subdir_includes=''; \
  case lib/emacs/autotest-mode.elc in */*) \
    am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
    am__subdir_includes="-L $am__dir -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/$am__dir"; \
  esac; \
  test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  no --batch \
      \
    $am__subdir_includes -L . -L /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src \
    --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
    -f batch-byte-compile '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/emacs/autotest-mode.el'; \
else :; fi
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/Autom4te'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/m4sugar/m4sugar.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/m4sugar/foreach.m4 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/m4sugar/m4sh.m4 '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/C4che.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/ChannelDefs.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Channels.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Config.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Configure_ac.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/FileUtils.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/General.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Getopt.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/Request.pm /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/lib/Autom4te/XFile.pm '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/Autom4te'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/man/man1'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/doc/autoconf.info /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/doc/standards.info '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoconf.1 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoheader.1 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autom4te.1 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoreconf.1 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoscan.1 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/autoupdate.1 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/man/ifnames.1 '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/man/man1'
 install-info --info-dir='/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info' '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info/autoconf.info'
 install-info --info-dir='/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info' '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/info/standards.info'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoscan'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autoconf/autoconf.m4f '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoconf'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autoscan/autoscan.list '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autoscan'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autotest/autotest.m4f '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/autotest'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/m4sugar/version.m4 lib/m4sugar/m4sugar.m4f lib/m4sugar/m4sh.m4f '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/m4sugar'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 lib/autom4te.cfg '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/build-aux/install-sh -m 644 /home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/src/INSTALL '/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf'
make  install-data-hook
make[3]: Entering directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
for s in build-aux/config.guess build-aux/config.sub build-aux/install-sh; do \
  chmod +x "/home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9//res/autoconf/$s"; \
done
make[3]: Leaving directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
make[2]: Leaving directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
make[1]: Leaving directory '/home/abcdef/.conan/data/autoconf/2.71/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build-release'
autoconf/2.71: Copied 1 '.EXCEPTION' file: COPYING.EXCEPTION
autoconf/2.71: Copied 2 files: COPYINGv3, COPYING
autoconf/2.71 package(): Packaged 11 files
autoconf/2.71 package(): Packaged 1 '.cfg' file: autom4te.cfg
autoconf/2.71 package(): Packaged 1 '.guess' file: config.guess
autoconf/2.71 package(): Packaged 1 '.sub' file: config.sub
autoconf/2.71 package(): Packaged 4 '.m4f' files: m4sugar.m4f, m4sh.m4f, autoconf.m4f, autotest.m4f
autoconf/2.71 package(): Packaged 27 '.m4' files
autoconf/2.71 package(): Packaged 1 '.list' file: autoscan.list
autoconf/2.71 package(): Packaged 10 '.pm' files
autoconf/2.71 package(): Packaged 1 '.EXCEPTION' file: COPYING.EXCEPTION
autoconf/2.71: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' created
autoconf/2.71: Created package revision 2856a7d06b8b9eb793c75f6e70ab98b5
autoconf/2.71: Defining AC_MACRODIR environment variable: /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf
autoconf/2.71: Defining autom4te_perllibdir environment variable: /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/autoconf
autoconf/2.71: Defining AUTOCONF environment variable: /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoconf
autoconf/2.71: Defining AUTORECONF environment variable: /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoreconf
autoconf/2.71: Defining AUTOHEADER environment variable: /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autoheader
autoconf/2.71: Defining AUTOM4TE environment variable: /home/abcdef/.conan/data/autoconf/2.71/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/autom4te
automake/1.16.5: Copying sources to build folder
automake/1.16.5: Building your package in /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d
automake/1.16.5: Generator txt created conanbuildinfo.txt
automake/1.16.5: Calling generate()
automake/1.16.5: Aggregating env generators
automake/1.16.5: Calling build()
automake/1.16.5: Apply patch (portability): help2man no discard stderr
automake/1.16.5: Apply patch (portability): no perl path in shebang
automake/1.16.5: Apply patch (portability): relocatable automake
automake/1.16.5: Calling:
 > "/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/res' 
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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for perl... /usr/bin/perl
checking for tex... no
checking for yacc... no
checking for byacc... no
checking for bison... no
checking for lex... no
checking for flex... no
checking whether autoconf is installed... yes
checking whether autoconf works... yes
checking whether autoconf is recent enough... yes
checking whether ln works... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
configure: will now look for a sturdy POSIX shell, for our testsuite
checking for sh... /usr/bin/sh
checking for sh5... no
checking for dash... /usr/bin/dash
checking for ash... no
checking for bash... /usr/bin/bash
checking for zsh... no
checking for ksh... no
checking for pdksh... no
checking whether /bin/bash supports $(cmd)... yes
checking whether /bin/bash supports $((expr))... yes
checking whether /bin/bash supports ${#var}... yes
checking whether /bin/bash supports ${var#glob} and ${var%glob}... yes
checking whether /bin/bash preserves exit traps with "set -e"... yes
checking whether /bin/bash can define exit traps in a shell function... yes
checking whether /bin/bash corrupts stderr with "set -x"... no
checking whether /bin/bash can return early from "dot-sourced" files... yes
checking whether /bin/bash supports alias named like shell builtins... yes
checking whether /bin/bash supports "test -e"... yes
configure: shell /bin/bash is good enough, stop looking
configure: will use /bin/bash as the testsuite shell
configure: will now look for generic compilers
checking for cc... cc
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 cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking whether cc understands -c and -o together... yes
checking for aCC... no
checking for CC... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for c++... c++
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 c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for armflang... no
checking for flang... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g95... no
checking for gfortran... no
checking whether the Fortran compiler works... no
configure: tests requiring the Fortran compiler will be skipped
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for g77... no
checking for armflang... no
checking for flang... no
checking for gfortran... no
checking whether the Fortran 77 compiler works... no
configure: tests requiring the Fortran 77 compiler will be skipped
configure: will now look for GNU compilers
configure: cc is already a GNU C compiler
configure: c++ is already a GNU C++ compiler
checking for gfortran... no
checking for g77... no
checking for gfortran... no
checking for gcj... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pre-inst-env
config.status: linking /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/GNUmakefile to GNUmakefile
  GEN      bin/automake
  GEN      bin/aclocal
  GEN      t/ax/shell-no-trail-bslash
  GEN      t/ax/cc-no-c-o
  GEN      runtest
  GEN      doc/aclocal.1
  GEN      doc/automake.1
  GEN      lib/Automake/Config.pm
  GEN      t/ax/test-defs.sh
  GEN      bin/aclocal-1.16
  GEN      bin/automake-1.16
  GEN      doc/aclocal-1.16.1
  GEN      doc/automake-1.16.1
automake/1.16.5: Package '258f6f05ca54813b3d7180161753df7f9ccf7e1d' built
automake/1.16.5: Build folder /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release
automake/1.16.5: Generated conaninfo.txt
automake/1.16.5: Generated conanbuildinfo.txt
automake/1.16.5: Generating the package
automake/1.16.5: Package folder /home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d
automake/1.16.5: Calling package()
make[1]: Verzeichnis „/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release“ wird betreten
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//bin'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/am'
 /usr/bin/install -c bin/automake bin/aclocal '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//bin'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/aclocal-1.16/internal'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/aclocal-1.16'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/internal/ac-config-macro-dirs.m4 '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/aclocal-1.16/internal'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/check.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/check2.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/clean-hdr.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/clean.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/compile.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/configure.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/data.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/dejagnu.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/depend.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/depend2.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/distdir.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/footer.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/header-vars.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/header.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/install.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/inst-vars.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/java.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/lang-compile.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/lex.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/library.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/libs.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/libtool.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/lisp.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/ltlib.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/ltlibrary.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/mans-vars.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/mans.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/program.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/progs.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/python.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/remake-hdr.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/scripts.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/subdirs.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/tags.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/texi-vers.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/texibuild.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/texinfos.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/vala.am /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/am/yacc.am '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/am'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/doc/automake'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/amversion.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/ar-lib.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/as.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/auxdir.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/cond.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/cond-if.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/depend.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/depout.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/dmalloc.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/extra-recurs.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/gcj.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/init.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/install-sh.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/lead-dot.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/lex.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/lispdir.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/maintainer.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/make.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/missing.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/mkdirp.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/obsolete.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/options.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/python.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/prog-cc-c-o.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/runlog.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/sanity.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/silent.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/strip.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/substnot.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/tar.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/upc.m4 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/vala.m4 '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/aclocal-1.16'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/Automake'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/doc/amhello-1.0.tar.gz '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/doc/automake'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/aclocal'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/ChannelDefs.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Channels.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Condition.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Configure_ac.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/DisjConditions.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/FileUtils.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/General.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Getopt.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Item.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/ItemDef.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Language.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Location.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Options.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Rule.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/RuleDef.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Variable.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/VarDef.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Version.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/XFile.pm /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/Automake/Wrap.pm '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/Automake'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/COPYING /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/INSTALL /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/texinfo.tex '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/m4/acdir/README '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/aclocal'
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/config.guess /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/config.sub /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/install-sh /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/mdate-sh /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/missing /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/mkinstalldirs /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/ylwrap /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/depcomp /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/compile /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/py-compile /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/ar-lib /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/test-driver /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/lib/tap-driver.sh '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/info'
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/man/man1'
make  install-exec-hook
 /usr/bin/mkdir -p '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/Automake'
 /usr/bin/install -c -m 644 lib/Automake/Config.pm '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/Automake'
 /usr/bin/install -c -m 644 doc/aclocal.1 doc/automake.1 doc/aclocal-1.16.1 doc/automake-1.16.1 '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/man/man1'
make[2]: Verzeichnis „/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release“ wird betreten
 /usr/bin/install -c -m 644 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/doc/automake.info /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/doc/automake.info-1 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/doc/automake.info-2 /home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/src/doc/automake-history.info '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/info'
 install-info --info-dir='/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/info' '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/info/automake.info'
 install-info --info-dir='/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/info' '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/info/automake-history.info'
make  install-data-hook
make[2]: Verzeichnis „/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release“ wird betreten
 ln '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//bin/automake' '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//bin/automake-1.16'
 ln '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//bin/aclocal' '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//bin/aclocal-1.16'
make[2]: Verzeichnis „/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release“ wird verlassen
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/config.guess'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/config.sub'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/install-sh'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/mdate-sh'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/missing'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/mkinstalldirs'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/ylwrap'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/depcomp'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/compile'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/py-compile'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/ar-lib'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/test-driver'
 chmod +x '/home/abcdef/.conan/data/automake/1.16.5/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d//res/automake-1.16/tap-driver.sh'
make[2]: Verzeichnis „/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release“ wird verlassen
make[1]: Verzeichnis „/home/abcdef/.conan/data/automake/1.16.5/_/_/build/258f6f05ca54813b3d7180161753df7f9ccf7e1d/build-release“ wird verlassen
automake/1.16.5: Copied 1 file: COPYING
automake/1.16.5 package(): Packaged 33 '.m4' files
automake/1.16.5 package(): Packaged 16 files
automake/1.16.5 package(): Packaged 1 '.guess' file: config.guess
automake/1.16.5 package(): Packaged 1 '.tex' file: texinfo.tex
automake/1.16.5 package(): Packaged 1 '.sh' file: tap-driver.sh
automake/1.16.5 package(): Packaged 1 '.sub' file: config.sub
automake/1.16.5 package(): Packaged 21 '.pm' files
automake/1.16.5 package(): Packaged 39 '.am' files
automake/1.16.5 package(): Packaged 2 '.16' files: aclocal-1.16, automake-1.16
automake/1.16.5: Package '258f6f05ca54813b3d7180161753df7f9ccf7e1d' created
automake/1.16.5: Created package revision 6eb9c6d3e4f7c8cf50e76f5b383c30ef
libtool/2.4.7: Applying build-requirement: gnu-config/cci.20210814
libtool/2.4.7: Copying sources to build folder
libtool/2.4.7: Building your package in /home/abcdef/.conan/data/libtool/2.4.7/_/_/build/6fbe64f35b9d3eb3f534cbf1646451f40f718a31
libtool/2.4.7: Generator txt created conanbuildinfo.txt
libtool/2.4.7: Calling generate()
libtool/2.4.7: Aggregating env generators
libtool/2.4.7: Calling build()
libtool/2.4.7: Apply patch (portability): Make libtool relocatable
libtool/2.4.7: Calling:
 > "/home/abcdef/.conan/data/libtool/2.4.7/_/_/build/6fbe64f35b9d3eb3f534cbf1646451f40f718a31/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/res' '--enable-shared' '--enable-static' '--enable-ltdl-install' 
## ------------------------- ##
## Configuring libtool 2.4.7 ##
## ------------------------- ##

checking for GNU M4 that supports accurate traces... libtool/2.4.7: 
configure: WARNING: Fortran compiler cannot create executables
configure: WARNING: Fortran 77 compiler cannot create executables
configure: error: no acceptable m4 could be found in $PATH.
GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended.
GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.
libtool/2.4.7: ERROR: Package '6fbe64f35b9d3eb3f534cbf1646451f40f718a31' build failed
libtool/2.4.7: WARN: Build folder /home/abcdef/.conan/data/libtool/2.4.7/_/_/build/6fbe64f35b9d3eb3f534cbf1646451f40f718a31/build-release
ERROR: libtool/2.4.7: Error in build() method, line 127
        autotools.configure()
        ConanException: Error 1 while executing "/home/abcdef/.conan/data/libtool/2.4.7/_/_/build/6fbe64f35b9d3eb3f534cbf1646451f40f718a31/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/res' '--enable-shared' '--enable-static' '--enable-ltdl-install' 

@Tobulus
Copy link
Contributor

Tobulus commented Mar 19, 2023

Doing the same for libtool here is not helping.

@Tobulus
Copy link
Contributor

Tobulus commented Mar 19, 2023

when running conan install libtool I can see this in the log:

libtool/2.4.7: Applying build-requirement: gnu-config/cci.20210814
libtool/2.4.7: Applying build-requirement: automake/1.16.5
libtool/2.4.7: Applying build-requirement: autoconf/2.71
libtool/2.4.7: Applying build-requirement: m4/1.4.19

while when running conan install libuuid ... --build and libtool is build in this process , it's only:

libtool/2.4.7: Applying build-requirement: gnu-config/cci.20210814

Why is that happening and is it related to the problem?

@tbsuht
Copy link
Contributor

tbsuht commented Jun 21, 2023

Another observation:

Shouldnt't these two commands be equivalent?

conan install automake/1.16.5@ --build-require -pr:h armv8 -pr:b default -s build_type=Release --build automake/1.16.5
conan install automake/1.16.5@ -pr:h default -pr:b default -s build_type=Release --build automake/1.16.5

The first one is failing with the same error mentioned in this issue the second one is successful.

@irieger
Copy link
Contributor

irieger commented May 22, 2024

Also ran into the same error today. On macOS this happened to me: Autoconf build successfully but automake wouldn't find it. After some digging I found that all the resulting binaries of autoconf did not have the execution flag set so while in the path, they wouldn't be found as executables. First time such a thing happened to me.
(Just got my pipeline to go further by setting all the files in autoc????...???/p/bin to be executable. Although not ideal, at least it fixed the problem for me. Maybe that is related and helps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants