[gentoo-user] btop fails to compile

2022-11-30 Thread Jochen Kirchner
Hi, on my Hetzner server btop fails to compile. If I go to the build directory and compile it manuallly (just type make) it compiles fine. * Package:sys-process/btop-1.2.12:0 * Repository: gentoo * Maintainer: nex+b-...@nexadn.de proxy-ma...@gentoo.org * Upstream: https://github.com/

[gentoo-user] Re: btop fails to compile

2022-11-30 Thread Nuno Silva
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

Re: [gentoo-user] Re: btop fails to compile

2022-11-30 Thread Dale
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 possib

Re: [gentoo-user] Re: btop fails to compile

2022-11-30 Thread Jochen Kirchner
Am 2022-11-30 12:45, schrieb Dale: 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 thr