Am Dienstag, 12. Januar 2016 um 14:47:35, schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org> > Le 12/01/2016 03:51, Scott Kostyshak a écrit : > > I wonder if the difference in behavior is due to: > > http://lists.gnu.org/archive/html/automake/2012-07/msg00023.html > > > > That thread is linked to on the main page: > > https://www.gnu.org/software/automake/ > > It is interesting but I fail to see how this could make a problem for > us. The only difference in the fix is giving write permission to user > instead of world. However, when we run distcheck, only one the current > user counts. > > > It would be nice to know what happens with 1.15. Ubuntu 15.10 has 1.15 > > so I will try to do a fresh install and check it out. Not sure when > > though. > > I just tried it and it worked without problem. Actually, I suspect that > there is some timing problem that creates wrong dependencies between files. > > JMarc
I fail to see the problem there. In _my_ am/distdir.am, there already are the correct statements. They read as follows (from distdir.am:429) ## this case. However, make the top-level directory writable so we ## can make our new subdirs. chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_inst ## Undo the write access. chmod a-w $(distdir) Still, 'make distcheck' fails. Kornel
signature.asc
Description: This is a digitally signed message part.