From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B15C385800C; Tue, 7 Mar 2023 12:32:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B15C385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678192350; bh=YRdQVTJFD/6ptfcg/eyCy9CCfwacm9VlDgtFS/uj5c0=; h=From:To:Subject:Date:From; b=du1sGG29t26M95eP7BgnB647HrnLBM94SKNSdqNey32VM/mxRBILkKyehoxT8EzGp QnTyBApGS0Ua4ZGUYRtevB/D+/9zi/mjMBVtnfSLJ9mXgbxsZlvirChCGSBQtJwAro YqtGlT9Wn9+0Vzr1+o00fG9NWFe3DzXgbA7Xji54= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/109051] New: Configure takes long time for multibuild of run-time libraries Date: Tue, 07 Mar 2023 12:32:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget Message-ID: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109051 Bug ID: 109051 Summary: Configure takes long time for multibuild of run-time libraries Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org Target Milestone: --- Host: x86_64-linux-gnu Target: arm-linux-gnueabi I've just noticed that a slower cross compiler build can be killer by a bui= lder service: [ 24s] + ../configure --prefix=3D/usr --infodir=3D/usr/share/info --mandir=3D/usr/share/man --libdir=3D/usr/lib64 --libexecdir=3D/usr/lib64 --enable-languages=3Dc,c++ --enable-checking=3Drelease --disable-werror --with-gxx-include-dir=3D/usr/include/c++/13 --with-libstdcxx-zoneinfo=3D/usr/share/zoneinfo --enable-ssp --disable-libs= sp --disable-libvtv --enable-cet=3Dauto --disable-libcc1 --disable-plugin --with-bugurl=3Dhttps://bugs.opensuse.org/ '--with-pkgversion=3DSUSE Linux' --with-slibdir=3D/usr/arm-suse-linux-gnueabi/sys-root/lib64 --with-system-z= lib --enable-libstdcxx-allocator=3Dnew --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linux-futex --enable-gnu-indirect-function --program-suffix=3D-13 --program-prefix=3Darm-none-eabi- --target=3Darm-none-eabi --disable-nls --with-sysroot=3D/usr/arm-suse-linux-gnueabi/sys-root --with-build-sysroot=3D/usr/arm-suse-linux-gnueabi/sys-root --with-build-time-tools=3D/usr/arm-suse-linux-gnueabi/bin --with-newlib --enable-multilib --with-multilib-list=3Daprofile,rmprofile --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmud= flap --disable-libquadmath --disable-shared --disable-threads --disable-tls --disable-bootstrap --enable-link-mutex --disable-libsanitizer --build=3Dx86_64-suse-linux --host=3Dx86_64-suse-linux ... [ 1113s] esac; \ [ 1113s] done [ 1113s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/gcc-13.0.1+git6506/obj-x86_64-suse-linux/arm-n= one-eabi/libgcc' [ 1762s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/gcc-13.0.1+git6506/obj-x86_64-suse-linux' [ 1762s] Checking multilib configuration for libstdc++-v3... [ 1762s] mkdir -p -- arm-none-eabi/libstdc++-v3 [ 1762s] Configuring in arm-none-eabi/libstdc++-v3 As seen, at this place there's no output and the step takes 600s on a pretty fast machine. So please, emit an output so that it doesn't get killer by a builder.=