Bug#1093610: [Pkg-rust-maintainers] Bug#1093610: please patch to use atomic-polyfill, needed for armel support

2025-01-20 Thread Jonas Smedegaard
Quoting NoisyCoil (2025-01-20 18:14:40) > P.S.: I used portable-atomic instead of atomic-polyfill. The latter is > deprecated, and we often resort to the former in Rust Team. Thanks for reminding me - I easily confuse those. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf

Bug#1093610: [Pkg-rust-maintainers] Bug#1093610: please patch to use atomic-polyfill, needed for armel support

2025-01-20 Thread NoisyCoil
Control: tags -1 + pending Fixed in git, waiting for someone to upload. Cheers! P.S.: I used portable-atomic instead of atomic-polyfill. The latter is deprecated, and we often resort to the former in Rust Team.

Bug#1093610: please patch to use atomic-polyfill, needed for armel support

2025-01-20 Thread Jonas Smedegaard
Source: rust-nucleo Version: 0.5.0-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The crate nucleo uses AtomicU64 which is unavailable on armel. Please patch the code to use the crate atomic-polyfill, to work around this deficiency and provide the crate also for armel. -