Bug 357181 - taglib-extras unable to find taglib version > 1.9 because of wrong comparison
Summary: taglib-extras unable to find taglib version > 1.9 because of wrong comparison
Status: RESOLVED UNMAINTAINED
Alias: None
Product: taglib
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-26 17:04 UTC by e-kde
Modified: 2025-06-15 15:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description e-kde 2015-12-26 17:04:24 UTC
Hi, could you please apply the following fix to your FindTaglib.cmake file:
https://github.com/exi/nixpkgs/commit/5303351c72b725b2138daa87ef4f852dd826bdd2

FindTaglib.cmake uses STRLESS to compare version which should be VERSION_LESS.

Would be cool if you could tag a new taglib-extras version with the fix so we can drop our workaround.

Reproducible: Always

Steps to Reproduce:
1. Try to build with taglib version 1.10

Actual Results:  
Unable to find taglib version that satisfies taglib > 1.7 although 1.10 is installed

Expected Results:  
Should compile just fine
Comment 1 Justin Zobel 2021-03-09 07:26:01 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.
Comment 2 Christoph Cullmann 2025-06-15 15:00:21 UTC
Upstream bugs should go to 

https://github.com/taglib/taglib/issues

If your issue still happens with a recent release, please report it there, sorry that we did not inform you earlier about this change, seems it was forgotten to close this component for bugs here.