Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913025 - [guru] sys-fs/ddrescueview-0.4.5 fails to compile: EThread: Failed to create new thread
Summary: [guru] sys-fs/ddrescueview-0.4.5 fails to compile: EThread: Failed to create ...
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on: 937421
Blocks:
  Show dependency tree
 
Reported: 2023-08-26 03:16 UTC by benoit.dufour
Modified: 2024-08-06 05:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge logs (ddresueview_emerge_log.txt,8.38 KB, text/plain)
2023-08-26 03:19 UTC, benoit.dufour
Details
emerge info (ddrescueview_emerge_info.txt,15.42 KB, text/plain)
2023-08-26 03:26 UTC, benoit.dufour
Details

Note You need to log in before you can comment on or make changes to this bug.
Description benoit.dufour 2023-08-26 03:16:27 UTC
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).
Comment 1 benoit.dufour 2023-08-26 03:19:45 UTC
Created attachment 868732 [details]
emerge logs
Comment 2 benoit.dufour 2023-08-26 03:26:39 UTC
Created attachment 868733 [details]
emerge info
Comment 3 Viorel Munteanu gentoo-dev 2024-08-04 16:26:19 UTC
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.
Comment 4 benoit.dufour 2024-08-05 18:08:02 UTC
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"
Comment 5 benoit.dufour 2024-08-05 18:14:46 UTC
I unset the PORTAGE_SCHEDULING_POLICY and it emerged correctly.