conan-center-index: [package] automake/1.16.2: automake fails to build on conanio/gcc7-centos6 docker image
Package and Environment Details (include every applicable attribute)
- Package Name/Version: automake/1.16.2
- Operating System+version: CentOS6
- Compiler+version: GCC 7
- Docker image: conanio/gcc7-centos6
- Conan version: conan 1.26.1
- Python version: Python 3.6.9
Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=7
compiler.libcxx=libstdc++
build_type=Release
[options]
[build_requires]
[env]
Steps to reproduce (Include if Applicable)
Run: conan create . automake/1.16.2@
Logs (Include/Attach if Applicable)
checking whether autoconf is installed... yes
checking whether autoconf works... no
configure: error: The installed version of autoconf does not work.
Please check config.log for error messages before this one.
automake/1.16.2:
automake/1.16.2: ERROR: Package '8f0570538ddd703bfc5400385a2fca9aa4a2b671' build failed
automake/1.16.2: WARN: Build folder /home/conan/.conan/data/automake/1.16.2/_/_/build/8f0570538ddd703bfc5400385a2fca9aa4a2b671
ERROR: automake/1.16.2: Error in build() method, line 64
autotools = self._configure_autotools()
while calling '_configure_autotools', line 55
self._autotools.configure(args=conf_args, configure_dir=self._source_subfolder)
ConanException: Error 1 while executing /home/conan/.conan/data/automake/1.16.2/_/_/build/8f0570538ddd703bfc5400385a2fca9aa4a2b671/source_subfolder/configure '--datarootdir=/home/conan/.conan/data/automake/1.16.2/_/_/package/8f0570538ddd703bfc5400385a2fca9aa4a2b671/bin/share' '--prefix=/home/conan/.conan/data/automake/1.16.2/_/_/package/8f0570538ddd703bfc5400385a2fca9aa4a2b671' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include'
From config.log:
configure:2995: checking whether autoconf is installed
configure:3001: /home/conan/.conan/data/autoconf/2.69/_/_/package/981def0a8607e5b81282ae8da6b772973e6c0636/bin/autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
configure:3004: $? = 0
configure:3012: result: yes
configure:3019: checking whether autoconf works
configure:3027: cd conftest && /home/conan/.conan/data/autoconf/2.69/_/_/package/981def0a8607e5b81282ae8da6b772973e6c0636/bin/autoconf -o /dev/null conftest.ac
autom4te: need GNU m4 1.4 or later: /home/conan/.conan/data/m4/1.4.18/_/_/package/83f496dd959691e3a99d4debe3b1f5b82f7ef212/bin/m4
configure:3030: $? = 1
configure:3039: result: no
configure:3042: error: The installed version of autoconf does not work.
Please check config.log for error messages before this one.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 24 (24 by maintainers)
@uilianries I think it would be interesting to tag all glibc issues. Or gather them under a github project.