- Status New
- Percent Complete
- Task Type Bug Report
- Category Packages
- Assigned To No-one
- Operating System i486
- Severity Low
- Priority Medium
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Arch Linux 32
Opened by Andreas Baumann - 05.06.2022
Last edited by Andreas Baumann - 05.06.2022
Opened by Andreas Baumann - 05.06.2022
Last edited by Andreas Baumann - 05.06.2022
FS#265 - [python] starts to depend on Rust (i486)
Traceback (most recent call last):
File "/build/python-cryptography/src/cryptography-37.0.2/setup.py", line 14, in <module> from setuptools_rust import RustExtension
ModuleNotFoundError: No module named ‘setuptools_rust’
# no rust for now on i486
if [ “$CARCH” = ‘i486’ ]; then
makedepends=(${makedepends[@]//python-setuptools-rust/})
fi
This affects i486, so we are forced to bootstrap Rust on i486..