mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
When manually running the testsuite:
```
FAILED: [code=1] execpp.p/main.cpp.o
/usr/bin/ccache c++ -Iexecpp.p -I. '-I../test cases/frameworks/25 hdf5' -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11 -O0 -g -MD -MQ execpp.p/main.cpp.
o -MF execpp.p/main.cpp.o.d -o execpp.p/main.cpp.o -c '../test cases/frameworks/25 hdf5/main.cpp'
../test cases/frameworks/25 hdf5/main.cpp:2:10: fatal error: H5Cpp.h: No such file or directory
2 | #include "H5Cpp.h"
| ^~~~~~~~~
compilation terminated.
```
Signed-off-by: Sam James <sam@gentoo.org>