[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [issues] [Configure eglibc] No acceptable grep could be found



Le Saturday 21 March 2009 01:16:58 Joseph S. Myers, vous avez écrit :
> On Sat, 21 Mar 2009, Olivier Antheaume wrote:
> > I've just downloaded the "trunk" version.
> > But time-stamp of files correspond to the actual time, not the time they
> > where generated.
>
> Yes, you need to run "touch `find . -name configure`" after checking out;
> this is a limitation of SVN, it does not preserve timestamp ordering on
> checkout.
>
> Since libc/sysdeps/unix/sysv/linux/configure does not contain the text you
> quoted, you clearly have modified sources after a regeneration probably
> resulting from inappropriately ordered timestamps. Try reverting them,
> then touching the configure scripts to stop them from being regenerated.


OK, I didn't know that.
Thanks.


You're right, with "svn diff", I can see that what I quoted wasn't in the original file.



I've restarted from a new checkout of version 2_9.
I've ran "touch `find . -name configure`" in the source directory.


And that's magic: no error during configuration... compilation is in progress.



Thank you for your support