Hi, I have found the problem! The problem was the /tmp partition mounted with the noexec option. Remounting it with sudo mount -o remount,exec /tmp solved my problem. For more info see: https://bugs.gentoo.org/350336?id=350336