On Wed, May 20, 2020 at 8:39 AM Kaleb Keithley <kkeit...@redhat.com> wrote:
>
> In rawhide the ceph ceph-test subpackage is deriving a Requires: for 
> $subject, and even with gmock and gtest installed the requires is not 
> satisfied.
>
> And the gtest and gmock rpms (somehow) do not provide them. (Is this a bug in 
> the gtest and gmock rpms?)
>
> (They do provide libgtest.so.1.10.0 libgmock.so.1.10.0 and 
> libgmock_main.so.1.10.0 though.)
>
> Is there some magic that if I were to add BuildRequires: gtest gmock the 
> magic that derives the Requires might come up with 
> libg{test,mock,mock_main}.so.1.10.0 instead?
>
> Otherwise I'm tempted to just disable the build of ceph-test for Fedora RPM 
> builds.
>
> I'm stumped.
>

The gtest-devel and gmock-devel packages provide the unversioned
sonames. BR those and things should work properly. Is it properly
linking to the libraries or doing something funky? With the Mir and
wlcs test suites, it seems to do the right thing...



-- 
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to