Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 933198

Summary: dev-util/lttng-ust-2.13.6: lttng-gen-tp doesnt work with dev-lang/python-exec[-native-symlinks]
Product: Gentoo Linux Reporter: Takuya Wakazono <pastalian46>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: parona
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 932783    

Description Takuya Wakazono 2024-05-30 14:37:30 UTC
/usr/bin/lttng-gen-tp is a python script that starts with a shebang "#!/usr/bin/env python", so executing this script with dev-lang/python-exec[-native-symlinks] will fail.

Reproducible: Always

Steps to Reproduce:
1.use dev-lang/python-exec[-native-symlinks]
2.execute /usr/bin/lttng-gen-tp
3./usr/bin/env: 'python': No such file or directory



Found on https://bugs.gentoo.org/932783
Comment 1 Alfred Wingate 2024-05-31 06:24:02 UTC
The proper fix for this is to use  python-single-r1 and then fix the shebangs.