This used to work fine on Fedora 41 and older, and regressed on Fedora 42. For context, I work on Mesa and it is very important to me to be able to use 32-bit development packages alongside their 64-bit counterpart for testing both 64-bit and 32-bit games and apps with Mesa, I need to have both the 64-bit and 32-bit versions of llvm-devel (among many other devel packages) installed on my machine. Reproducible: Always Steps to Reproduce: 1. dnf install llvm-devel.x86_64 2. dnf install llvm-devel.i686 Actual Results: dnf gives a conflict Expected Results: dnf should allow installing both devel packages
Related pull request: https://src.fedoraproject.org/rpms/llvm/pull-request/427
Today I've realized there is another similar issue with the llvm package, not only the devel packages. If you have a Fedora 41 installation that has both 64-bit and 32-bit LLVM packages installed, dnf system upgrade doesn't let you upgrade your system to Fedora 42. It seems that Fedora 41 allows to have both llvm.i686 and llvm.x86_64 installed but Fedora 42 no longer allows this and causes conflicts. I'm not sure if this change is intentional or not but this results in really poor UX and blocks the upgrade. Here are the errors: Testing offline transaction Transaction failed: Rpm transaction failed. - file /usr/bin/FileCheck conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/FileCheck-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/UnicodeNameMappingGenerator conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/UnicodeNameMappingGenerator-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/bugpoint conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/bugpoint-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/dsymutil conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/dsymutil-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llc conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llc-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/lli conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/lli-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-PerfectShuffle conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-PerfectShuffle-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-addr2line conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-addr2line-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ar conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ar-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-as conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-as-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-bcanalyzer conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-bcanalyzer-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-bitcode-strip conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-bitcode-strip-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-c-test conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-c-test-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cat conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cat-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cfi-verify conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cfi-verify-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cgdata conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cgdata-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cov conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cov-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ctxprof-util conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ctxprof-util-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cvtres conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cvtres-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cxxdump conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cxxdump-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cxxfilt conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cxxfilt-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cxxmap conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-cxxmap-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-debuginfo-analyzer conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-debuginfo-analyzer-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-debuginfod conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-debuginfod-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-debuginfod-find conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-debuginfod-find-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-diff conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-diff-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dis conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dis-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dlltool conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dlltool-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dwarfdump conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dwarfdump-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dwarfutil conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dwarfutil-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dwp conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-dwp-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-exegesis conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-exegesis-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-extract conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-extract-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-gsymutil conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-gsymutil-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ifs conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ifs-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-install-name-tool conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-install-name-tool-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-jitlink conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-jitlink-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-jitlink-executor conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-jitlink-executor-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lib conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lib-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-libtool-darwin conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-libtool-darwin-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-link conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-link-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lipo conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lipo-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lto conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lto-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lto2 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-lto2-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-mc conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-mc-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-mca conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-mca-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ml conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ml-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-modextract conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-modextract-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-mt conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-mt-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-nm conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-nm-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-objcopy conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-objcopy-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-objdump conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-objdump-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-opt-report conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-opt-report-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-otool conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-otool-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-pdbutil conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-pdbutil-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-profdata conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-profdata-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-profgen conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-profgen-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ranlib conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-ranlib-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-rc conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-rc-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-readelf conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-readelf-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-readobj conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-readobj-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-readtapi conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-readtapi-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-reduce conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-reduce-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-remarkutil conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-remarkutil-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-rtdyld conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-rtdyld-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-sim conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-sim-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-size conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-size-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-split conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-split-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-stress conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-stress-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-strings conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-strings-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-strip conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-strip-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-symbolizer conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-symbolizer-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-tblgen conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-tblgen-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-tli-checker conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-tli-checker-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-undname conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-undname-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-windres conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-windres-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-xray conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/llvm-xray-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/obj2yaml conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/obj2yaml-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/opt conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/opt-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/reduce-chunk-list conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/reduce-chunk-list-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/sancov conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/sancov-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/sanstats conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/sanstats-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/split-file conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/split-file-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/verify-uselistorder conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/verify-uselistorder-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/yaml2obj conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/bin/yaml2obj-20 conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/share/opt-viewer/opt-diff.py conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/share/opt-viewer/opt-stats.py conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/share/opt-viewer/opt-viewer.py conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/share/opt-viewer/optpmap.py conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/share/opt-viewer/optrecord.py conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64 - file /usr/share/opt-viewer/style.css conflicts between attempted installs of llvm-20.1.3-1.fc42.i686 and llvm-20.1.3-1.fc42.x86_64
FEDORA-2025-5b6adebec8 (llvm-20.1.6-8.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-5b6adebec8
FEDORA-2025-09651f4b34 (llvm-20.1.6-9.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-09651f4b34
FEDORA-2025-09651f4b34 (llvm-20.1.6-9.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
The bug was reported against Fedora 42. Please fix it in Fedora 42 too.
FEDORA-2025-f70f64de39 (flang-20.1.7-1.fc42, libclc-20.1.7-1.fc42, and 2 more) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-f70f64de39
FEDORA-2025-f70f64de39 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-f70f64de39` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-f70f64de39 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-f70f64de39 (flang-20.1.7-1.fc42, libclc-20.1.7-1.fc42, and 2 more) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.