On Mon, Mar 21, 2011 at 12:44:28PM +0100, Gabor Z. Papp wrote: > lo lo all, > > while trying to compile util-linux 2.19 on linux kernel 2.4, glibc > 2.2, getting the following error: why do you need the latest util-linux for this masochistic setup? :-) > make[2]: Entering directory `/home/gzp/src/util-linux-2.19/lib' > CC at.o > at.c: In function 'fstat_at': > at.c:20: error: 'PATH_MAX' undeclared (first use in this function) > at.c:20: error: (Each undeclared identifier is reported only once > at.c:20: error: for each function it appears in.) > at.c: In function 'open_at': > at.c:36: error: 'PATH_MAX' undeclared (first use in this function) > make[2]: *** [at.o] Error 1 This has been fixed by commit eb76ca98b0733754d7e9a40f754e89b50af2bf06. > make[3]: Entering directory `/home/gzp/src/util-linux-2.19/shlibs/mount/src' > CC tab_update.lo > tab_update.c: In function 'utab_lock': > tab_update.c:613: error: 'O_CLOEXEC' undeclared (first use in this function) > tab_update.c:613: error: (Each undeclared identifier is reported only once > tab_update.c:613: error: for each function it appears in.) > make[3]: *** [tab_update.lo] Error 1 This has been fixed by commit 4799c95f943bd947c02f754da121974b4b34697d. ... both issues will be fixed in v2.19.1. Thanks. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- 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