Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832371 - <=dev-lang/python-3.10.0_p1-r1 with distcc, test doesn't honor -l# MAKEOPTS
Summary: <=dev-lang/python-3.10.0_p1-r1 with distcc, test doesn't honor -l# MAKEOPTS
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2022-01-30 14:15 UTC by ephemer0l
Modified: 2022-06-15 23:10 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ephemer0l 2022-01-30 14:15:17 UTC
Every version of stable python while using distcc, when it runs tests it used the MAKEOPTS=-j# not the MAKEOPTS=-l# and can bog down a system.

Reproducible: Always

Steps to Reproduce:
1.emerge python while using distcc with a large MAKEOPTS="j256 -l3" and when running tests it only uses -j#, not -l#
2.
3.
Actual Results:  
high load avg

Expected Results:  
respect local makeopts