Opened 14 years ago
Last modified 13 years ago
#2732 assigned Bugs
boost bjam install respects umask
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | build |
Version: | Boost 1.37.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Using bjam to install boost 1.37 the install procedure respects the current umask of the user.
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').
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.
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
Change History (2)
comment:1 by , 14 years ago
Component: | None → build |
---|---|
Owner: | set to |
comment:2 by , 13 years ago
Status: | new → assigned |
---|