[Bug other/61485] "Please use exactly Autoconf 2.64 instead of 2.69" due to hardcoded autoconf/autom4te

vincent-gcc at vinc17 dot net gcc-bugzilla@gcc.gnu.org
Thu Jun 12 14:09:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61485

--- Comment #2 from Vincent Lefèvre <vincent-gcc at vinc17 dot net> ---
Sorry, bad copy-paste of a command. The problem can still be reproduced:

$ autoreconf2.64 -i
$ mkdir gcc-build
$ cd gcc-build
$ ../configure --enable-maintainer-mode
$ touch Makefile.in
$ make
[...]
make[3]: Entering directory '/home/vlefevre/software/gcc/gcc-build/lto-plugin'
CDPATH="${ZSH_VERSION+.}:" && cd ../../lto-plugin &&
/home/vlefevre/dash/bin/dash /home/vlefevre/software/gcc/missing --run autoconf
aclocal.m4:16: warning: this file was generated for autoconf 2.64.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
configure.ac:2: error: Please use exactly Autoconf 2.64 instead of 2.69.
../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from...
configure.ac:2: the top level
autom4te: m4 failed with exit status: 1
Makefile:294: recipe for target '../../lto-plugin/configure' failed
make[3]: *** [../../lto-plugin/configure] Error 1
make[3]: Leaving directory '/home/vlefevre/software/gcc/gcc-build/lto-plugin'
Makefile:12012: recipe for target 'all-stage1-lto-plugin' failed
make[2]: *** [all-stage1-lto-plugin] Error 2
make[2]: Leaving directory '/home/vlefevre/software/gcc/gcc-build'
Makefile:21614: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/home/vlefevre/software/gcc/gcc-build'
Makefile:890: recipe for target 'all' failed
make: *** [all] Error 2


More information about the Gcc-bugs mailing list