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

Bug 678514

Summary: dev-db/cockroach: make -j1 is not effective
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: William Hubbs <williamh>
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: load.23.20190221-193018

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?