Hello,

 

when trying to compile a file that includes errno.h with the gcc from guix, I obtain the following error:

 

In file included from /nix/store/9fnjjsbarscbmakr44ixfv9yhg6z12mw-glibc-2.17/include/errno.h:35:0,

from cm2.c:8:

/nix/store/9fnjjsbarscbmakr44ixfv9yhg6z12mw-glibc-2.17/include/bits/errno.h:24:26: fatal error: linux/errno.h: No such file or directory

 

It can be solved by installing linux-libre-headers. So maybe the final glibc should depend on this package? And maybe installation of glibc should even install linux-libre-headers automatically?

 

Andreas