tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: www/serf install permissions fix



On 03/28, J. Lewis Muir wrote:
> On 03/28, Greg Troxel wrote:
> > If I set my umask to 0 instead of 022, then I do see what you are
> > reporting.
> > 
> > Is your umask 0?  If you set it to 022, does that resolve things?
> 
> No, my umask is 022.
> 
> I'm building as root in a pkg_comp sandbox:
> 
> # umask
> 022
> # cd www/serf
> # bmake stage-install
> 
> The above fails for me in the way described.  So, I don't understand why
> it works for you but not for me.  Are you building in a sandbox?  Are
> you building as a regular user (e.g., pbulk)?

I noticed that the header files in the distribution file are
world-writable and that they are world-writable for me after the extract
phase.  Could this be a difference?

===
# bmake extract
# ls -al /pkg_comp/work/pkg/www/serf/work/serf-1.3.9/*.h
-rw-rw-rw-  1 1000  1000  39346 Sep 17  2015 /pkg_comp/work/pkg/www/serf/work/serf-1.3.9/serf.h
-rw-rw-rw-  1 1000  1000  21225 Sep 17  2015 /pkg_comp/work/pkg/www/serf/work/serf-1.3.9/serf_bucket_types.h
-rw-rw-rw-  1 1000  1000   8787 Sep 17  2015 /pkg_comp/work/pkg/www/serf/work/serf-1.3.9/serf_bucket_util.h
-rw-rw-rw-  1 1000  1000  15934 Sep 17  2015 /pkg_comp/work/pkg/www/serf/work/serf-1.3.9/serf_private.h
===

Lewis


Home | Main Index | Thread Index | Old Index