You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command raco test -p langs produced errors for iniquity-gc tests. They are reproduced on Fedora 41 and Debian sid (via docker). Errors did not occur on a macbook.
OS: Fedora Linux 41 x86_64
Kernel: 6.12.8-200.fc41.x86_64
gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7)
GNU ld version 2.43.1-5.fc41
NASM version 2.16.03 compiled on Jul 18 2024
ld also gave this warning on Debian sid. I doubt this feature will be removed soon, though, so this is probably not urgent.
/usr/bin/ld: warning: /root/.local/share/racket/8.14/pkgs/langs/test-programs/hoax/str.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
What worked: Ubuntu 22.04, Ubuntu 24.04, Ubuntu-devel, macOS.
What did not work: Fedora 41, Debian sid.
Debian 12 was stuck on inquity-gc tests for 2 hours, so I just terminated it.
Not sure what's the root cause here. Since most people will use Ubuntu anyway, it'll only affect a very small set of people.
The command
raco test -p langs
produced errors foriniquity-gc
tests. They are reproduced on Fedora 41 and Debian sid (via docker). Errors did not occur on a macbook.Fedora 41
More info:
Debian sid (in a docker container)
More info:
The text was updated successfully, but these errors were encountered: