Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649388 - net-libs/webkit-gtk: seems to ignore MAKEOPTS
Summary: net-libs/webkit-gtk: seems to ignore MAKEOPTS
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2018-03-02 17:39 UTC by Toralf Förster
Modified: 2018-04-27 08:38 UTC (History)
0 users

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


Attachments
18.1519888741 (18.1519888741,123.51 KB, text/plain)
2018-03-02 17:40 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-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)