Control: reopen -1 On Thu, 2020-04-30 at 18:32:32 +0200, Guillem Jover wrote: > On Thu, 2020-04-30 at 15:21:30 +0200, Max Kellermann wrote: > > Package: liburing-dev > > Version: 0.6-2 > > > It appears to be impossible to build anything with liburing-dev, not > > even the examples shipped in the package: > > > > $ gcc /usr/share/doc/liburing-dev/examples/io_uring-test.c > > In file included from /usr/include/liburing.h:14, > > from > > /usr/share/doc/liburing-dev/examples/io_uring-test.c:13: > > /usr/include/liburing/compat.h:5:10: fatal error: linux/time_types.h: No > > such file or directory > > #include <linux/time_types.h> > > ^~~~~~~~~~~~~~~~~~~~ > > compilation terminated. > > You are missing the linux-libc-dev package which gets pulled in by the > libc6-dev package. > > I'd recommend just installing the build-essential package, which is > what every package in Debian can assume being present when being built. > > I'm closing the report.
Hmm, I'm not sure whether this is really consistently applied in the distribution for -dev packages. But I guess I could just add the linux-libc-dev dependency here. So I'll do that. Thanks, Guillem