Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649502 - dev-lang/nim: ignores non-concurrent settings
Summary: dev-lang/nim: ignores non-concurrent settings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-03 22:28 UTC by Toralf Förster
Modified: 2020-02-26 17:39 UTC (History)
0 users

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


Attachments
34.20180303-154201 (34.20180303-154201,71.51 KB, text/plain)
2018-03-03 22:28 UTC, Toralf Förster
Details
21.20180303-152701 (21.20180303-152701,60.02 KB, text/plain)
2018-03-03 22: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 2018-03-03 22:28:07 UTC
I do have at my tinderbox :

MAKEOPTS="-j 1"
NINJAFLAGS="-j 1"
EGO_BUILD_FLAGS="-p 1"
GOMAXPROCS="1"
GO19CONCURRENTCOMPILATION=0
RUSTFLAGS="-C codegen-units=1"
RUST_TEST_THREADS=1
RUST_TEST_TASKS=1


but the that is ignored at least for the test phase (see attached pstree)
Comment 1 Toralf Förster gentoo-dev 2018-03-03 22:28:30 UTC
Created attachment 522218 [details]
34.20180303-154201

pstree
Comment 2 Toralf Förster gentoo-dev 2018-03-03 22:29:24 UTC
Created attachment 522220 [details]
21.20180303-152701

for compile phase too
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2020-02-26 17:22:37 UTC
Yeah, looks like 'koch boot' does not get passed --parallelBuild: flag:
    koch,29997 boot -d:release -d:useGnuReadline
Comment 4 Larry the Git Cow gentoo-dev 2020-02-26 17:39:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7466b773cfd2c282debcde8342bd74700220037

commit e7466b773cfd2c282debcde8342bd74700220037
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-02-26 17:39:32 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-02-26 17:39:43 +0000

    dev-lang/nim: pass '--parallelBuild:' everywhere, bug #649502
    
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/649502
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-lang/nim/nim-1.0.6.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)