Opened 13 years ago
Closed 13 years ago
#3271 closed Bugs (fixed)
Use of --prefix doesn't prevent creation of /usr/local/include/boost
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | Building Boost |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
When building with:
$ ./bjam --prefix=$HOME --layout=system variant=release link=shared threading=multi -d+2 -q install
... I'm seeing:
common.mkdir /usr/local/include/boost mkdir -p "/usr/local/include/boost" mkdir: cannot create directory `/usr/local/include/boost': Permission denied
Given that --prefix
has been set to $HOME
, it seems like an error that the build is even trying to create /usr/local/include/boost
.
Note:
See TracTickets
for help on using tickets.
This is fixed in SVN HEAD and release branch.