I have a similar error when trying to compile klisp:

$ hg clone https://bitbucket.org/AndresNavarro/klisp
$ cd klisp/src
$ make posix
make all \
        "MYCFLAGS=-DKLISP_USE_POSIX -D_POSIX_SOURCE " \
        "MYLIBS="
make[1]: Entering directory '/home/luizromario/klisp/klisp/src'
gcc -O2  -std=gnu99 -Wall -m32 -DKLISP_USE_POSIX -D_POSIX_SOURCE    -c -o 
kobject.o kobject.c
In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9:0,
                 from kobject.h:32,
                 from kobject.c:7:
/usr/include/stdint.h:26:10: fatal error: bits/libc-header-start.h: No such 
file or directory
 #include <bits/libc-header-start.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'kobject.o' failed
make[1]: *** [kobject.o] Error 1
make[1]: Leaving directory '/home/luizromario/klisp/klisp/src'
Makefile:126: recipe for target 'posix' failed
make: *** [posix] Error 2
---

libc6-dev is already installed:

$ sudo apt install libc6-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libc6-dev is already the newest version (2.26-0ubuntu2.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
---

Just to make sure this is the same issue I'm having, I followed his
steps to build xen, and, sure enough, I had the same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1725390

Title:
  bits/libc-header-start.h: No such file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1725390/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to