https://bugzilla.redhat.com/show_bug.cgi?id=2337050



--- Comment #13 from Elliott Sales de Andrade <[email protected]> ---
(In reply to Steve Cossette from comment #8)
> Unless I'm completely misunderstanding, or I'm using the wrong words here,
> if a library ends in .so, it's usually a development library.

Usually yes, but the extension doesn't matter on Linux. What matters is the
contents, and the contents are a shared library. So the linked guidelines still
apply.
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_shared_libraries

> If it has a
> number after, then it's an installable library. I might be wrong, I guess?

But it is installed since it's listed in the RPM, so I'm not sure what you mean
by "installable".

> 
> As far as the cmake dependancy goes:
> 
> ```
> Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0
> Did not find CMake 'cmake'
> Found CMake: NO
> Run-time dependency gobject-2.0 found: NO (tried pkgconfig)
> libspeechprovider/meson.build:49:2: ERROR: Dependency "gobject-2.0" not
> found, tried pkgconfig
> A full log can be found at
> /builddir/build/BUILD/libspeechprovider-1.0.3-build/libspeechprovider-
> SPEECHPROVIDER_1_0_3/redhat-linux-build/meson-logs/meson-log.txt
> error: Bad exit status from /var/tmp/rpm-tmp.lAjYDv (%build)
>     Bad exit status from /var/tmp/rpm-tmp.lAjYDv (%build)
> ```

That isn't a requirement on CMake; that's Meson attempting to use CMake because
it didn't find the requirement with pkgconfig. Once you've added the pkgconfig
BuildRequires, you'll see that CMake is no longer attempted.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2337050

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202337050%23c13

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to