I think "texlive-metapost" is missing in the dependencies.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/lilypond-git.git (read-only, click to copy) |
|---|---|
| Package Base: | lilypond-git |
| Description: | An automated music engraving system (Git snapshot) |
| Upstream URL: | http://lilypond.org/ |
| Licenses: | GPL |
| Conflicts: | lilypond |
| Provides: | lilypond |
| Submitter: | pnorcks |
| Maintainer: | brunoharasimiuk |
| Last Packager: | tippfehlr |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2008-06-07 04:53 (UTC) |
| Last Updated: | 2026-06-12 13:19 (UTC) |
I think "texlive-metapost" is missing in the dependencies.
And now with a fresh system upgrade I still get the same ModuleNotFoundError:. What have I done wrong ‽
https://lists.gnu.org/archive/html/bug-lilypond/2023-04/msg00003.html
To which Jean replied :
How did you install your self-compiled LilyPond? I would expect
make installto install into/usr/local/bin/, not into/usr/bin/.
pacman -Ql lilypond-git | ag convert
returns :
lilypond-git /usr/bin/convert-ly
lilypond-git /usr/share/lilypond/2.25.6/python/__pycache__/convertrules.cpython-310.pyc
lilypond-git /usr/share/lilypond/2.25.6/python/convertrules.py
Thanks for ag, 'never got to use it before.
What does pacman -Ql lilypond-git|ag convert tell you?
With a fresh build running convert-ly returns :
Traceback (most recent call last):
File "/usr/bin/convert-ly", line 82, in <module>
import convertrules
ModuleNotFoundError: No module named 'convertrules'
Is it about my personal setup, this PKGBUILD, or upstream ?
vlad, do not flag this package out of date. It is not. VCS-packages will always pull the latest commits.
archmylinux, sorry for the late reply. There is a seperate package for the documentation, lilypond-devel-docs. It is a huge beast.
tl;dr: building the docs. I very naively tried to remove "--disable-documentation" on line 50 of your package build in the hope of having the documentation to be built. I did not work. Is building the docs possible with this package?