Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 641702

Summary: gnustep-apps/textedit: does not respect -j1
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Gnustep project <gnustep>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 654178    
Attachments: concurrent.issue

Description Toralf Förster gentoo-dev 2017-12-19 11:28:54 UTC
observed here at the tinderbox

Ninja is called fine AFAICT:

─ninja,16277 -v -j1 -l0 check-clang

but the "lit" processes are counted up to 12 (the # of cpu here)  - see attached pstree. The tinderbox sets the appropriate options : 
https://github.com/toralf/tinderbox/blob/master/bin/setup_img.sh#L409
Comment 1 Toralf Förster gentoo-dev 2017-12-19 11:29:26 UTC
Created attachment 510968 [details]
concurrent.issue

pstree
Comment 2 Bernard Cafarelli gentoo-dev 2022-07-14 23:05:49 UTC
Checking old bugs, is this still happening as this seemed to be something in clang itself?

With plain system, MAKEOPTS gets honored (with -j1 I only see one cc1obj process max, and more with higher value)