Issue: sys-fs/ddrescueview-0.4.5 fails to compile Discovered on: a PC with amd64 CPU architecture I tried to emerge sys-fs/ddrescueview-0.4.5 with the following ~amd64 testing packages : dev-lang/lazarus-2.2.4-r1::gentoo dev-lang/fpc-3.2.2::gentoo dev-libs/libqt5pas-1.2.9::gentoo I'm not sure of what have caused the issue. Reproducible: Always Steps to Reproduce: 1. emerge --ask sys-fs/ddrescueview-0.4.5 Actual Results: Compilation failure. Expected Results: Compilation success. (of course).
Created attachment 868732 [details] emerge logs
Created attachment 868733 [details] emerge info
Are you by any chance using `chrt` or otherwise changing the scheduling policy to idle? https://wiki.gentoo.org/wiki/Portage_niceness It seems that messes up something here.
Yes, my portage scheduling policy is set to idle, otherwise it makes my system totally unusable when compiling big packages. # Extremely low priority PORTAGE_SCHEDULING_POLICY="idle"
I unset the PORTAGE_SCHEDULING_POLICY and it emerged correctly.