Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678514 - dev-db/cockroach: make -j1 is not effective
Summary: dev-db/cockroach: make -j1 is not effective
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2019-02-21 18:30 UTC by Toralf Förster
Modified: 2019-06-07 22:23 UTC (History)
0 users

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


Attachments
load.23.20190221-193018 (load.23.20190221-193018,149.35 KB, text/plain)
2019-02-21 18:32 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 2019-02-21 18:30:15 UTC
part of the process tree:


make -j1 build
  │                                               └─make -C src/github.com/cockroachdb/cockroach build
  │                                                   └─make --no-print-directory -C ...
  │                                                       └─make -f CMakeFiles/Makefile2 libprotobuf
  │                                                           └─make -f CMakeFiles/Makefile2 CMakeFiles/libprotobuf.dir/all
  │                                                               └─make -f CMakeFiles/libprotobuf.dir/build.make CMakeFiles/libprotobuf.dir/build
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                   │   ├─as -I...
  │                                                                   │   └─cc1plus -quiet -I ...
  │                                                                   └─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB...
  │                                                                       ├─as -I...
  │                                                                       └─cc1plus -quiet -I ...
Comment 1 Toralf Förster gentoo-dev 2019-02-21 18:32:16 UTC
Created attachment 566014 [details]
load.23.20190221-193018
Comment 2 Toralf Förster gentoo-dev 2019-06-07 22:23:05 UTC
so FWIW -j1 is passed thru the first make but then lost in space?