release tarballs should have LAST_UPDATED containing release tag?

Gerald Pfeifer gerald@pfeifer.com
Sun Jul 13 22:51:00 GMT 2003


On Wed, 9 Jul 2003, Dan Kegel wrote:
> I'm building from release tarballs (you can see my automated build-and-test
> script at http://kegel.com/crosstool).  I am running the gcc regression
> test, followed by contrib/test_summary.  My script aborts because test_summary
> exits with nonzero status, with the error
> /foo/gcc-3.3-glibc-2.2.5/gcc-3.3/LAST_UPDATED: No such file or directory

I believe this is due to

  2001-07-27  Richard Henderson  <rth@redhat.com>

        * test_summary: Copy LAST_UPDATED UTC time to head of summary.

which unconditionally tries to print LAST_UPDATED instead of first
checking whether that file exists.

Richard, my AWK is quite non-existant, else I'd have fixed this right
away; would you mind having a look? Thanks!

> I see that file is supposed to be created by contrib/gcc_update with
> the date.  It might be nice for the released gcc tarballs to contain
> a LAST_UPDATED file containing just the release tag.

Hmm, we could do that, but I'm not sure whether that's still needed
once test_summary has been fixed?

Gerald



More information about the Gcc mailing list