Description of problem: CMake projects cannot use Google Test unless Google Mock is also installed. Version-Release number of selected component (if applicable): gtest-1.10.0-3.fc33 How reproducible: Always Steps to Reproduce: 1. dnf install gtest-devel 2. dnf remove gmock 3. create a CMake project that just tries to find_package(GTest CONFIG) Actual results: CMake Error at /usr/lib64/cmake/GTest/GTestTargets.cmake:112 (message): The imported target "GTest::gmock" references the file "/usr/lib64/libgmock.so.1.10.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib64/cmake/GTest/GTestTargets.cmake" but not all the files it references. Expected results: Project configures successfully. Additional info: I'm not sure if this is an upstream issue, or if gtest-devel should just require gmock-devel.
Seems like only gmock and that gmock-devel is not required?
FEDORA-2021-373cb6db89 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-373cb6db89
FEDORA-2021-f19c33c4c8 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-f19c33c4c8
FEDORA-2021-cd4250fe5c has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2021-cd4250fe5c
FEDORA-2021-f19c33c4c8 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-f19c33c4c8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-f19c33c4c8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-373cb6db89 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-373cb6db89` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-373cb6db89 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-cd4250fe5c has been pushed to the Fedora 32 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-cd4250fe5c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-cd4250fe5c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-cd4250fe5c has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-f19c33c4c8 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-373cb6db89 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.