Report forwarded
to bug-guix@gnu.org: bug#76849; Package guix.
(Sat, 08 Mar 2025 00:07:02 GMT) (full text, mbox, link).
Acknowledgement sent
to glab <glab@disroot.org>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org.
(Sat, 08 Mar 2025 00:07:02 GMT) (full text, mbox, link).
Running 32-bit wine results in the following error:
bash: /gnu/store/sxbn4yi12jna12c4s8ab8wrb1n51hfhy-wine-10.0/bin/wine:
No such file or directory
That file actually does exist. Calling file on it provides this output:
/gnu/store/sxbn4yi12jna12c4s8ab8wrb1n51hfhy-wine-10.0/bin/wine: ELF
32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically
linked, interpreter
/gnu/store/hw6g2kjayxnqi8rwpnmpraalxi0djkxc-glibc-2.39/lib/ld-linux.so.2,
for GNU/Linux 3.2.0, stripped
However, the linked interpreter does not exist.
Rutherther kindly provided the following insight on IRC:
"wine(32) seems to work like this: "guix shell --system=i686-linux
wine", which is counterintuitive imo, x86_64 should either be
unsupported platform, or it should be made sure that it points to them
on x86_64 as well"
--
Gustavo
Information forwarded
to bug-guix@gnu.org: bug#76849; Package guix.
(Sun, 09 Mar 2025 07:12:02 GMT) (full text, mbox, link).
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: glab <glab@disroot.org>, 76849@debbugs.gnu.org
Subject: Re: wine 10.0 linker error
Date: Sun, 09 Mar 2025 08:12:23 +0100
Am Samstag, dem 08.03.2025 um 00:06 +0000 schrieb glab:
> Rutherther kindly provided the following insight on IRC:
> "wine(32) seems to work like this: "guix shell --system=i686-linux
> wine", which is counterintuitive imo
I can not confirm that it "works like this". I can confirm however,
that wine64 works as one would expect.
> x86_64 should either be unsupported platform, or it should be made
> sure that it points to them on x86_64 as well"
wine32 is a dependency of wine64, so we do still need to build it
there. It seems that this i686 glibc actually has an x86_64 linker,
though. So something wrong is happening here.
Cheers
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.