This package fails to build on an unstable system. Attached relevant logs and emerge --info
Created attachment 781319 [details] emerge_info emerge --info
Created attachment 781322 [details] gdal-3.5.0-r4:20220529-053558.log build log
Maybe it's because ogdi doesn't provide a .pc file
confirm sci-libs/ogdi-4.1.0::gentoo sci-libs/gdal-3.5.0-r4::gentoo Output of this command says, that previous version of gdal-3.4.2-r2 was compiles successfully: $ emerge --info gdal | grep "^USE" -B 1 sci-libs/gdal-3.4.2-r2::gentoo was built with the following: USE="armadillo aux-xml curl fits geos gif gml hdf5 heif jpeg jpeg2k lzma netcdf ogdi opencl pdf png postgres python spatialite sqlite threads webp xls zstd -debug (-doc) -java (-mdb) -mysql -odbc -oracle -perl" CPU_FLAGS_X86="avx sse ssse3" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
#MeToo
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88f113a3ef8175e145bf0055a8fb43b75083a80 commit c88f113a3ef8175e145bf0055a8fb43b75083a80 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-06-30 19:05:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-30 19:05:53 +0000 sci-libs/gdal: depend on newer ogdi w/ .pc No need for revbump as build-time only issue. Closes: https://bugs.gentoo.org/848015 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/gdal/gdal-3.5.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec63885bb34c88c2b0bcbb26752ec119485f928 commit 2ec63885bb34c88c2b0bcbb26752ec119485f928 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-06-30 19:05:19 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-30 19:05:19 +0000 sci-libs/ogdi: install .pc file Closes: https://bugs.gentoo.org/848015 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/ogdi/{ogdi-4.1.0.ebuild => ogdi-4.1.0-r1.ebuild} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
Quick work. Thanks Sam!
(In reply to Gary E. Miller from comment #7) > Quick work. Thanks Sam! :)