Bug 2164003

Summary: F38FailsToInstall: python3-steps, python3-steps-mpich, python3-steps-openmpi
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-stepsAssignee: Ben Beasley <code>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-steps) Fails To Install in Fedora 38:

can't install python3-steps:
  - nothing provides libgtest.so.1.12.1()(64bit) needed by python3-steps-3.6.0-24.fc38.x86_64
  - nothing provides libgtest_main.so.1.12.1()(64bit) needed by python3-steps-3.6.0-24.fc38.x86_64
  
can't install python3-steps-mpich:
  - nothing provides libgtest.so.1.12.1()(64bit) needed by python3-steps-mpich-3.6.0-24.fc38.x86_64
  - nothing provides libgtest_main.so.1.12.1()(64bit) needed by python3-steps-mpich-3.6.0-24.fc38.x86_64
  
can't install python3-steps-openmpi:
  - nothing provides libgtest.so.1.12.1()(64bit) needed by python3-steps-openmpi-3.6.0-24.fc38.x86_64
  - nothing provides libgtest_main.so.1.12.1()(64bit) needed by python3-steps-openmpi-3.6.0-24.fc38.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-38-x86_64 --config-opts mirrored=False install python3-steps python3-steps-mpich python3-steps-openmpi


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Ben Beasley 2023-01-24 14:54:27 UTC
This is due to an unannounced .so version bump in gtest.

https://bugzilla.redhat.com/show_bug.cgi?id=2161870#c3

Comment 2 Ben Beasley 2023-01-24 15:02:33 UTC
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.
>       |  ^~~~~

Comment 3 Ben Beasley 2023-01-24 15:26:00 UTC
I have worked around that, but there are GCC 13 include issues as well. Testing a patch now.

Comment 4 Fedora Update System 2023-01-24 16:10:19 UTC
FEDORA-2023-1f51759aca has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1f51759aca

Comment 5 Fedora Update System 2023-01-24 16:15:07 UTC
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.