bug#62192: Test failures in binfmt emulated builds

2024-06-02 Thread Maxim Cournoyer
Hi Greg, Greg Hogan writes: > The following emulated build using binfmt should work according to the > documentation example at > https://guix.gnu.org/manual/en/html_node/Native-Builds.html > > $ uname -m > x86_64 > > > The package was previously built on an aarch64 offload machine: > > $ file

bug#71218: OpenMW Crashes on Open (Segfault)

2024-06-02 Thread Rodion Goritskov
Hi! I faced the similar problem, managed to workaround it starting the launcher like this: MESA_EXTENSION_OVERRIDE=-GL_ARB_clip_control openmw-launcher Haven't reported it upstream yet.

bug#66997: nar-herder uses 10 GiB of resident memory, 100% CPU on hydra-guix-129

2024-06-02 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi, > > Christopher Baines writes: > >> Maxim Cournoyer writes: >> >>> I was looking at top on the hydra-guix-129 node, which runs nar-herder, >>> and saw this: >>> >>> 4772 nar-her+ 20 0 28.9g 11.5g 100.0 6.1 55,55 S .nar-herder-rea >>> >>> 11.5 GiB

bug#71226: Upstream ubuntu issue

2024-06-02 Thread W. J. van der Laan
Upstream ubuntu issue (includes possible workaround):  https://bugs.launchpad.net/ubuntu/+source/guix/+bug/2064115

bug#71326: ld-wrapper does not handle all possibilities to specify libraries and their search paths

2024-06-02 Thread Stefan via Bug reports for GNU Guix
Hi! Beside using an absolute path, the ld of Binutils has eight ways¹ to pass a library like libfoo.so via options: -lfoo -l foo -library=foo --library=foo -l:libfoo.so -l :libfoo.so -library=:libfoo.so --library=:libfoo.so The ld-wrapper however only supports one of these possibilities,