Bug 2171618
| Summary: | nextpnr: FTBFS in Fedora rawhide/f38 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> |
| Component: | nextpnr | Assignee: | Gabriel Somlo <somlo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | lkundrak, somlo, trodgers |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nextpnr-1-20.20230226git14050f9.fc37 nextpnr-1-20.20230226git14050f9.fc36 nextpnr-1-20.20230226git14050f9.fc38 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-03-07 01:32:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2117176 | ||
|
Description
Fedora Release Engineering
2023-02-20 11:56:32 UTC
/builddir/build/BUILD/nextpnr-78dabb7b8f2279090b61447d1ebd04385061fc61/common/kernel/hashlib.h:79:29: error: 'uint32_t' was not declared in this scope
79 | template <> struct hash_ops<uint32_t> : hash_int_ops
| ^~~~~~~~
/builddir/build/BUILD/nextpnr-78dabb7b8f2279090b61447d1ebd04385061fc61/common/kernel/hashlib.h:22:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
21 | #include "nextpnr_assertions.h"
+++ |+#include <cstdint>
22 | #include "nextpnr_namespaces.h"
The attached patch was accepted upstream yesterday.
Thanks for the cstdint patch! There's another issue related to trellis, nextpnr, and pybind11 that's still in the process of being debugged (that also prevents nextpnr from building against any upadted trellis dependency) that results in the following build-time error on F37+ due to (I suspect) the new pybind11-devel-2.10.3-* version:
> ...
> Traceback (most recent call last):
> File "/builddir/build/BUILD/nextpnr-
> 78dabb7b8f2279090b61447d1ebd04385061fc61/ecp5/trellis_import.py",
> line 21, in <module>
> import pytrellis
> ImportError: generic_type: cannot initialize type "KeysView[int]": an
> object with that name is already defined
> gmake[2]: *** [ecp5/CMakeFiles/chipdb-ecp5-bbas.dir/build.make:80:
> ecp5/chipdb/chipdb-25k.bba] Error 1
> ...
I'll submit a new set of build requests for 37, 38, and rawhide as soon as that's sorted.
FEDORA-2023-eab331e129 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-eab331e129 FEDORA-2023-0dcf40573a has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-0dcf40573a FEDORA-2023-1eaf2f2ed6 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1eaf2f2ed6 FEDORA-2023-0dcf40573a has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-0dcf40573a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-0dcf40573a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-eab331e129 has been pushed to the Fedora 38 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-eab331e129 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-1eaf2f2ed6 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-1eaf2f2ed6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-1eaf2f2ed6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-0dcf40573a has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-1eaf2f2ed6 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-eab331e129 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |