public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nuno Silva" <nunojsilva@ist.utl.pt>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: btop fails to compile
Date: Wed, 30 Nov 2022 11:31:11 +0000	[thread overview]
Message-ID: <tm7eu0$159p$1@ciao.gmane.io> (raw)
In-Reply-To: 6279d49bb77473592344620cb980607e@jk-foto.design

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

-- 
Nuno Silva



  reply	other threads:[~2022-11-30 11:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30  9:32 [gentoo-user] btop fails to compile Jochen Kirchner
2022-11-30 11:31 ` Nuno Silva [this message]
2022-11-30 11:45   ` [gentoo-user] " Dale
2022-11-30 12:50     ` Jochen Kirchner
2022-12-05  6:30       ` Walter Dnes
2022-12-05  8:21         ` Peter Humphrey
2022-12-14  7:14         ` Jochen Kirchner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='tm7eu0$159p$1@ciao.gmane.io' \
    --to=nunojsilva@ist.utl.pt \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox