On Sun, Oct 07, 2007 at 09:47:31AM +0200, Jim Meyering wrote: > [EMAIL PROTECTED] (Michael Geng) wrote: > ... > > The text is partitioned exactly as it is in the existing code of tail.c (I'm > > looking at a cvs archive copy from sept 9). This is from tail.c: > > I think tail.c is still in sync, but... > > Please don't use cvs anymore (use git instead). > Something went wrong with a git-to-cvs commit-export, > so that at least the cvs ChangeLog is out of sync with > the upstream git repository. > > I'll fix it eventually, but the point is you shouldn't > rely on cvs being up to date.
I retrieved the git version today and bootstrapped it with an updated cvs version of Gnulib. Unfortunately I still have problems to compile it. It stops with the following messages: ... gcc -std=gnu99 -I. -I../lib -I../lib -g -O2 -MT cp.o -MD -MP -MF .deps/cp.Tpo -c -o cp.o cp.c mv -f .deps/cp.Tpo .deps/cp.Po gcc -std=gnu99 -I. -I../lib -I../lib -g -O2 -MT copy.o -MD -MP -MF .deps/copy.Tpo -c -o copy.o copy.c copy.c:42:22: error: file-set.h: No such file or directory copy.c:48:25: error: hash-triple.h: No such file or directory copy.c: In function 'dest_info_init': copy.c:908: error: 'triple_hash' undeclared (first use in this function) copy.c:908: error: (Each undeclared identifier is reported only once copy.c:908: error: for each function it appears in.) copy.c:909: error: 'triple_compare' undeclared (first use in this function) copy.c:910: error: 'triple_free' undeclared (first use in this function) copy.c: In function 'src_info_init': copy.c:930: error: 'triple_hash_no_name' undeclared (first use in this function) copy.c:931: error: 'triple_compare' undeclared (first use in this function) copy.c:932: error: 'triple_free' undeclared (first use in this function) copy.c: In function 'copy_internal': copy.c:1040: warning: implicit declaration of function 'seen_file' copy.c:1047: warning: implicit declaration of function 'record_file' make[2]: *** [copy.o] Error 1 make[2]: Leaving directory `/home/linux/tmp/coreutils-git-10-07-2007/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/linux/tmp/coreutils-git-10-07-2007/src' make: *** [all-recursive] Fehler 1 _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils