Somehow the package has made it into the compose, despite the previous special tagging request. It breaks installation of i686 development packages.
@jwakely
Specifically, dnf install glibc-devel.i686 fails on F39 x86_64, and similarly for dnf install glibc-static.i686
dnf install glibc-devel.i686
dnf install glibc-static.i686
Error: Transaction test error: file /usr/lib/libc_nonshared.a conflicts between attempted installs of glibc-devel-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64 file /usr/lib/libg.a conflicts between attempted installs of glibc-devel-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64 file /usr/lib/libmcheck.a conflicts between attempted installs of glibc-devel-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64 file /usr/lib/libBrokenLocale.a conflicts between attempted installs of glibc-static-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64 file /usr/lib/libc.a conflicts between attempted installs of glibc-static-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64 file /usr/lib/libm.a conflicts between attempted installs of glibc-static-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64 file /usr/lib/libresolv.a conflicts between attempted installs of glibc-static-2.38-10.fc39.i686 and glibc32-2.38-10.1.fc39.x86_64
Hmm, after I untagged the build from f39 there was an update created that added it back to f39-updates yesterday. It is untagged now.
$ koji buildinfo glibc32-2.38-10.1.fc39 BUILD: glibc32-2.38-10.1.fc39 [2319787] State: COMPLETE Built by: fweimer Source: git+https://src.fedoraproject.org/rpms/glibc32.git#62eb804a3a8d769b805f1e1304ac267984b2f215 Volume: DEFAULT Task: 108972816 build (f39-candidate, /rpms/glibc32.git:62eb804a3a8d769b805f1e1304ac267984b2f215) Finished: Mon, 13 Nov 2023 14:45:57 CET Tags: f39-build Extra: {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/glibc32.git#62eb804a3a8d769b805f1e1304ac267984b2f215'}} RPMs: /mnt/koji/packages/glibc32/2.38/10.1.fc39/src/glibc32-2.38-10.1.fc39.src.rpm Signatures: 18b8e74c /mnt/koji/packages/glibc32/2.38/10.1.fc39/x86_64/glibc32-2.38-10.1.fc39.x86_64.rpm Signatures: 18b8e74c
Metadata Update from @humaton: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks!