Am Dienstag, den 28.04.2020, 15:23 +0100 schrieb Phil Holmes: > On my machine make website returns: > > Traceback (most recent call last): > File "/media/IntelSSD/lilypond/lilypond-git/scripts/build/website_post.py", > line 179, in <module> > lines = open(file).readlines() > File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode > return codecs.ascii_decode(input, self.errors)[0] > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 935: > ordinal not in range(128) > /media/IntelSSD/lilypond/lilypond-git/make/website.make:261: recipe for > target 'out-website/website/index.html' failed > make[1]: *** [out-website/website/index.html] Error 1 > /home/phil/lilypond-git/build/../GNUmakefile.in:389: recipe for target > 'website' failed > make: *** [website] Error 2
Ah, this problem with Python 3.5 and 3.6 sounds familiar. website_post.py isn't run by the usual test cycle, so this didn't surface so far. I'll post a fix soon. > I picked this up because the website wasn't being built on Lilypond.org. > The error I see there is: > > [....] > make: *** No rule to make target > '/home/graham/lilypond/lilypond-git//Documentation/it/web/news-headlines.itexi', > > needed by 'out-website/web.it.xref-map'. Stop. That's a different issue. As discussed recently, there's a problem when a stale dependency file references a now-deleted file. Can you try removing the current "build" directory and re-run make website on lilypond.org? Jonas
signature.asc
Description: This is a digitally signed message part
