On Wed, Jan 14, 2015, at 20:46, Karel Zak wrote: > Feedback and bug reports, as always, are welcomed. During compilation I get this: libmount/src/lock.c: In function 'mnt_wait_mtab_lock': libmount/src/lock.c:263: warning: format '%ju' expects type 'uintmax_t', but argument 4 has type '__time_t' libmount/src/lock.c:263: warning: format '%ju' expects type 'uintmax_t', but argument 5 has type 'time_t' libmount/src/lock.c:263: warning: format '%ju' expects type 'uintmax_t', but argument 6 has type 'long int' And it later breaks with: CC disk-utils/fdisk-fdisk-list.o In file included from disk-utils/fdisk-list.c:1: ./libfdisk/src/libfdisk.h:279: error: expected declaration specifiers or '...' before 'off_t' make[2]: *** [disk-utils/fdisk-fdisk-list.o] Error 1 make[2]: Leaving directory `/home/ben/Programoj/util-linux-2.26-rc1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ben/Programoj/util-linux-2.26-rc1' make: *** [all] Error 2 (That is after a ./configure --without-python, because it can't find python.) $ gcc --version | head -1 gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 $ uname -r 2.6.32-71-generic Benno -- http://www.fastmail.com - Choose from over 50 domains or use your own -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html