From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 865FA3858402; Thu, 18 Nov 2021 07:49:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 865FA3858402 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b Date: Thu, 18 Nov 2021 07:49:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2021 07:49:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103306 --- Comment #6 from Zdenek Sojka --- With 04c5a91d068c4ca2f09c2bc206fce00db9d1790b reverted, the output is: $ grep -C5 'Cannot access ' gcccompile-REVERT.log=20 Applying io_quotes_use to xorg/xorgVersion.h Applying io_quotes_use to xorg/xf86Module.h Applying strict_ansi_only to xorg/compiler.h Fixed: xorg/compiler.h Quoted includes in xorg/compiler.h Cannot access CL/cl_ext.h from /usr/include error 2 (No such file or directory) Cannot access CL/cl_gl_ext.h from /usr/include error 2 (No such file or directory) Cannot access CL/cl_gl.h from /usr/include error 2 (No such file or directory) Cannot access CL/cl.h from /usr/include error 2 (No such file or directory) Cannot access CL/cl_platform.h from /usr/include error 2 (No such file or directory) Cannot access CL/opencl.h from /usr/include error 2 (No such file or directory) Applying io_quotes_def to SDL2/SDL_version.h Applying io_quotes_def to libssh/libssh_version.h Applying io_quotes_use to libssh/libssh_version.h Applying io_quotes_use to vulkan/vulkan_core.h Applying io_quotes_def to libsoup-2.4/libsoup/soup-websocket-connection.h Cannot access cblas.h from /usr/include error 2 (No such file or directory) Applying io_quotes_use to fuse3/fuse_common.h Applying io_quotes_def to mozjs-78/mozilla/HelperMacros.h Applying io_quotes_use to brotli/port.h Applying io_quotes_def to wx-3.0-gtk3/wx/variant.h eg. we don't give up after the first failure=