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.
15:32:23 NetBSD 5.0 ~/Etoile-0.4.1 t...@roy 616$ . /usr/pkg/share/GNUstep/Makefiles/GNUstep.sh; gmake messages=yes This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help. Making all in Frameworks... gmake[1]: Entering directory `/home/tim/Etoile-0.4.1/Frameworks' Making all in UnitKit... gmake[2]: Entering directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit' rm -f /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit ln -s /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit Making all in Source/FrameworkSource... gmake[3]: Entering directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource' Making build-headers for framework UnitKit... /usr/pkg/share/GNUstep/Makefiles/mkinstalldirs UnitKit.framework/Versions/1/Headers /usr/bin/install -c -o root -g wheel -m 444 UKRunner.h UnitKit.framework/Versions/1/Headers/UKRunner.h install: UnitKit.framework/Versions/1/Headers/UKRunner.h: chown/chgrp: Operation not permitted gmake[4]: *** [UnitKit.framework/Versions/1/Headers/UKRunner.h] Error 1 gmake[3]: *** [UnitKit.build-headers.framework.variables] Error 2 gmake[3]: Leaving directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource' gmake[2]: *** [internal-all] Error 2 gmake[2]: Leaving directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit' gmake[1]: *** [internal-all] Error 2 gmake[1]: Leaving directory `/home/tim/Etoile-0.4.1/Frameworks' gmake: *** [internal-all] Error 2 Tim _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
