Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Systemd-boot not compiling
Date: Tue, 09 Apr 2019 08:12:07
Message-Id: 5191427.dI92hCExn8@peak
In Reply to: Re: [gentoo-user] Systemd-boot not compiling by "J. Roeleveld"
1 On Tuesday, 9 April 2019 06:56:02 BST J. Roeleveld wrote:
2
3 > if you search for "stat" in the build-log and/or makefile(s), does it show
4 > which file(s) it is checking?
5
6 The log has four occurrences of "stat". The first is during the initial
7 checks: Program stat found: YES (/usr/bin/stat)
8
9 Line 148 appears to be x86_64-pc-linux-gnu-gcc compiling ../systemd-241/src/
10 basic/stat-util.c
11
12 Line 167 shows x86_64-pc-linux-gnu-ar csrD src/basic/libbasic.a with a list of
13 about 80 .o files.
14
15 Then the last line, 248, is followed immediately by the error message "stat:
16 No such file or directory".
17
18 I don't have the source files at the moment; I'll look into those when I can.
19
20 --
21 Regards,
22 Peter.