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



--- Comment #53 from Jonny Heggheim <[email protected]> ---
(In reply to Stansoft from comment #51)
> Disabling zlib gets rid of the configure error
> 
> Package glib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `glib-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'glib-2.0', required by 'virtual:world', not found

If you need glib-2.0.pc during build, then you can depend on the following
package:

$ rpm -qf /usr/lib64/pkgconfig/glib-2.0.pc
glib2-devel-2.72.3-1.fc36.x86_64


You can also depend on something that glib-devel provies to make it more
explicit what you depend on, for instance: pkgconfig(glib-2.0) 

$ rpm -q --provides glib2-devel-2.72.3-1.fc36.x86_64
glib2-devel = 2.72.3-1.fc36
glib2-devel(x86-64) = 2.72.3-1.fc36
pkgconfig(gio-2.0) = 2.72.3
pkgconfig(gio-unix-2.0) = 2.72.3
pkgconfig(glib-2.0) = 2.72.3
pkgconfig(gmodule-2.0) = 2.72.3
pkgconfig(gmodule-export-2.0) = 2.72.3
pkgconfig(gmodule-no-export-2.0) = 2.72.3
pkgconfig(gobject-2.0) = 2.72.3
pkgconfig(gthread-2.0) = 2.72.3


-- 
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=2119494
_______________________________________________
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