lilypond fails to build on my system. It seems that a Python script is the problem, but I don’t know for sure. Maybe Lilypond isn’t compatible with Python 3? The website only says: “Use version 2.4 or newer.” (https://lilypond.org/doc/v2.21/Documentation/contributor/requirements-for-running-lilypond) MAKEOPTS="-j1" didn’t change anything. Reproducible: Always Steps to Reproduce: emerge -a =media-sound/lilypond-2.21.1 Actual Results: See build.log.gz. Expected Results: The build should work.
Created attachment 644176 [details] build log
Created attachment 644178 [details] emerge --info '=media-sound/lilypond-2.21.1::gentoo'
lilypond-2.19.x has been removed recently. The remaining lilypond-2.21.1 does not build in case fontforge lacks +python. Solution: Compile fontforge with USE flag +python. @maintainer: So, please add fontforge +python USE flag dependency to the ebuild. You may find the failing build.log and the solution here: https://gitlab.com/lilypond/lilypond/-/issues/6000
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d253e061f9490bbc628804b6f47d91bf8b479bee commit d253e061f9490bbc628804b6f47d91bf8b479bee Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2020-06-10 13:41:44 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2020-06-10 13:41:44 +0000 media-sound/lilypond: fixed fontforge dependency use flag Closes: https://bugs.gentoo.org/727712 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-sound/lilypond/lilypond-2.21.1.ebuild | 2 +- media-sound/lilypond/lilypond-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)