Re: WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Randy Westlund
On Wed, Aug 24, 2016 at 04:48:54PM +, Brooks Davis wrote: > WITH_INSTALL_AS_USER never worked except in select individual directories. > Anything complicated caused it to break and it definitely never worked > for installworld. For installworld you want NO_ROOT. > > NO_ROOT support should be

Re: WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Bryan Drewery
On 8/24/16 9:48 AM, Brooks Davis wrote: > On Wed, Aug 24, 2016 at 07:57:04AM -0700, Bryan Drewery wrote: >> On 8/24/2016 12:55 AM, Randy Westlund wrote: >>> Is WITH_INSTALL_AS_USER supposed to work, or is it known to be broken? >>> >>> I'm cross compiling -current (r304727) for arm, and trying to

Re: WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Brooks Davis
On Wed, Aug 24, 2016 at 07:57:04AM -0700, Bryan Drewery wrote: > On 8/24/2016 12:55 AM, Randy Westlund wrote: > > Is WITH_INSTALL_AS_USER supposed to work, or is it known to be broken? > > > > I'm cross compiling -current (r304727) for arm, and trying to install world > > as > > a user. Install

Re: WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Bryan Drewery
On 8/24/2016 12:55 AM, Randy Westlund wrote: > Is WITH_INSTALL_AS_USER supposed to work, or is it known to be broken? > > I'm cross compiling -current (r304727) for arm, and trying to install world as > a user. Install is trying to set the schg file flag on some libraries, which > is failing

WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Randy Westlund
Is WITH_INSTALL_AS_USER supposed to work, or is it known to be broken? I'm cross compiling -current (r304727) for arm, and trying to install world as a user. Install is trying to set the schg file flag on some libraries, which is failing because I'm not root. >