Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2022 00:00:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 265254] lang/gcc11: build gets stuck
Message-ID:  <bug-265254-29464-wTlPUAu5ms@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265254-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265254-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265254

--- 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265254-29464-wTlPUAu5ms>