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

Bug 649388

Summary: net-libs/webkit-gtk: seems to ignore MAKEOPTS
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 654178    
Attachments: 18.1519888741

Description Toralf Förster gentoo-dev 2018-03-02 17:39:56 UTC
At my tinderbox I do have:

/etc/portage/env/noconcurrent
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 attached process table shows hat there're 12 perl jobs in parallel.
Comment 1 Toralf Förster gentoo-dev 2018-03-02 17:40:59 UTC
Created attachment 521964 [details]
18.1519888741

pstree
Comment 2 Mart Raudsepp gentoo-dev 2018-03-02 18:20:19 UTC
Maybe the perl bits aren't honoring it; the rest of the build process should. I don't think that part is dominated in the build time at all, but was significant enough that they made it parallel (maybe not making it follow ninja -j values in the process)