[Hugin-bug-hunters] [Bug 1469004] Re: Problems building 4.2 docs

2015-06-28 Thread tduell
Hello Thomas, I just tried that changeset, using the following in my rpmbuild .spec file, a bit of a guess that this is what you wanted me to try. %build %cmake . -DENABLE_OPENMP=ON -DDOC=ON -DINSTALL_PDF_DOC=ON make %{?_smp_mflags} && make pdf The build process stopped numerous time, wanting u

[Hugin-bug-hunters] [Bug 1468520] Re: make dist fails

2015-06-28 Thread Bruno Postle
Just to confirm, I see the problem with a clean tree and 'make all' followed by 'make dist': hg pull && hg up && hg revert --all make -f Makefile.scm ./configure make make dist It seems that $(srcdir) is being set to an empty string: cd share make distdir cp: cannot create regular file ‘/Makefil

[Hugin-bug-hunters] [Bug 1469004] Re: Problems building 4.2 docs

2015-06-28 Thread tmodes
Hi Terry, please test if changeset 6696605bba09 fixes your issue. If not, please add the full log of "make pdf" and not only the last line. -- You received this bug notification because you are a member of Hugin Bug Hunters, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/146900

[Hugin-bug-hunters] [Bug 1468520] Re: make dist fails

2015-06-28 Thread Christoph Spiel
Your exact problem as demonstrated by your transcript is not reproducible on my machine. However, `make dist' fails for me, too when called right after a `make clean'. OTOH, `make dist' always succeeds after a `make all' or just `make'. It seems as if the order in which the sub-directories are bu