iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail building from source

SheldonZhong opened this issue · comments

Using fef9003 and mkdir build; cd build; cmake ..; make -j fails like this.

Screenshot 2024-05-02 at 22 56 22

It looks like fef9003 downgrades libbpf from 3b0973892891744d20ae79e99c0d1a26a59c4222 to 44b0bc9ad70a73cddc3528f12da48cc3520ad060.

It can be successfully built after cd src/cc/libbpf/; git checkout master or any commits after 1c9aa4791ac5d0ebe9b1c279a1ed64055a8117d6.

Close because of #4993 .