https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-libs/cgnslib-4.3.0-r2 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: ci) NOTE: See also: https://bugs.gentoo.org/898488#c4.
Created attachment 861116 [details] build.log build log and emerge --info
ci has reproduced this issue with version 4.4.0 - Updating summary.
ci has reproduced this issue with version 4.4.0-r1 - Updating summary.
ci has reproduced this issue with version 4.4.0-r2 - Updating summary.
Duplicate of https://bugs.gentoo.org/813471
Also, false positive.
I hurried and made an error. Not duplicate. CMakeFile searches for HDF5 twice, first in (unset) HDF5_DIR, which produces errors about implicit declarations, then in usual places, which doesn't produce errors and finds HDF5 successfully.
https://github.com/CGNS/CGNS/commit/c6c0e10488106d39a6589e23a38a85acc9659f47 This upstream patch may have changed the situation? We'll see with cgnslib-4.5.0 when it gets bumped.