[Bug 265254] lang/gcc11: build gets stuck
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265254] lang/gcc11: build gets stuck"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Jul 2022 00:00:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265254 --- Comment #16 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Yuri Victorovich from comment #14) The Makefile did respect the -j8: it only started the: nobody (xg++) nobody processes, and there were only 7 of those in the evidence that you gave. Each nobody (xg++) [not make!] in turn started: nobody (collect2) This is outside make's control. This is gcc11 materials that are doing such, not make. Each nobody (collect2) [not make!] in turn started a: nobody /usr/local/bin/ld This is outside make's control. Each /usr/local/bin/ld [not make!] in turn started a: nobody /wrkdirs/usr/ports/lang/gcc11/work/.build/./prev-gcc/lto-wrapper This is outside make's control. Each of those [not make!] in turn started a: nobody /wrkdirs/usr/ports/lang/gcc11/work/.build/./prev-gcc/xg++ @/tmp/* This is outside make's control. Each of those [not make!] in turn started: nobody lto1: lto1-wpa (lto1) This is outside make's control. Each of those [not make!] in turn started a bunch of: nobody lto1: lto1-wpa-streaming (lto1) This is outside make's control. There is a lot not under make's control: things internal to how gcc11 materials operate. -- You are receiving this mail because: You are the assignee for the bug.