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 - Please update to 0.9.8.4, which adds glm pkg-config support under Fedora 25
Summary: Please update to 0.9.8.4, which adds glm pkg-config support under Fedora 25
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: glm
Version: 25
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Joonas Sarajärvi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-27 14:08 UTC by c72578
Modified: 2017-08-23 06:06 UTC (History)
1 user (show)

Fixed In Version: glm-0.9.7.6-2.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-23 06:06:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Minimal meson.build example with glm dependency check (383 bytes, text/plain)
2017-07-27 14:08 UTC, c72578
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.