Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927141 - dev-debug/bpftrace-0.20.1 fails to configure: Could not find XXD using the following names: xxd
Summary: dev-debug/bpftrace-0.20.1 fails to configure: Could not find XXD using the fo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 925951
  Show dependency tree
 
Reported: 2024-03-16 16:21 UTC by matoro
Modified: 2024-03-16 18:22 UTC (History)
3 users (show)

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


Attachments
build.log and emerge --info (file_927141.txt,10.62 KB, text/plain)
2024-03-16 16:22 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-03-16 16:21:28 UTC
Dep issue

CMake Error at tests/data/CMakeLists.txt:4 (find_program):
  Could not find XXD using the following names: xxd


-- Configuring incomplete, errors occurred!
 * ERROR: dev-debug/bpftrace-0.20.1::gentoo failed (configure phase):

Reproducible: Always
Comment 1 matoro archtester 2024-03-16 16:22:08 UTC
Created attachment 887750 [details]
build.log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-16 17:04:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3580dab9d223beaa2ea1a41f313ce10cfa4a212

commit b3580dab9d223beaa2ea1a41f313ce10cfa4a212
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2024-03-16 17:03:49 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2024-03-16 17:04:29 +0000

    dev-debug/bpftrace: Add missing BDEPENDs (bug #927141)
    
    Closes: https://bugs.gentoo.org/927141
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 .../bpftrace/{bpftrace-0.20.1-r1.ebuild => bpftrace-0.20.1-r2.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)
Comment 3 Holger Hoffstätte 2024-03-16 18:07:52 UTC
This was clearly not necessary since it worked fine before. Can we please make this a test-only dependency?
Comment 4 Patrick McLean gentoo-dev 2024-03-16 18:13:40 UTC
I am more than happy to restrict this dep to tests, but this ebuild is RESTRICT="test", so I don't see how anyone triggered this problem otherwise.
Comment 5 Larry the Git Cow gentoo-dev 2024-03-16 18:16:48 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f066d0c268fb20328959aed8a54a749f1ca636cd

commit f066d0c268fb20328959aed8a54a749f1ca636cd
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2024-03-16 18:15:50 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2024-03-16 18:16:45 +0000

    dev-debug/bpftrace: Change vim-core and pahole to tests
    
    The ebuild is RESTRICT=test anyway, so no one should be hitting this issue.
    
    Bug: https://bugs.gentoo.org/927141
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
Comment 6 Holger Hoffstätte 2024-03-16 18:22:28 UTC
Thank you for the quick fix. <3