Summary: | multiple rust crates fail to compile on ppc: error[E0432]: unresolved import `std::sync::atomic::AtomicI64` | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | matoro <matoro_gentoo> |
Component: | Current packages | Assignee: | Gentoo Rust Project <rust> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | ionen, matoro_gentoo, mgorny, ppc |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | Linux | ||
URL: | https://doc.rust-lang.org/std/sync/atomic/index.html#portability | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=918970 https://github.com/samuelcolvin/watchfiles/issues/261 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 913711, 930724, 917387, 919013, 921043, 921484, 922015, 923212, 925981, 928209 |
Description
matoro
2024-01-16 18:22:23 UTC
This affects 32-bit mips as well, apparently. pyo3-0.20.0 For the record this particular crate had this issue introduced in 0.20.0 (0.19.x is fine) and was fixed 0.21.0[1] [1] https://github.com/PyO3/pyo3/issues/3614 (In reply to Ionen Wolkens from comment #2) > pyo3-0.20.0 > > For the record this particular crate had this issue introduced in 0.20.0 > (0.19.x is fine) and was fixed 0.21.0[1] My bad, I thought it was in 0.21.0 -- looks like it's not released yet. |