Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938190 - dev-debug/dtrace-2.0.1.1 fails to compile: dt_work.c:22:10: fatal error: valgrind.h: No such file or directory
Summary: dev-debug/dtrace-2.0.1.1 fails to compile: dt_work.c:22:10: fatal error: valg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-19 16:38 UTC by Agostino Sarubbo
Modified: 2024-10-30 22:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,185.48 KB, text/plain)
2024-08-19 16:38 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 2024-08-19 16:38:12 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-19 16:38:14 UTC
Created attachment 900619 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-19 16:38:14 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2024-08-19 20:16:32 UTC
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(+)
Comment 4 Larry the Git Cow gentoo-dev 2024-10-30 22:50:25 UTC
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(-)