[CORE-UPDATES] host-inputs for wrong architecture when building for i686 on x86_64

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Ludovic Courtès
Owner
unassigned
Submitted by
Efraim Flashner
Severity
normal
E
E
Efraim Flashner wrote on 4 May 2021 10:25
(address . bug-guix@gnu.org)
YJEE/DkjLbgqlOB5@3900XT
I'm trying to see if the rust bootstrap process works on core-updates
and I was unable to build for i686-linux on x86_64 linux. I failed to
build xz, due to some assembly optimizations. It turns out that instead
of using i686 binaries it was using x86_64 binaries and targeting i686,
while passing flags saying it was i686.

It seems there are some other things which need another look. From the
PATH variable:
(ins)efraim@3900XT ~/workspace/guix-core-updates$ file /gnu/store/yf4y60dyvb5qca8ram5pvxp7ba7x0z2a-xz-5.2.5/bin/xz
/gnu/store/yf4y60dyvb5qca8ram5pvxp7ba7x0z2a-xz-5.2.5/bin/xz: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /gnu/store/xd4jlar0rjsvc921b32kn40vn01638hc-glibc-2.33/lib/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, stripped
(ins)efraim@3900XT ~/workspace/guix-core-updates$ file /gnu/store/1g3vhzaw78fi04q630swrz4s9yn4wsj2-grep-3.6/bin:/gnu/store/vrdmi9lnd663np8y5hcpxvgkl35v5sby-coreutils-8.32
/gnu/store/1g3vhzaw78fi04q630swrz4s9yn4wsj2-grep-3.6/bin:/gnu/store/vrdmi9lnd663np8y5hcpxvgkl35v5sby-coreutils-8.32: cannot open `/gnu/store/1g3vhzaw78fi04q630swrz4s9yn4wsj2-grep-3.6/bin:/gnu/store/vrdmi9lnd663np8y5hcpxvgkl35v5sby-coreutils-8.32' (No such file or directory)

The ones listed in the environmental file at the base of the build
listed x86_64 binaries.

--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCRBPkACgkQQarn3Mo9
g1GIRw/7BoAzNdU+OwziDRp0wA1vAj8xe5GyOhhhlqsnytD81rtF6M7jqmo9dCRC
rI55P0JKP3hwzrvrwIh7aTJhXV2PeQXC1zSShZzlvTbEZ+caxnQ3SCPoJQL/9Jx4
hORe8OLCOBrbIyh9nbut7aapj1uj5UHw8Z9LH0g7UJpc7jMsTIO7TLFhA9nYYiWC
0s7IK3atKtChlaD1Sk2IE6273WZkDU1bgrKiHAUIgfxa80HUmT2vaYBFQJzFnshM
XzruY56w3Lxv93MLcJuZaQ5LrBhavY2b3gcj4h/227B7L3hbzhroQJ/NNBu2IZap
27IPv/m6iDxgjH3tHEZqGB6hlGsGQplModoGaJoJvIM9eot7J77hSK2YuXvXzIDp
XssIe3PmOhyudiXjibL0Hcg7fSFrkvtEE5ckJ6Tg3QVU/XTjz/Olh77M0/Gz6toc
XY5ZGodK0M+9Ps5yPmVLPGJVnYgVG/63sVVgao7dcO5HQ8/5/RQColLtQAjsTdbR
IwLCRTChcE58hnfaE0lbq3VzvUXq+zWg9qwdmSE8TgfkPUrh9Zaa9KX1WDs+D4BB
+5GQaDsnmKpB506j1f69g1qBJjEzvO3LMc/RliBa9TxUHHtNYdsJBYATr7qygxrj
rn33iKyr5WsXl+bpH7VB+CvBGLZFPyqUHfEEGybqyOmkp836I5Y=
=wwBz
-----END PGP SIGNATURE-----


L
L
Ludovic Courtès wrote on 5 Jul 2021 12:12
(address . 48216-done@debbugs.gnu.org)
87a6n1ul08.fsf@gnu.org
Hello!

Efraim Flashner <efraim@flashner.co.il> skribis:

Toggle quote (6 lines)
> I'm trying to see if the rust bootstrap process works on core-updates
> and I was unable to build for i686-linux on x86_64 linux. I failed to
> build xz, due to some assembly optimizations. It turns out that instead
> of using i686 binaries it was using x86_64 binaries and targeting i686,
> while passing flags saying it was i686.

That’s embarrassing. I think this was fixed by
98c075c24e26798ef52ab66641faa7b0aa87726b.

Let me know if anything’s amiss!

Ludo’.
Closed
?