[Martin Quinson] > could you please give me the sequence of commands I should give to > reproduce the bugs? I've tried `make -C src translateddocs` from the > docs directory as advised by the README (IIUC), and I get an error > that the Make target does not exist. I fail to find the Makefile to > fix it myself.
Sure. I believe the following sequence of commands would allow you to reproduce it. It is untested, as it take an hour or more on my test machine, but is running as I write. The commit is one picked where the issue introduced in d1414e63eb19f2ebb6c300ea40b4404869c516a3 is present in the master branch. git clone https://github.com/LinuxCNC/linuxcnc.git && \ cd linuxcnc && \ git checkout ab12165cd8b5ad3782d462cc0459242a8cb7087a && \ debian/configure && \ debuild To avoid triggering the problem with po4a, we have reverted the problematic groff notation for now. Note, there are probably other sequences that might work, and normally I restart the build using 'make -C src translateddocs' when the debuilt has succeeded or been interrupted, but as a start just letting the debian build run its cause is the easiest path. -- Happy hacking Petter Reinholdtsen