Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] IIIIEEEEKKKKSSS! All updates failed!
Date: Mon, 23 Jan 2017 16:37:12
Message-Id: CAJ1xhMVks2nUGdB=jWa7613dL1X__Qq_hYf9drpvCJkk2x6k+Q@mail.gmail.com
In Reply to: [gentoo-user] IIIIEEEEKKKKSSS! All updates failed! by Meino.Cramer@gmx.de
1 On Mon, Jan 23, 2017 at 6:28 PM, <Meino.Cramer@×××.de> wrote:
2 > Hi,
3 >
4 > As far as I have recognized it, all my updates this evening failed
5 > with:
6 >
7 > /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such file or directory
8 >
9 >
10 > I am running vanilla kernel 4.9.5 from fto.kernel.org...but yesterdays
11 > upates were fine with the same kernel setup.
12 >
13 > What happens here?
14 >
15 > Cheers
16 > Meino
17 >
18 >
19
20 The include files in question have this dependency chain:
21 /usr/include/linux/errno.h → /usr/include/asm/errno.h →
22 /usr/include/asm-generic/errno.h
23
24 They come from the linux-headers package:
25 equery -q b /usr/include/asm-generic/errno.h /usr/include/asm/errno.h
26 /usr/include/linux/errno.h
27
28 sys-kernel/linux-headers-4.4
29 sys-kernel/linux-headers-4.4
30 sys-kernel/linux-headers-4.4