Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933198 - dev-util/lttng-ust-2.13.6: lttng-gen-tp doesnt work with dev-lang/python-exec[-native-symlinks]
Summary: dev-util/lttng-ust-2.13.6: lttng-gen-tp doesnt work with dev-lang/python-exec...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 932783
  Show dependency tree
 
Reported: 2024-05-30 14:37 UTC by Takuya Wakazono
Modified: 2024-05-31 06:24 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.