iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

Fail building from source #4983

Closed SheldonZhong closed 4 months ago

SheldonZhong commented 5 months ago

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

Screenshot 2024-05-02 at 22 56 22

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

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

SheldonZhong commented 4 months ago

Close because of #4993 .