https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-debug/dtrace-2.0.1.1 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 900619 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: libdtrace/dt_work.c:22:10: fatal error: valgrind/valgrind.h: No such file or directory libdtrace/dt_work.c:22:10: fatal error: valgrind/valgrind.h: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b727d8c6a6c01eac48781e78540a22b9960992 commit b2b727d8c6a6c01eac48781e78540a22b9960992 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-08-19 20:14:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-08-19 20:14:59 +0000 dev-debug/dtrace: DEPEND on dev-debug/valgrind again for now, for valgrind.h It's unconditionally included and I wrongly removed it because I grepped badly. This will be fixed later but let's get the dep right for now. Closes: https://bugs.gentoo.org/938190 Signed-off-by: Sam James <sam@gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1.ebuild | 3 +++ dev-debug/dtrace/dtrace-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a227d056a81f3c1bb7e2895ad2239a44dd3a6f commit c7a227d056a81f3c1bb7e2895ad2239a44dd3a6f Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-30 22:46:07 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-30 22:50:03 +0000 dev-debug/dtrace: update live for valgrind changes Bug: https://github.com/oracle/dtrace-utils/issues/80 Bug: https://bugs.gentoo.org/938190 Signed-off-by: Sam James <sam@gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)