Failed to build rpm-ostree on ppc64le: multiple definition of `__fixdfdi' #61063
Labels
A-intrinsics
Area: Intrinsics
C-bug
Category: This is a bug.
O-PowerPC
Target: PowerPC processors
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
ref: https://bugzilla.redhat.com/show_bug.cgi?id=1713090
Trying to build rpm-ostree on Fedora ppc64le now gives:
We reproduced this with Fedora 29 (with LLVM 7) as well as Fedora 30 and 31 (LLVM 8). It fails consistently with 1.34.2, but strangely it succeeds with 1.34.1. There were no packaging changes between those, apart from the version update for the CVE fix.
I also reproduced this with official Rust builds, from
1.36.0-nightly (37ff5d388 2019-05-22)
all the way back to1.32.0
. However, it builds fine with1.31.1
!(For releases before
1.35
, lacking #58986, I used Fedora's cargo to avoid thatSIGILL
.)I find it especially strange that the regression point is inconsistent...
The text was updated successfully, but these errors were encountered: