Subject: | linux/kcmp.h: No such file or directory (1.1) |
Linux-Clone-1.1 does not compile anymore on debian/jessie systems (1.0 did):
...
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.1\" -DXS_VERSION=\"1.1\" -fPIC "-I/opt/perl-5.20.3/lib/5.20.3/x86_64-linux/CORE" Clone.c
Clone.xs:15:26: fatal error: linux/kcmp.h: No such file or directory
#include <linux/kcmp.h>
^
compilation terminated.
Makefile:328: recipe for target 'Clone.o' failed
make: *** [Clone.o] Error 1
...