Bug 2164003
Summary: | F38FailsToInstall: python3-steps, python3-steps-mpich, python3-steps-openmpi | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-steps | Assignee: | Ben Beasley <code> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, neuro-sig, sanjay.ankur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-steps-3.6.0-27.fc38 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-24 16:15:07 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: | 2117177 |
Description
Fedora Fails To Install
2023-01-24 14:07:55 UTC
This is due to an unannounced .so version bump in gtest. https://bugzilla.redhat.com/show_bug.cgi?id=2161870#c3 It looks like we’re going to have to build with at least C++14 now that gtest is at 1.13.0:
> In file included from /usr/include/gtest/gtest-message.h:57,
> from /usr/include/gtest/gtest-assertion-result.h:46,
> from /usr/include/gtest/gtest.h:64,
> from /builddir/build/BUILD/STEPS-3.6.0/test/unit/cpp/test_point3d.cpp:8:
> /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported.
> 270 | #error C++ versions less than C++14 are not supported.
> | ^~~~~
I have worked around that, but there are GCC 13 include issues as well. Testing a patch now. FEDORA-2023-1f51759aca has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1f51759aca FEDORA-2023-1f51759aca has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |