On Mon, May 11, 2009 at 12:20:05PM -0400, Mike Frysinger wrote: > On Monday 11 May 2009 10:43:53 Américo Wang wrote: > > On Tue, May 05, 2009 at 11:42:14PM +0200, Karel Zak wrote: > > >The stable util-linux-ng 2.15 release is available at > > > > > > ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/ > > > > > >Feedback and bug reports, as always, are welcomed. > > > > I got: > > > > ... > > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h > > -I../include -DLOCALEDIR=\"/usr/share/locale\" -fsigned-char > > -I/usr/include/blkid -I/usr/include/uuid -g -O2 -MT mount-blkdev.o > > -MD -MP -MF .deps/mount-blkdev.Tpo -c -o mount-blkdev.o test -f > > '../lib/blkdev.c' || echo './'../lib/blkdev.c > > mv -f .deps/mount-blkdev.Tpo .deps/mount-blkdev.Po > > make[2]: *** No rule to make target fsprobe.c', needed by > > mount-fsprobe.o'. Stop. > > make[2]: Leaving directory /home/wangcong/Projects/util-linux-ng/mount' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory /home/wangcong/Projects/util-linux-ng' > > make: *** [all] Error 2 > > i get that in current git too I can't reproduce this problem ;-( I have /autogen.sh: autopoint: /usr/bin/autopoint (GNU gettext-tools) 0.17 aclocal: aclocal (GNU automake) 1.10.1 autoconf: autoconf (GNU Autoconf) 2.63 autoheader: autoheader (GNU Autoconf) 2.63 automake: automake (GNU automake) 1.10.1 it works for me: $ git clone git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git (or: $ tar zxvf util-linux-ng-2.15.tar.gz) $ cd util-linux-ng/ ($ ./autogen.sh) $ ./configure $ make .... gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -fsigned-char -I/usr/include/blkid -I/usr/include/uuid -g -O2 -MT mount-blkdev.o -MD -MP -MF .deps/mount-blkdev.Tpo -c -o mount-blkdev.o `test -f '../lib/blkdev.c' || echo './'`../lib/blkdev.c mv -f .deps/mount-blkdev.Tpo .deps/mount-blkdev.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -fsigned-char -I/usr/include/blkid -I/usr/include/uuid -g -O2 -MT mount-fsprobe.o -MD -MP -MF .deps/mount-fsprobe.Tpo -c -o mount-fsprobe.o `test -f '../lib/fsprobe.c' || echo './'`../lib/fsprobe.c mv -f .deps/mount-fsprobe.Tpo .deps/mount-fsprobe.Po 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