On Tue, 7 Feb 2023 14:48:25 +0100 Daniel Wagner <dwagner@xxxxxxx> wrote: > On Tue, Feb 07, 2023 at 01:46:32PM +0100, Daniel Wagner wrote: > > This version brings a few cleanups on the documentation intallation path > > and pkg-config depenedency updates. > > > > Changes: > > > > v6: > > - lib: isntall trace-cmd.h directly in /usr/include and not subdir > > trace-cmd. kernelshark builds breaks otherwise > > No, this is not the real problem. The Makefile also installs it under > /usr/include/trace-cmd. But `pkg-config --cflags libtracecmd` should give the right path: -I/usr/include/trace-cmd -I/usr/include/tracefs -I/usr/include/traceevent This is the way it's always been. Why are your kernelshark builds breaking? -- Steve