Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641702 - gnustep-apps/textedit: does not respect -j1
Summary: gnustep-apps/textedit: does not respect -j1
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2017-12-19 11:28 UTC by Toralf Förster
Modified: 2022-07-14 23:05 UTC (History)
0 users

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


Attachments
concurrent.issue (concurrent.issue,11.76 KB, text/plain)
2017-12-19 11:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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)