[RTEMS Project] #4064: RSB needs to support waf with no python command

RTEMS trac trac at rtems.org
Fri Aug 28 00:25:08 UTC 2020


#4064: RSB needs to support waf with no python command
--------------------------+-------------------------
  Reporter:  Chris Johns  |      Owner:  Chris Johns
      Type:  defect       |     Status:  assigned
  Priority:  normal       |  Milestone:  5.2
 Component:  tool/rsb     |    Version:  5
  Severity:  normal       |   Keywords:
Blocked By:               |   Blocking:
--------------------------+-------------------------
 Recent Linux distros may not provide a `python` command by default. This
 breaks building any `waf` based tools such as the `rtems-tools` and
 `rtems-libbsd`.

 Provide support for `waf` builds by check for a suitable Python executable
 and using it to directly invoke `waf`. For example:
 {{{
 /usr/local/bin/python3.7 ./waf configure --prefix=/blah/blah
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/4064>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list