bcc: Debian Jessie build from source is hanging
I am following this guide: https://github.com/iovisor/bcc/blob/master/INSTALL.md?utf8=✓#debian---source
I had to modify CMakeLists.txt
to include the -std=c++11 option so it would build at all. But when running debuild -b -uc -us
, numerous tests fail with the exception “Exception: Failed to compile BPF module”, and debuild hangs on test “Start 29: py_test_tools_memleak”
Any idea what’s wrong? I am running a 4-14-rc7 kernel on debian version 8.9.
Attached is my build output. bcc_0.4.0-1_amd64.build.txt
About this issue
- Original URL
- State: open
- Created 7 years ago
- Comments: 24
I had the same problems AndrewAday’d had above. While there is no build errors, it seems to hang on test #15 and #16 (py_test_brb and py_test_brb2):
Kernel: 4.9.0-0.bpo.3-amd64 (on Debian 8.9)