-
Notifications
You must be signed in to change notification settings - Fork 34
Description
I'm currently trying to compile all LMDE 7 packages for arm64, because there are no binary packages available for the platform (I tried to use Debian with Cinnamon, but Cinnamon is severely broken in Debian (or at least in it's armbian derivative)). While most packages build fine, the one very critical that fails is cjs, it compiles fine, but the test "cjs:JS / Console" fails, multiple sub-tests of this test fail (see attached test log). All other tests pass (71 ok, 1 fail).
Can someone help me to figure out why the test fails? Is there an issue with cjs on arm64, like some platform-specific assembly for arm64 that is not working correctly? Or could my build environment cause the test to fail?
Build platform: Debian Trixie (armbian) on arm64 in a chroot
Version: 128.0+gigi, from LMDE 7 (source is downloaded from the LMDE deb repository)