Hello Juhani, Am 02.12.18 um 10:45 schrieb Juhani Numminen: > I can't reproduce the failure on my pbuilder setup, but the relevant > part of debian/rules look suspicious because the semicolon ; rather > than && is used when chaining shell commands. With semicolon, a > failure to e.g. change directory can go unnoticed and lyx would > be run in an unexpected dir. Not sure if that's the case here.
if the folder doc/ wouldn't exist make would also fail on this step, so that's not the root for the bug report Adrian has created. For sure something isn't working as expected but I don't see why is working with sbuild and pbuilder and also on the first run of the reproducible setup but not on the second. Since version 29 (or was it also in 28) the documentation comes with the files configure.ac and Makefile.am which are the base for configuring a project by the autotools. Instead of doing some manual lyx calls to create the documentation we should fix the current poor implementation of the autotools files. -- Regards Carsten Schoenert