RTEMS Source Builder | All Builds Fail on Cygwin From chmod Returning an Error (#21)
Joel Sherrill (@joel)
gitlab at rtems.org
Mon Jul 8 16:58:13 UTC 2024
Joel Sherrill created an issue: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/21
## Summary
For some unknown reason, the _chmod_ has begun to fail on Cygwin. This is done after untar-ing the source files and results in all Cygwin RSB builds failing.
## Steps to reproduce
Build any target on Cygwin. The generated do-build script is run with "sh -ex" which will exit on any command returning non-zero. The following shows the results of manually "sh -ex do-build ; echo $?"
```
+ tar_exit=0
+ cd sourceware-mirror-newlib-cygwin-7947581
+ chmod -R a+rX,g-w,o-w .
1
```
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/21
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240708/f7248680/attachment.htm>
More information about the bugs
mailing list