[RTEMS Project] #3792: RSB fails to build on MSYS2
RTEMS trac
trac at rtems.org
Thu Sep 5 23:24:07 UTC 2019
#3792: RSB fails to build on MSYS2
------------------------+--------------------------
Reporter: Jeff Mayes | Owner: Chris Johns
Type: defect | Status: assigned
Priority: normal | Milestone: 5.1
Component: admin | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
------------------------+--------------------------
Comment (by Chris Johns):
The issue is due to the shell command string containing `"` character that
are not escaped. On MinGW these commands have to use the MSYS2 shell and
not the host's shell which is some form of `cmd.exe`. The command to
invoke the MSYS2 shell is ...
https://git.rtems.org/rtems-source-builder/tree/source-
builder/sb/config.py#n430
The wrapping of the string in `""` effects the shell's processing.
--
Ticket URL: <http://devel.rtems.org/ticket/3792#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list