Bug#764335: /usr/include/x86_64-linux-musl/sys/kd.h:5:22: fatal error: linux/kd.h: No such file or directory

2014-10-08 Thread Kevin Bortis
Hi Michael In general it is not wise for simple user space program to use files under linux. musl-gcc was designed to compile simple C programs without the hassle of installing a full cross compiler. Since musl does, unlike glibc, NOT depend on any linux-headers, you are free to use your own set

Bug#764335: /usr/include/x86_64-linux-musl/sys/kd.h:5:22: fatal error: linux/kd.h: No such file or directory

2014-10-07 Thread Michael Tokarev
Package: musl-dev Version: 1.1.4-1 Severity: normal This is an error produced by the compiler when using musl-gcc to compile a source file which #includes sys/kd.h. linux-libc-dev provides file /usr/include/linux/kd.h, but it looks like musl-gcc does not try to use it. Thanks, /mjt -- System

Bug#764335: /usr/include/x86_64-linux-musl/sys/kd.h:5:22: fatal error: linux/kd.h: No such file or directory

2014-10-07 Thread Michael Tokarev
Control: retitle -1 linux/ includes do not work 07.10.2014 15:03, Michael Tokarev wrote: Package: musl-dev Version: 1.1.4-1 Severity: normal This is an error produced by the compiler when using musl-gcc to compile a source file which #includes sys/kd.h. linux-libc-dev provides file