Search Criteria
Package Base Details: bcc
Git Clone URL: | https://aur.archlinux.org/bcc.git (read-only) |
---|---|
Keywords: | control eBPF kernel performance tracing |
Submitter: | troyengel |
Maintainer: | edh (eklausmeier) |
Last Packager: | edh |
Votes: | 28 |
Popularity: | 1.20 |
First Submitted: | 2016-01-01 18:37 |
Last Updated: | 2019-11-07 13:30 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
egrupled commented on 2019-03-15 12:40
@edh Could you use in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bcc#n15
to make downloaded archive unique? Otherwise it may collide with sources from unrelated packages which are already in cache.
edh commented on 2019-02-25 12:51
@sdh Thanks a lot for the heads-up. However, if I am not mistaken, the change should only affect us in the coming release. I will add the necessary fix upon a new release.
sdht0 commented on 2019-02-24 23:49
As per https://github.com/iovisor/bcc/issues/2145, they default to /usr/bin/python in their scripts, which do not work on Arch with the default python3. The PKGBUILD will have to sed all such paths to /usr/bin/python2 now.
I used the following:
edh commented on 2019-02-11 08:27
@milk Thanks a bunch for the notice. That definitely should not be this way. However, the top-level
makedepends
are fine. Hence, I just stripped the nested ones.milk commented on 2019-02-11 08:19
with pacman-git I get;
vmaffione commented on 2018-11-22 15:22
Ops, I don't know how that happened. Thanks for the help!
lilydjwg commented on 2018-11-22 12:06
vmaffione: you need to remove your manually installed /usr/local/lib/libelf.a file.
vmaffione commented on 2018-11-22 11:03
Hi, I get a build failure:
Any clues?
Thanks
furcifer_oustale commented on 2018-06-29 12:16
Hi, i got the same error as @marak:
I cannot attach kprobes - neither with the ready made bcc tools nor with my own.
Code: https://pastebin.com/eEgGeGJh Output: https://pastebin.com/Ni1cTALj
edh commented on 2018-05-03 18:44
@marak The program mentioned in the log works fine for me.