Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940781 - dev-util/bpftool-7.5.0-r2 fails to compile with dev-lang/python-exec[-native-symlinks]
Summary: dev-util/bpftool-7.5.0-r2 fails to compile with dev-lang/python-exec[-native-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Holger Hoffstätte
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 762406
  Show dependency tree
 
Reported: 2024-10-05 06:54 UTC by Agostino Sarubbo
Modified: 2024-10-06 13:38 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,56.79 KB, text/plain)
2024-10-05 06:54 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-10-05 06:54:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/bpftool-7.5.0-r2 fails to compile with dev-lang/python-exec[-native-symlinks].
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0035
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-05 06:54:31 UTC
Created attachment 904918 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-05 06:54:32 UTC
Error(s) that match a know pattern:


/usr/bin/env: ‘python3’: No such file or directory
Comment 3 Holger Hoffstätte 2024-10-05 09:19:43 UTC
Seems to be a generic problem with any python scripts in the kernel:

holger>grep -r '/usr/bin/env python3' linux-6.11.2 | wc -l
78
Comment 4 Larry the Git Cow gentoo-dev 2024-10-06 13:38:17 UTC
The bug has been closed via the following commit(s):

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

commit ad8d9cc7072022788c6f961ce9e4b51ef0e0ee37
Author:     Holger Hoffstätte <holger@applied-asynchrony.com>
AuthorDate: 2024-10-05 11:06:49 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2024-10-06 13:38:13 +0000

    dev-util/bpftool: fix python shebang for python-exec[-native-symlinks]
    
    Closes: https://bugs.gentoo.org/940781
    Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
    Closes: https://github.com/gentoo/gentoo/pull/38883
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-util/bpftool/bpftool-7.5.0-r2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)