proposed migration for genx 3.6.21-1
Bug #2029427 reported by
Vladimir Petko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
genx (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
numba (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The package is missing builds on :
- arm64 (core dump)
- armhf (python error)
- s390x (python error)
- riscv ( dependency wait on numba package )
Numba package failed to build for riscv:
------------
Running Sphinx v5.3.0
WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch.
LLVM ERROR: Unsupported code model for lowering
Fatal Python error: Aborted
----------
tags: | added: update-excuse |
To post a comment you must log in.
riscv error is caused by llvmlite package which depends on llvm-14 that in turn does not fully support riscv JIT[1]
[1]https:/ /big-grey. co.uk/2023/ 01/26/using- risc-v- jit-on- llvm-14/