Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854183 - sci-libs/hdf5-1.12.2-r4 fails to compile: rm: cannot remove perf: No such file or directory
Summary: sci-libs/hdf5-1.12.2-r4 fails to compile: rm: cannot remove perf: No such fil...
Status: RESOLVED FIXED
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: 2022-06-25 08:11 UTC by Agostino Sarubbo
Modified: 2022-06-25 23:14 UTC (History)
6 users (show)

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


Attachments
build.log.xz (build.log.xz,54.61 KB, application/x-xz)
2022-06-25 08:11 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-06-25 08:11:22 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-25 08:11:25 UTC
Created attachment 787487 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Ionen Wolkens gentoo-dev 2022-06-25 08:35:41 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2022-06-25 23:14:26 UTC
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(-)