Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1475875

Summary: Please update to 0.9.8.4, which adds glm pkg-config support under Fedora 25
Product: [Fedora] Fedora Reporter: c72578
Component: glmAssignee: Joonas Sarajärvi <muep>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 25CC: muep
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: glm-0.9.7.6-2.fc25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-23 06:06:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Minimal meson.build example with glm dependency check none

Description c72578 2017-07-27 14:08:00 UTC
Created attachment 1305396 [details]
Minimal meson.build example with glm dependency check

Description of problem:
Fedora 25 currently contains glm-0.9.7.3-1.fc25. This package does not contain "%{_datadir}/pkgconfig/" etc. in the spec file, like in glm-0.9.8.4-1.fc26.

The pkgconfig support in the glm-0.9.8.4-1.fc26 makes it simpler to do dependency checks.
e.g. using meson:
glm_dep = dependency('glm')
This works nicely under Fedora 26, but it will not detect glm under Fedora 25.

Version-Release number of selected component (if applicable):
glm-0.9.7.3-1.fc25

How reproducible:
always

Steps to Reproduce:
1. Download the attached minimal example file meson.build
2. install glm-devel
3. install meson
4. meson build

Actual results:
Dependency glm found: NO

Expected results:
Native dependency glm found: YES ...

Additional info:

Comment 1 Fedora Update System 2017-08-12 20:36:26 UTC
glm-0.9.7.6-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-fbc3a2a789

Comment 2 Joonas Sarajärvi 2017-08-12 20:42:06 UTC
Hey, thank you for preparing such a good bug report. Sorry for taking a couple of weeks to get to addressing this.

I am keeping glm at the 0.9.7 branch for F25 to avoid unnecessary disruption. But at least in my testing, this update fixes the pkg-config related problem described in the report.

The package should soon be available in updates-testing.

Comment 3 Fedora Update System 2017-08-14 02:27:24 UTC
glm-0.9.7.6-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-fbc3a2a789

Comment 4 Fedora Update System 2017-08-23 06:06:39 UTC
glm-0.9.7.6-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.