Package Details: bcc-tools-git 0.11.0.dev0+r1564.g3d21000a-1

Git Clone URL: https://aur.archlinux.org/bcc-git.git (read-only, click to copy)
Package Base: bcc-git
Description: BPF Compiler Collection - Tools - latest git code
Upstream URL: https://github.com/iovisor/bcc
Licenses: Apache
Conflicts: bcc-tools
Provides: bcc-tools
Submitter: mmlb
Maintainer: edh
Last Packager: edh
Votes: 7
Popularity: 0.000001
First Submitted: 2015-09-29 15:09 (UTC)
Last Updated: 2024-01-14 18:15 (UTC)

Dependencies (14)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

mmlb commented on 2018-02-16 02:25 (UTC)

Hey @edh I'm not the maintainer anymore, you want @osandov.

edh commented on 2018-02-15 23:26 (UTC) (edited on 2018-02-25 21:50 (UTC) by edh)

@osandov I recently adopted the non-git package and overhauled the PKGBUILD. Feel free to move over everything that seems fitting. Besides cosmetic and slight variable value changes at the very least the checkdepends should be updated.

Btw. since I already maintain one version of the package I would not mind to keep track of one additional PKGBUILD file. Hence if you are not really interested in maintaining it and simply stepped up due to some imminent need, I would be more than willing to take ownership of this package as well.

EDIT: Remove nonsense about man pages and redirect message to username osandov.

Gioconda commented on 2018-01-29 07:31 (UTC)

Hi, the buildscript have some errors. First, the provides array would be 'bcc', not 'bcc-git', about libbcc-git, the same, would be 'libbcc', and maybe will be needed to add to conflicts array too. For more information check (https://wiki.archlinux.org/index.php/PKGBUILD#provides). Furthermore, according to the arch user repository guidelines to share package builds, you need to put your info as maintainer in the first lines(https://wiki.archlinux.org/index.php/Arch_User_Repository#Rules_of_submission).

troyengel commented on 2017-08-10 18:37 (UTC)

Heya all, I just lack time and effort to maintain these packages - I'm going to disown them so another can pick up next. Be careful pushing a new release, apparently there's a clang/llvm bug (according to upstream) that causes everything to segfault - if you have an older compiled version installed, don't upgrade until that's fixed. (https://github.com/iovisor/bcc/issues/1221) cc: bcc, bcc-git packages

lilydjwg commented on 2017-08-10 03:13 (UTC)

bcc-git depends on 'libelf' 'zlib' 'ncurses' 'gcc-libs'. It doesn't build in devtools without the libelf depends.

troyengel commented on 2016-01-24 19:59 (UTC)

New release is out -- this is a major rewrite to align with the non-git release packages and some changes upstream about the tools/ design. The main bcc package was updated just a touch to align with this one in the conflicts/provides areas.

mmlb commented on 2016-01-02 00:12 (UTC) (edited on 2016-01-02 00:13 (UTC) by mmlb)

Hey troyengel, yup I just saw the activity on github. Happy to have you maintain this. I'll add you as a co-maintainer and the remove myself. Edit: done

troyengel commented on 2016-01-01 18:57 (UTC)

Heya Manuel - I just submitted a stable package after working with upstream to add some patches to the cmake files for different python versions, as well as discussed with them where the "tools" should go for now as they conflict with Brendan's other project perf-tools (same names). (see https://github.com/iovisor/bcc/issues/291) Also, my request to add CONFIG_BPF_SYSCALL to the stock Arch kernel was accepted as of release 4.3.1, so now we can actually use the library without rebuilding the kernel. :) (I was waiting on this to release) It's a split pkg with a bunch of logic to generally match what upstream wants, feel free to port some of it to bcc-git (like building both python2 and python3 bindings) or if you want I can adopt bcc-git and work on it. Should be generally the same... https://aur.archlinux.org/packages/bcc/

mmlb commented on 2015-12-01 16:06 (UTC)

fixed, thanks malinas

malinas commented on 2015-11-28 06:58 (UTC)

missing makedeps: clang,llvm