[New-bugs-announce] [issue44035] Regenerating the configure script fails even if dependencies are satisfied

Pablo Galindo Salgado report at bugs.python.org
Tue May 4 12:58:34 EDT 2021


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

I have installed autoconf-archive and autoconf 2.69 and tried to regenerate the configure script and it fails:


$ ls /share/aclocal/ax_* | wc -l
572

$ 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.

$ autoreconf -v -f -i
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /opt/bb/bin/autoconf --force
autoreconf: running: /opt/bb/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'

$ ./configure
configure: error: Please install autoconf-archive package and re-run autoreconf

----------
messages: 392920
nosy: christian.heimes, pablogsal
priority: normal
severity: normal
status: open
title: Regenerating the configure script fails even if dependencies are satisfied

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44035>
_______________________________________


More information about the New-bugs-announce mailing list