#4064 closed defect (fixed)

RSB needs to support waf with no python command

Reported by: Chris Johns Owned by: Chris Johns
Priority: normal Milestone: 5.2
Component: tool/rsb Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

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

Change History (1)

comment:1 Changed on 11/09/22 at 23:14:51 by Chris Johns

Resolution: fixed
Status: assignedclosed

RTEMS 5 has a hack'ish detect that has been removed in RTEMS 6.

Note: See TracTickets for help on using tickets.