Jean-Charles Malahieude <lily...@orange.fr> writes: > Le 30/01/2020 à 19:08, David Kastrup a écrit : >> Dan Eble <d...@faithful.be> writes: >> >>> On Jan 30, 2020, at 11:39, David Kastrup <d...@gnu.org> wrote: >>>> That's not a new development, so there is no point in me to refrain from >>>> cherry-picking further material: the last version of the branch I >>>> checked was from early December and it failed in the same manner. >>>> Compilation of CPU_COUNT=9 make -j9 doc ends with >>> >>> […] >> Thanks. It is sort of annoying that it occurs right at the end of >> the >> (comparatively expensive) doc build, but at least then it is reproduced >> with another "make doc" within several seconds. So there may be a way >> of getting an extensive log just for that final phase of mass-linking >> the offsite-root . >> > > I just had a successful mage -j5 doc as of commit > 8a05312fd8d2a56ec724a793b313949db0cfe729
Current stable/2.20 which failed on my system. > It took about half an hour, and I don't know if it matters, but I > build in the root directory. As do I. I just tried PYTHONVERBOSE=2 PYTHONPATH=/usr/local/tmp/lilypond/python/out:`pwd`/python/auxiliar /usr/local/tmp/lilypond/scripts/build/out/www_post LilyPond 2.19.84 ./out-www offline 2>&1 | tee /tmp/dump and that leaves me with # trying /usr/local/tmp/lilypond/python/out/postprocess_htmlmodule.so # trying /usr/local/tmp/lilypond/python/out/postprocess_html.py # trying /usr/local/tmp/lilypond/python/out/postprocess_html.pyc # trying /usr/local/tmp/lilypond/python/auxiliar/postprocess_html.x86_64-linux-gnu.so # trying /usr/local/tmp/lilypond/python/auxiliar/postprocess_html.so # trying /usr/local/tmp/lilypond/python/auxiliar/postprocess_htmlmodule.so # trying /usr/local/tmp/lilypond/python/auxiliar/postprocess_html.py # /usr/local/tmp/lilypond/python/auxiliar/postprocess_html.pyc matches /usr/local/tmp/lilypond/python/auxiliar/postprocess_html.py import postprocess_html # precompiled from /usr/local/tmp/lilypond/python/auxiliar/postprocess_html.pyc import time # builtin Mirroring... Traceback (most recent call last): File "/usr/local/tmp/lilypond/scripts/build/out/www_post", line 101, in <module> os.symlink (p, dest) OSError: [Errno 2] No such file or directory # clear __builtin__._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 in the central portion. Which does not appear to help at all. Any idea what I could/should do to figure out where stuff goes wrong with my system? One thing I could do is check with current master. -- David Kastrup