On Tue, 17 Nov 2020 21:16:45 +0000 Dario Faggioli <dfaggioli@xxxxxxxx> wrote: > Doing `make -j8 trace-cmd gui` fails like this: > > CMake Error at build/FindTraceCmd.cmake:110 (MESSAGE): > > Could not find libtraceevent! > > Call Stack (most recent call first): > CMakeLists.txt:24 (include) > > Or like this: > > CMake Error at build/FindTraceCmd.cmake:64 (MESSAGE): > > Could not find trace-cmd! > > Call Stack (most recent call first): > CMakeLists.txt:20 (include) > > That's because we need `trace-cmd` to have finished > building before starting to build `gui`. > > Signed-off-by: Dario Faggioli <dfaggioli@xxxxxxxx> Thanks Dario, I applied it. But note, we will be releasing kernelshark soon in its own repository (a new and improved version!) Stay tuned! -- Steve