Gentoo Archives: gentoo-user

From: Nuno Silva <nunojsilva@×××××××.pt>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: btop fails to compile
Date: Wed, 30 Nov 2022 11:31:28
Message-Id: tm7eu0$159p$1@ciao.gmane.io
In Reply to: [gentoo-user] btop fails to compile by Jochen Kirchner
1 On 2022-11-30, Jochen Kirchner wrote:
2
3 [...]
4 > make -j17 -l17 VERBOSE=true OPTFLAGS= CXX=x86_64-pc-linux-gnu-g++
5
6 Can you try emerging with -j1 in MAKEOPTS?
7
8 Sadly, the makefile[1] does not print out the mkdir commands (recipe on
9 lines 202 thru 204), so it's not possible to spot in the output when are
10 these being executed, but, from a quick glance (I might have overlooked
11 something!), it sounds like the target that runs mkdir is not a
12 dependency of the targets that generate and link the object files (line
13 262, line 273), so it'd be possible for this to happen just because
14 the second mkdir did not complete before the first g++ was checking for
15 the directory.
16
17 [1] https://github.com/aristocratos/btop/blob/main/Makefile
18
19 --
20 Nuno Silva

Replies

Subject Author
Re: [gentoo-user] Re: btop fails to compile Dale <rdalek1967@×××××.com>