Nuno Silva wrote:
> On 2022-11-30, Jochen Kirchner wrote:
>
> [...]
>> make -j17 -l17 VERBOSE=true OPTFLAGS= CXX=x86_64-pc-linux-gnu-g++
> Can you try emerging with -j1 in MAKEOPTS?
>
> Sadly, the makefile[1] does not print out the mkdir commands (recipe on
> lines 202 thru 204), so it's not possible to spot in the output when are
> these being executed, but, from a quick glance (I might have overlooked
> something!), it sounds like the target that runs mkdir is not a
> dependency of the targets that generate and link the object files (line
> 262, line 273), so it'd be possible for this to happen just because
> the second mkdir did not complete before the first g++ was checking for
> the directory.
>
> [1] https://github.com/aristocratos/btop/blob/main/Makefile
>


That's a good idea.  Just to test if that error happens to everybody, I
installed btop-1.2.12 here.  Actually, it's kinda neat looking.  Anyway,
it installed fine here on my 8 core machine with normal -j settings, -j9
I think.  It could help using -j1 tho.  Still, it installed here without
any problems. 

If -j1 doesn't work, maybe sync the tree again to see if maybe some typo
got fixed or something else was wrong during last sync.  That is rare
nowadays but when grasping at straws, grab what you can. 

Oh, my google search earlier didn't yield anything either.  This seems
to be a odd failure.

Dale

:-)  :-) 

Reply via email to