nixpkgs/pkgs
Austin Seipp 241063ca84
bpftrace: unstable-2018-10-27 -> 0.9
Update bpftrace to the latest pre-release, with a real version number.

The most notable change now is that bpftrace can use a stable version of
the 'bcc' toolchain in order to build, meaning no more hacks are needed
to clone the source code and fix up the build system, etc. This
simplifies things greatly and removes the old bcc-source patch.

Similarly, we can remove our custom gtests patch (which disabled the
build) by just passing -DBUILD_TESTING=FALSE when running cmake. This
was also added upstream recently.

However, something does still need to be fixed, at a cost: bpftrace
requires the kernel -dev package because it wants both objects and
include directories (some files are only shipped in one or the other).
Therefore, we remove the dependency on linuxHeaders and instead use
kernel.dev as the sole input to the build.

This is both a positive and a negative: the positive is that tools work
without annoying fatal errors, and that the bpf toolchain is
synchronized to the linuxPackages.kernel derivation it was built
against. The downside is that the .dev expression is much heavier as a
dependency, so bpftrace is now closer to 700mb in closure size. (This
especially hurts across kernel upgrades requiring a whole new rebuild,
especially if you have existing nixos generations that won't GC, etc.)

We probably want to slim this down substantially in the future (and
there may be a few ways to do that), but as this will probably also
touch bcc, and as a first cut of the pre-releases, this is probably fine
while we work out other kinks.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-03 11:32:58 -05:00
..
applications Merge pull request #60815 from pacien/riot-v1.0.8 2019-05-02 20:21:43 -04:00
build-support Merge master into staging-next 2019-04-29 13:46:20 +02:00
common-updater
data Merge pull request #60742 from fgaz/twemoji/12 2019-05-02 23:56:56 +00:00
desktops Merge pull request #59244 from romildo/upd.deepin.dde-dock 2019-05-02 16:20:01 -03:00
development liburing: bump, fix version (1.0.0pre92_7b989f3) 2019-05-02 19:32:05 -05:00
games commandergenius: 2.3.2 -> 2.3.3 2019-05-01 11:16:55 +02:00
misc Merge pull request #59804 from lopsided98/uboot-rock64-fix 2019-05-01 20:07:47 -04:00
os-specific bpftrace: unstable-2018-10-27 -> 0.9 2019-05-03 11:32:58 -05:00
servers softether_4_25: restrict to x86_64-linux 2019-05-02 22:42:16 +02:00
shells oh-my-zsh: 2019-04-29 -> 2019-05-01 2019-05-02 13:57:46 -04:00
stdenv Merge pull request #56555 from matthewbauer/wasm 2019-04-23 22:44:33 -04:00
test wasm: init cross target 2019-04-23 21:48:57 -04:00
tools s-tar: 1.5.3 -> 1.6 (#60468) 2019-05-03 01:28:14 +03:00
top-level softether: 4.25 -> 4.29 (#60665) 2019-05-02 19:38:37 +02:00