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. _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
