Date: Fri, 26 Jun 1998 19:30:35 +1000 From: Bruce Evans <bde@zeta.org.au> To: asami@FreeBSD.ORG, jb@cimlogic.com.au Cc: current@FreeBSD.ORG, paulz@trantor.stuyts.nl Subject: Re: make buildworld needs root privs , why ? Message-ID: <199806260930.TAA03509@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> * > Shouldn't it be possible to builworld as a non-priviliged user and only > * > make installworld as root ??? > >It should, IMO. It almost is. You have to set BINOWN, BINGRP, SHAREOWN and SHAREGRP to something that you can shown to, and you have to have write permissions to /usr/obj/your-usr-src or set MAKEOBJDIRPREFIX to somewhere you can write to. >Didn't someone submit a patch to fix this very problem? Bruce? It's almost worked for a year or two. I don't know why I thought there was no problem with schg flags. schg is currently used for a whole 2 2 files under ${WORLDTMP} (libc.so.M.m and libc_r.so.M.m), and buildworld by non-root crashes about half way through when the first of these is installed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806260930.TAA03509>