Re: [PATCH wayland-web] building: Recommend disabling setuid for non-root installs

2013-08-30 Thread Kristian Høgsberg
On Sun, Aug 25, 2013 at 07:05:45PM +, Bryce W. Harrington wrote: > On Sun, Aug 25, 2013 at 10:57:59AM +0300, Pekka Paalanen wrote: > > On Fri, 23 Aug 2013 19:54:17 + > > "Bryce W. Harrington" wrote: > > > diff --git a/building.html b/building.html > > > index b7a1158..a47744e 100644 > > >

Re: [PATCH wayland-web] building: Recommend disabling setuid for non-root installs

2013-08-25 Thread Bryce W. Harrington
On Sun, Aug 25, 2013 at 10:57:59AM +0300, Pekka Paalanen wrote: > On Fri, 23 Aug 2013 19:54:17 + > "Bryce W. Harrington" wrote: > > diff --git a/building.html b/building.html > > index b7a1158..a47744e 100644 > > --- a/building.html > > +++ b/building.html > > @@ -228,7 +228,7 @@ gio-2.0. > >

Re: [PATCH wayland-web] building: Recommend disabling setuid for non-root installs

2013-08-25 Thread David Herrmann
Hi On Sun, Aug 25, 2013 at 9:57 AM, Pekka Paalanen wrote: > On Fri, 23 Aug 2013 19:54:17 + > "Bryce W. Harrington" wrote: > >> The build directions guide the user to build and install Wayland in a >> user directory without using superuser privs. However, the weston build >> process includes

Re: [PATCH wayland-web] building: Recommend disabling setuid for non-root installs

2013-08-25 Thread Pekka Paalanen
On Fri, 23 Aug 2013 19:54:17 + "Bryce W. Harrington" wrote: > The build directions guide the user to build and install Wayland in a > user directory without using superuser privs. However, the weston build > process includes a `chown root` on weston-launcher done by default, > which results

[PATCH wayland-web] building: Recommend disabling setuid for non-root installs

2013-08-23 Thread Bryce W. Harrington
The build directions guide the user to build and install Wayland in a user directory without using superuser privs. However, the weston build process includes a `chown root` on weston-launcher done by default, which results in a failed build when running make install as non-superuser, unless we pa