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 Can you remove this line in the future udev stable version? Selon Karel Zak <kzak@xxxxxxxxxx>: > > Hi, > > On Tue, Jun 09, 2009 at 10:42:16PM +0200, spam.spam.spam.spam@xxxxxxx wrote: > > I have a little problem with util-linux-ng 2.15. > > > > If I only do : > > make install DESTDIR=/tmp/foo-build > > There is no 'mount' in /tmp/foo-build/bin/. > > I can't reproduce this problem: > > $ make install DESTDIR=/tmp/foo-build &> /dev/null > > $ ll /tmp/foo-build/bin/mount > -rwsr-xr-x 1 kzak kzak 210302 2009-06-09 22:54 /tmp/foo-build/bin/mount > > > Note that a simple 'make install' is pretty generic in all deb/rpm > source packages. > > > Why mount isn't installed by default when I do a simple 'make install'? > > Please, check 'make install' output. > > 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 > -- 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