phodina schreef op do 03-02-2022 om 12:20 [+0000]: > Seems there is problem calling a script: > > /sh: line 1: ./gen_lex_hash: Permission denied > make[2]: *** [sql/CMakeFiles/GenServerSource.dir/build.make:79: > sql/lex_hash.h] Error 126 It's apparently a binary. Seems odd that this happens on aarch64 but not on x86_64. Could you build mariadb with "--keep-failed" and look at 'gen_lex_hash' in /tmp/guix-build-mariadb-10.5.12.drv-0/ (permission bits, interpreter, architecture, NEEDED, RUNPATH ...). /me tries compiling locally (with QEMU) ... Greetings, Maxime