Benno Schulenberg wrote:
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
I don't know how far back you want to go, but that version of gcc was
released 21-Jan-2010, fully 5 years ago.
There may be problems with the older headers too.
$ uname -r
2.6.32-71-generic
2.6.32 was 14-Dec-2009 and I don't see any nano versions beyond
linux-2.6.32.27 from 09-Dec-2010
-- Bruce
--
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