Boost C++ Libraries: Ticket #3613: Permissions for .sh files set incorrectly https://svn.boost.org/trac10/ticket/3613 <p> 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. </p> <p> Cheers! </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3613 Trac 1.4.3 René Rivera Thu, 12 Nov 2009 16:43:05 GMT severity changed; owner set https://svn.boost.org/trac10/ticket/3613#comment:1 https://svn.boost.org/trac10/ticket/3613#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Beman Dawes</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Showstopper</span> </li> </ul> <p> Is this fixed for 1.41 already? </p> Ticket Sean P. DeNigris <sean@…> Thu, 12 Nov 2009 16:57:58 GMT summary changed https://svn.boost.org/trac10/ticket/3613#comment:2 https://svn.boost.org/trac10/ticket/3613#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">Permissions for bootstrap.sh set incorrectly</span> → <span class="trac-field-new">Permissions for .sh files set incorrectly</span> </li> </ul> <p> The permissions for all the .sh files were incorrect, so I had to "find . -name '*.sh' -exec chmod 766 {} \;" before it would build successfully </p> Ticket René Rivera Thu, 12 Nov 2009 17:35:34 GMT <link>https://svn.boost.org/trac10/ticket/3613#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3613#comment:3</guid> <description> <p> 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. </p> <p> So, Beman, it might be OK to consider this fixed for now. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Wed, 18 Nov 2009 20:31:53 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3613#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3613#comment:4</guid> <description> <p> Permissions are OK in 1.41 tar.bz2 package. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Thu, 19 Nov 2009 05:58:49 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3613#comment:5 https://svn.boost.org/trac10/ticket/3613#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I meant to close this! </p> Ticket