Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Compiling mousai [SOLVED] (Read 1077 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Compiling mousai [SOLVED]

I cannot compile mousai:

Code: [Select]
trizen -S mousai
...
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true Mousai-0.7.5 build
Traceback (most recent call last):
  File "/usr/bin/meson", line 5, in <module>
    from mesonbuild.mesonmain import main
ModuleNotFoundError: No module named 'mesonbuild'
==> ERROR: A failure occurred in build().
    Aborting...



Re: Compiling mousai

Reply #2
base-devel is already installed while meson is installed by trizen.
I added an option that removes installed dependencies so after is removed.

I installed meson manually before and I have the same error.

I installed songrec from arch/community.

Re: Compiling mousai

Reply #3
It builds OK here, although the first try building in /tmp in RAM it ran out of disk space, it must use a lot in the build. The mention of "module" in the error sounds like there could be some python module involved? Perhaps try updating with Syu, and check if you have any related AUR packages using Python that need a rebuild as there has been a big version update for Python in the last 24hrs.

 

Re: Compiling mousai

Reply #4
After updating it worked.