Comment 21 for bug 64067

Revision history for this message
In , Mathias Brodala (mathbr) wrote : Re: cp: would be nice if copy has progression bar

Hi Victor-Philipp.

Victor-Philipp Busch, 13.07.2007 11:31:
> It seems your patch have an error with coreutils 5.97-5.3:
>
> if
> colorgcc -std=gnu99 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib\" -I. -I. -I.. -I.. -I. -g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O2 -MT
> utimecmp.o -MD -MP -MF ".deps/utimecmp.Tpo" -c -o utimecmp.o utimecmp.c; \
> then mv -f ".deps/utimecmp.Tpo" ".deps/utimecmp.Po"; else
> rm -f ".deps/utimecmp.Tpo"; exit 1; fi
> In file included from utimecmp.c:41:
> utimens.h:2: error: conflicting types for 'futimens'
> /usr/include/sys/stat.h:370: error: previous declaration of 'futimens' was
> here

No, that’s a bug in coreutils. However, I don’t know why it doesn’t work for you
where it did for me. See #433394 for a fix. (Might still require backporting
since the patch over there is for version 6.0.)

I updated the patch to work with coreutils 6.0-1 from Experimental. As ususal,
use at your own risk; it works fine here, though.

Regards, Mathias

--
debian/rules