On Tue, Jun 09, 2009 at 11:36:14PM +0200, spam.spam.spam.spam@xxxxxxx wrote: > This is the make install output : > $ make install DESTDIR=/tmp/foo-build 1>log1.txt > chgrp: modification du groupe de `/tmp/foo-build/usr/bin/wall': Opération non > permise > make[3]: *** [install-exec-hook] Erreur 1 > make[2]: *** [install-exec-am] Erreur 2 > make[1]: *** [install-am] Erreur 2 > make: *** [install-recursive] Erreur 1 > > The chgrp is not allowed with a simple user. > We need to be root user in order to do a chgrp. > This error exit make and 'mount' isn't installed. > The problem is resolved if we comment the line 1168 of login-utils/Makefile : > #chgrp tty $(DESTDIR)$(usrbinexecdir)/wall You need to read ./configure --help output :-) --disable-makeinstall-chown is your friend. Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html