Summary: | dev-util/perf-6.4 - /.../ld: cannot find -ltcmalloc: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Guilherme Amadio <amadio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a, amadio, dlan, holger |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-util:perf-6.4:20230706-090758.log emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz |
Description
Toralf Förster
![]() Created attachment 865195 [details]
emerge-info.txt
Created attachment 865196 [details]
dev-util:perf-6.4:20230706-090758.log
Created attachment 865197 [details]
emerge-history.txt
Created attachment 865198 [details]
environment
Created attachment 865199 [details]
etc.clang.tar.xz
Created attachment 865200 [details]
etc.portage.tar.xz
Created attachment 865201 [details]
logs.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9665af1138d666e33b2be0ddb73d1e460016d3b commit e9665af1138d666e33b2be0ddb73d1e460016d3b Author: Guilherme Amadio <amadio@gentoo.org> AuthorDate: 2023-07-06 15:42:50 +0000 Commit: Guilherme Amadio <amadio@gentoo.org> CommitDate: 2023-07-06 15:49:20 +0000 dev-util/perf: build fixes for USE=-libtraceevent and USE=-tcmalloc Most NO_FOO tests use "ifndef NO_FOO", but NO_LIBTRACEEVENT in particular uses "ifneq ($(NO_LIBTRACEEVENT),1)", so puse didn't work for it. Same for TCMALLOC, the test is ifneq "($(TCMALLOC),)" so a plain usex fails to disable it as it sets TCMALLOC=no. Closes: https://bugs.gentoo.org/909770 Closes: https://bugs.gentoo.org/909763 Closes: https://bugs.gentoo.org/909764 Closes: https://bugs.gentoo.org/909756 Signed-off-by: Guilherme Amadio <amadio@gentoo.org> dev-util/perf/{perf-6.4.ebuild => perf-6.4-r1.ebuild} | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) |