Opened 13 years ago
Closed 13 years ago
#3613 closed Bugs (fixed)
Permissions for .sh files set incorrectly
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | Building Boost |
Version: | Boost 1.40.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
I downloaded 1.40.0 and started to build on my mac, but "./bootstrap.sh --help" gave me back "command not found" in Terminal. It turned out that the permissions for bootstrap.sh were wrong (executable bit not set), so I had to "chmod 755 bootstrap.sh" first.
Cheers!
Change History (5)
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Severity: | Problem → Showstopper |
comment:2 by , 13 years ago
Summary: | Permissions for bootstrap.sh set incorrectly → Permissions for .sh files set incorrectly |
---|
The permissions for all the .sh files were incorrect, so I had to "find . -name '*.sh' -exec chmod 766 {} \;" before it would build successfully
comment:3 by , 13 years ago
I checked the 1.41 beta1 and the permissions on bootstrap.sh, and the other key building scripts are correct. But there are many other, i.e. library specific, shell scripts that don't have the permission set correctly. This means that the library maintainers need to set the svn properties correctly.
So, Beman, it might be OK to consider this fixed for now.
Is this fixed for 1.41 already?