"Tom G. Christensen" <t...@jupiterrise.com> writes: > For a while now no new snapshots was appearing and now the last > remaining ones expired and the directory is empty :(
The cause is build failures for gnulib, see: http://autobuild.josefsson.org/gnulib/log-200909231241047502000.txt The end reads: fseek.c:26: error: expected declaration specifiers or '...' before '(' token fseek.c:27: error: conflicting types for 'rpl_fseeko' ./stdio.h:258: error: previous declaration of 'rpl_fseeko' was here fseek.c: In function 'rpl_fseeko': fseek.c:29: error: 'offset' undeclared (first use in this function) fseek.c:29: error: (Each undeclared identifier is reported only once fseek.c:29: error: for each function it appears in.) fseek.c:29: error: too many arguments to function 'rpl_fseeko' make[4]: *** [fseek.o] Error 1 make[4]: Leaving directory `/home/builder/gnulib/build/gllib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/builder/gnulib/build/gllib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/builder/gnulib/build/gllib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/builder/gnulib/build' make: *** [all] Error 2 Anyone? I wasn't able to reproduce using only fseek and/or fseeko, so it is probably some interaction with another module causing this. /Simon