Boost C++ Libraries: Ticket #2732: boost bjam install respects umask https://svn.boost.org/trac10/ticket/2732 <p> Using bjam to install boost 1.37 the install procedure respects the current umask of the user. </p> <p> This is not the expected behaviour. Other software install routines usually make sure to set the file modes explicitly (for example they use the unix program 'install'). </p> <p> Thus, if you have a umask like 0077 you have by default a boost installation which is only readable by yourself. Again, no other 'make install' or such command behaves like this. </p> <p> I used this command line to install boost under Solaris 10: ./tools/jam/src/bin.solaris/bjam -sICU_PATH=/usr --user-config=user-config.jam --with-test --with-program_options address-model=64 -d3 --prefix=myprefix install </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2732 Trac 1.4.3 Steven Watanabe Fri, 06 Feb 2009 02:48:06 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2732#comment:1 https://svn.boost.org/trac10/ticket/2732#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket Vladimir Prus Tue, 10 Nov 2009 08:17:53 GMT status changed https://svn.boost.org/trac10/ticket/2732#comment:2 https://svn.boost.org/trac10/ticket/2732#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket