This package fails to build in mock. root.log attached mock debug message: Executing /usr/sbin/mock-helper yum --installroot /var/lib/mock/fedora-development-x86_64-core-memtest86+-1.65-2.2.src.rpm/root resolvedep '/usr/include/gnu/stubs-32.h' No Package Found for /usr/include/gnu/stubs-32.h Cleaning up...
Created attachment 129764 [details] Matt Domsch's root.log
memtest86+ x86_64 is actually trying to build the i386 binaries, which is not provided in the mock buildroot. I think it is broken that we are building x86_64 RPMS of this rather than simply reusing the i386 RPM on x86_64. Can't we fix this with the install tree build instead?
Reassigning to installer team. Removing upstream from CC because this is not their problem.
No, we just need to ensure we can build things which require 32-bit glibc on x86_64. Otherwise, we have to add special cases to the compose tools
BR on a 32bit file was aded, brew can build this package. Just need 32bit glibc allowed in the buildroot.