Opened 13 years ago

Closed 13 years ago

#3613 closed Bugs (fixed)

Permissions for .sh files set incorrectly

Reported by: Sean P. DeNigris <sean@…> 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 René Rivera, 13 years ago

Owner: set to Beman Dawes
Severity: ProblemShowstopper

Is this fixed for 1.41 already?

comment:2 by Sean P. DeNigris <sean@…>, 13 years ago

Summary: Permissions for bootstrap.sh set incorrectlyPermissions 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 René Rivera, 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.

comment:4 by Vladimir Prus, 13 years ago

Permissions are OK in 1.41 tar.bz2 package.

comment:5 by Vladimir Prus, 13 years ago

Resolution: fixed
Status: newclosed

I meant to close this!

Note: See TracTickets for help on using tickets.