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.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to