Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#71922 - python-bcc missing as dependency for bcc and bcc-tools packages
Attached to Project:
Community Packages
Opened by Milian Wolff (milianw) - Wednesday, 25 August 2021, 12:08 GMT
Last edited by Toolybird (Toolybird) - Sunday, 07 May 2023, 06:00 GMT
Opened by Milian Wolff (milianw) - Wednesday, 25 August 2021, 12:08 GMT
Last edited by Toolybird (Toolybird) - Sunday, 07 May 2023, 06:00 GMT
|
DetailsDescription:
Please add python-bcc as dependency for bcc and bcc-tools Additional info: * package version(s) community/bcc 0.21.0-1 [installed] community/bcc-tools 0.21.0-1 [installed] * config and/or log files etc. * link to upstream bug report, if any https://github.com/iovisor/bcc/issues/2278 Steps to reproduce: ``` $ pacman -S bcc bcc-tools $ /usr/share/bcc/examples/tracing/biolatpcts.py Traceback (most recent call last): File "/usr/share/bcc/examples/tracing/biolatpcts.py", line 9, in <module> from bcc import BPF ModuleNotFoundError: No module named 'bcc $ /usr/share/bcc/tools/filelife Traceback (most recent call last): File "/usr/share/bcc/tools/filelife", line 21, in <module> from bcc import BPF ModuleNotFoundError: No module named 'bcc' ``` after installing python-bcc the commands work as expected. |
This task depends upon
Closed by Toolybird (Toolybird)
Sunday, 07 May 2023, 06:00 GMT
Reason for closing: Fixed
Additional comments about closing: See comments
Sunday, 07 May 2023, 06:00 GMT
Reason for closing: Fixed
Additional comments about closing: See comments
let python-bcc depends bcc
let bbc-tools depends bbc
Will not cause circular dependency/
---
bcc functioning solo, and doesn't need python-bcc.
Problem is that, currently, if a user install bcc-tools, some tools won't work.
bcc is essentially libs...so nothing to fix.