Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947172 - dev-build/cmake sci-libs/hdf5: version string format mismatch
Summary: dev-build/cmake sci-libs/hdf5: version string format mismatch
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-29 13:11 UTC by tgyt
Modified: 2024-12-29 23:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,9.98 KB, text/plain)
2024-12-29 13:36 UTC, tgyt
Details
med-build.log (build.log.txt,5.12 KB, text/plain)
2024-12-29 13:37 UTC, tgyt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tgyt 2024-12-29 13:11:58 UTC
hdf5-1.14.4_p3-r1 has H5_VERSION "1.14.4-3", while FindHDF5 from cmake-3.30.6 expects 1.14.4-patch3


Reproducible: Always

Steps to Reproduce:
1. Install mentioned verions of cmake and hdf5
2. Try to install sci-libs/med or sci-libs/cgnslib
Actual Results:  
Builds will fail
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-29 13:13:07 UTC
Please show the build.log from med or cgnslib and emerge --info. Thanks.
Comment 2 tgyt 2024-12-29 13:36:37 UTC
Created attachment 915485 [details]
emerge --info
Comment 3 tgyt 2024-12-29 13:37:50 UTC
Created attachment 915486 [details]
med-build.log
Comment 4 tgyt 2024-12-29 13:42:31 UTC
Example regex from FindHDF5.cmake: "^INFO:([0-9]+\\.[0-9]+\\.[0-9]+)(-patch([0-9]+))?"