Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-10 06:33:32


On Friday 10 November 2006 14:21, Johan Nilsson wrote:
> Hi,
>
> I've been using package.install to install my own libraries with headers
> for some time now.
>
> What I noticed now, is that when invoking "bjam install" more than once,
> the subsequent attempts always fail with "Permission Denied" under OpenSuse
> 10 (the only platform I've tested on).
>
> I don't think I've seen this before - or did I miss something?

This is most likely caused by your UMASK settings, or something else platform
specific. Boost.Build uses plain 'cp' to copy files, so they are created with
default permission for your envirnoment.

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk