[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: overwriting source files
From: |
Ben Pfaff |
Subject: |
Re: overwriting source files |
Date: |
Sun, 27 Mar 2016 14:45:00 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Mar 27, 2016 at 11:41:24PM +0200, John Darrington wrote:
> Looking at this again, I see something strange in the tarball:
>
> $ ls -l doc/pspp.xml doc/version.texi doc/help-pages-list
> -rw-r--r-- 1 john john 611 Mar 8 2015 doc/help-pages-list
> -rw-r--r-- 1 john john 725562 Mar 20 01:19 doc/pspp.xml
> -rw-r--r-- 1 john john 93 Mar 26 18:19 doc/version.texi
>
> make dist is supposed to depend on doc/pspp.xml which in turn
> depends on doc/version.texi
>
> So I don't understand how this combination of timestamps can have
> arisen.
>
> Can you remember the sequence of commands you ran to create the tarball?
My bash history shows me verifying that I had the right gnulib commit:
1064 less README.Git
1065 cd ../gnulib
1066 git show
1067 cd ../master/
then rerunning "make -f Smake", just to be sure, and then running
distcheck:
1068 make -f Smake
1069 cd _build/
1070 make -j10 distcheck TESTSUITEFLAGS=-j10
The distcheck failed, so afterward I investigated a bit but I ended up
using the tarball generated by the (failed) distcheck without
regenerating it.