Artix Linux Forum

Artix Linux => Package management => AUR Packages => Topic started by: kiblaster on 04 May 2023, 20:31:44

Title: Compiling mousai [SOLVED]
Post by: kiblaster on 04 May 2023, 20:31:44
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...

Title: Re: Compiling mousai
Post by: Hitman on 04 May 2023, 20:39:57
I can compile it just fine, install base-devel and meson
There's also another program, songrec in the regular repos not just in AUR
Title: Re: Compiling mousai
Post by: kiblaster on 04 May 2023, 21:42:56
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.
Title: Re: Compiling mousai
Post by: ####### on 04 May 2023, 22:57:44
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.
Title: Re: Compiling mousai
Post by: kiblaster on 05 May 2023, 20:22:26
After updating it worked.