https://www.rtems.org/bugzilla/show_bug.cgi?id=2184
--- Comment #5 from Chris Johns <[email protected]> 2014-08-04 22:54:22 CDT --- Thanks for the update and the trace. There are 2 separate issues here. First issue is: RTEMS Source Builder - RTEMS Bootstrap, v0.4.0 1/134: autoreconf: configure.ac 2/134: autoreconf: testsuites/configure.ac configure.ac:5: error: Autoconf version 2.68 or higher is required configure.ac:5: the top level autom4te: /usr/bin/m4 failed with exit status: 63 aclocal: autom4te failed with exit status: 63 autoreconf: aclocal failed with exit status: 63 configure.ac:5: error: Autoconf version 2.68 or higher is required configure.ac:5: the top level autom4te: /usr/bin/m4 failed with exit status: 63 aclocal: autom4te failed with exit status: 63 autoreconf: aclocal failed with exit status: 63 This is an issue on your host. Your version of m4 is too old for RTEMS. You have a couple of possible paths. Get your OS to install a newer version if it has one. If it does not try the RSB's bare deve/m4 package or build from source. The second issue is a bug in the RSB for Python < 2.7. I have fixed it with this commit http://git.rtems.org/rtems-source-builder/commit/?id=039381478b72f2b577ddb804f51ed5538c9a3b76 -- Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
