[Bug 2184] AttributeError: 'module' object has no attribute 'algorithms' when building a tool set.

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Tue Aug 5 03:54:22 UTC 2014


https://www.rtems.org/bugzilla/show_bug.cgi?id=2184

--- Comment #5 from Chris Johns <chrisj at rtems.org> 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.



More information about the bugs mailing list