Boost C++ Libraries: Ticket #2790: Executable bit is lost on windows builds. https://svn.boost.org/trac10/ticket/2790 <p> The windows releases of boost don't have the executable bit set for scripts, so they can't be run if extracted on file systems which support the unix permissions (e.g. for OS X and linux). I think it would be retained if built on such a system. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2790 Trac 1.4.3 viboes Mon, 29 Nov 2010 15:33:43 GMT <link>https://svn.boost.org/trac10/ticket/2790#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2790#comment:1</guid> <description> <p> It is up to each tool maintainer to change this or it must be done by the release process? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Mon, 03 Jan 2011 22:54:12 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2790#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2790#comment:2</guid> <description> <p> As long as svn:executable is set properly, it should be automatic. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 03 Jan 2011 23:40:10 GMT</pubDate> <title>version, milestone changed https://svn.boost.org/trac10/ticket/2790#comment:3 https://svn.boost.org/trac10/ticket/2790#comment:3 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.38.0</span> → <span class="trac-field-new">Boost 1.45.0</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.39.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> <p> This is a report against the release process. If svn:executable is set, it's lost when the repository is exported on a native windows filesystem, which is why shell scripts aren't marked executable in zip files and 7z files. </p> <p> This used to come up occasionally but I haven't noticed it recently. That might be because the downloads are more clearly marked as for 'windows' or 'unix'. But I still think it'd be better to have the executable bit set in all releases. </p> Ticket viboes Tue, 08 Nov 2011 15:48:56 GMT component changed https://svn.boost.org/trac10/ticket/2790#comment:4 https://svn.boost.org/trac10/ticket/2790#comment:4 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket