On Mon, Jan 23, 2017 at 6:28 PM, <meino.cra...@gmx.de> wrote: > Hi, > > As far as I have recognized it, all my updates this evening failed > with: > > /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such file or > directory > > > I am running vanilla kernel 4.9.5 from fto.kernel.org...but yesterdays > upates were fine with the same kernel setup. > > What happens here? > > Cheers > Meino > >
The include files in question have this dependency chain: /usr/include/linux/errno.h → /usr/include/asm/errno.h → /usr/include/asm-generic/errno.h They come from the linux-headers package: equery -q b /usr/include/asm-generic/errno.h /usr/include/asm/errno.h /usr/include/linux/errno.h sys-kernel/linux-headers-4.4 sys-kernel/linux-headers-4.4 sys-kernel/linux-headers-4.4