https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-libs/hdf5-1.12.2-r4 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 787487 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Haven't tested but looking at the build system it looks conditional to USE=mpi (parallel). tools/src/h5perf/Makefile.am # bin_PROGRAMS will be installed. if BUILD_PARALLEL_CONDITIONAL bin_PROGRAMS=h5perf_serial perf h5perf else bin_PROGRAMS=h5perf_serial endif
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba1fa4e440b7af90548efbc1d618436f9f96b99 commit dba1fa4e440b7af90548efbc1d618436f9f96b99 Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2022-06-25 23:11:23 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2022-06-25 23:14:20 +0000 sci-libs/hdf5: attempt to delete perf binary only when USE=mpi Closes: https://bugs.gentoo.org/854183 Signed-off-by: Matthias Maier <tamiko@gentoo.org> sci-libs/hdf5/hdf5-1.12.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)