[Etoile-discuss] newbie question - file permissions

2009-10-09 Par sujet Larson, Timothy E.
I'm a complete newbie to the GNUstep world. Do I need to be root to build? Why? 09:51:37 NetBSD 5.0 ~/Etoile-0.4.1 t...@roy 554$ GNUSTEP_MAKEFILES=/usr/pkg/share/GNUstep/Makefiles gmake This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help. Making all in Frameworks... Making

Re: [Etoile-discuss] newbie question - file permissions

2009-10-09 Par sujet Niels Grewe
On Fri, Oct 09, 2009 at 10:02:16AM -0500, Larson, Timothy E. wrote: I'm a complete newbie to the GNUstep world. Do I need to be root to build? Why? No you don't. In fact, you should refrain from building stuff as root and only assume the superuser role if you install into the Local or System

Re: [Etoile-discuss] newbie question - file permissions

2009-10-09 Par sujet David Chisnall
On 9 Oct 2009, at 17:07, Larson, Timothy E. wrote: Niels Grewe: No you don't. In fact, you should refrain from building stuff as root and only assume the superuser role if you install into the Local or System domain. If you're just experimenting with Étoilé you'd also be fine with

Re: [Etoile-discuss] newbie question - file permissions

2009-10-09 Par sujet Larson, Timothy E.
David Chisnall: GNUstep.sh needs to be sourced when building any GNUstep code. This is documented in the GNUstep docs, but we probably need to document it somewhere for Étoilé too. This file sets a number of environment variables that are required by GNUstep Make. So instead of simply gmake

Re: [Etoile-discuss] newbie question - file permissions

2009-10-09 Par sujet Larson, Timothy E.
Niels Grewe: This is rather odd. On my setup (GNU/Linux) install takes '-c -p -m 644' as arguments, so it doesn't do any chowning/chgrping. If you build with 'gmake messages=yes' you will see what commands gnustep-make is issuing during the built. These could be useful for debugging this.