conan-center-index: [package] automake/1.16.4: Automake can't use autoconf packages and gives version error
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
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 22 (15 by maintainers)
Full log of failing libuuid run
@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=ReleaseStrangely 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=ReleaseDefault profile:
Fails with the same error message: