From nobody Wed Feb 07 20:44:10 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TVXD36S6Gz5B3Rx; Wed, 7 Feb 2024 20:44:35 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TVXD23kFmz4B87; Wed, 7 Feb 2024 20:44:34 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lorenzosalvadore.it; s=protonmail3; t=1707338670; x=1707597870; bh=cqsB2AnDNYXg3aHw8Lgs+fHqlGAqRC6J/y9vl/X8oa4=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=c7SWcUlRTiuP1WwAP3l2MKjPyoopZ6+GCtr/3c8pBYEV+KT9xUH9ivnqWz9cLO2s8 seQ+1QVpUhlFpr72MhYAwuB+EmDK5xGxLyYgR3Zj3Lb9wmV0IcJePGnq0BXaYiP7of O1etiVsUXbRFwKrfcJWZ8f4jqzI4Buw7ZQo21PQtpGQuxLo6QPfmEFhTHp9Yjs58fT o9eqKKkGmUJZ/1RxOVM9rPZY1kXTfvadWWX5S4uob5NGcXne6k+XXt7WS5hWGDZ8v4 E7Fkxgx+auR4alzz1ozLoHuspCtzwKdT1NDs2IjhFeG+Px/I6XGVpUhxISQ73Rw0Pt 49uEt2h+jragA== Date: Wed, 07 Feb 2024 20:44:10 +0000 To: Cy Schubert From: Lorenzo Salvadore Cc: Lorenzo Salvadore , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 41870b7b7d04 - main - lang/gcc{12,13}: Switch back to standard bootstrap Message-ID: In-Reply-To: <20240207154248.5C4701ED@slippy.cwsent.com> References: <20240207154248.5C4701ED@slippy.cwsent.com> Feedback-ID: 53711648:user:proton List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4TVXD23kFmz4B87 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] On Wednesday, February 7th, 2024 at 16:42, Cy Schubert wrote: >=20 >=20 > Cy Schubert writes: >=20 > > In message 202402030957.4139vE0G052950@gitrepo.freebsd.org, Lorenzo Sal= vado > > re > > writes: > >=20 > > > The branch main has been updated by salvadore: > > >=20 > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D41870b7b7d042523cff7= d8fe3abd > > > e2 > > > 4f5a394804 > > >=20 > > > commit 41870b7b7d042523cff7d8fe3abde24f5a394804 > > > Author: Lorenzo Salvadore salvadore@FreeBSD.org > > > AuthorDate: 2023-11-07 10:59:49 +0000 > > > Commit: Lorenzo Salvadore salvadore@FreeBSD.org > > > CommitDate: 2024-02-03 09:57:04 +0000 > > >=20 > > > lang/gcc{12,13}: Switch back to standard bootstrap > > >=20 > > > Switch back to STANDARD_BOOTSTRAP on i386, amd64 and aarch64 as defau= lt > > > option instead of LTO_BOOTSTRAP, forwarding the changes already commi= te > > > d > > > in the devel ports (commits daf12c76bd531335f58e7602afd3bc8da8fc5c33, > > > 872d61f8ead10a6d935117876cf60057a46770ff, and > > > da4cb11216a7ed594d5dc453deb4693b48c3c7e9) and in lang/gcc11 (commit > > > 3e0fc5e7607d30400bfb3d5a7b3d1b77e1a6699a) > > >=20 > > > Users wanting to use LTO_BOOTSTRAP can still enable the option manual= ly > > > . > > >=20 > > > PR: 273397 > > > Tested by: exp-run (antoine) > > > --- > > > lang/gcc12/Makefile | 8 ++++---- > > > lang/gcc13/Makefile | 8 ++++---- > > > 2 files changed, 8 insertions(+), 8 deletions(-) > > >=20 > > > diff --git a/lang/gcc12/Makefile b/lang/gcc12/Makefile > > > index f7a1f1c239ca..6b84bc733f67 100644 > > > --- a/lang/gcc12/Makefile > > > +++ b/lang/gcc12/Makefile > > > @@ -1,6 +1,6 @@ > > > PORTNAME=3D gcc > > > PORTVERSION=3D 12.2.0 > > > -PORTREVISION=3D 8 > > > +PORTREVISION=3D 9 > > > CATEGORIES=3D lang > > > MASTER_SITES=3D GCC > > > PKGNAMESUFFIX=3D ${SUFFIX} > > > @@ -37,9 +37,9 @@ CFLAGS:=3D ${CFLAGS:N-mretpoline} > > > CXXFLAGS:=3D ${CXXFLAGS:N-mretpoline} > > >=20 > > > OPTIONS_DEFINE=3D GRAPHITE > > > -OPTIONS_DEFAULT_aarch64=3DLTO_BOOTSTRAP > > > -OPTIONS_DEFAULT_amd64=3D LTO_BOOTSTRAP > > > -OPTIONS_DEFAULT_i386=3D LTO_BOOTSTRAP > > > +OPTIONS_DEFAULT_aarch64=3DSTANDARD_BOOTSTRAP > > > +OPTIONS_DEFAULT_amd64=3D STANDARD_BOOTSTRAP > > > +OPTIONS_DEFAULT_i386=3D STANDARD_BOOTSTRAP > > > OPTIONS_DEFAULT_powerpc=3DLTO_BOOTSTRAP > > > OPTIONS_DEFAULT_powerpc64=3D LTO_BOOTSTRAP > > > OPTIONS_DEFAULT_powerpc64le=3D LTO_BOOTSTRAP > > > diff --git a/lang/gcc13/Makefile b/lang/gcc13/Makefile > > > index bdefea649447..4edd71bb7c29 100644 > > > --- a/lang/gcc13/Makefile > > > +++ b/lang/gcc13/Makefile > > > @@ -1,6 +1,6 @@ > > > PORTNAME=3D gcc > > > PORTVERSION=3D 13.2.0 > > > -PORTREVISION=3D 3 > > > +PORTREVISION=3D 4 > > > CATEGORIES=3D lang > > > MASTER_SITES=3D GCC > > > PKGNAMESUFFIX=3D ${SUFFIX} > > > @@ -38,9 +38,9 @@ CFLAGS:=3D ${CFLAGS:N-mretpoline} > > > CXXFLAGS:=3D ${CXXFLAGS:N-mretpoline} > > >=20 > > > OPTIONS_DEFINE=3D GRAPHITE > > > -OPTIONS_DEFAULT_aarch64=3DLTO_BOOTSTRAP > > > -OPTIONS_DEFAULT_amd64=3D LTO_BOOTSTRAP > > > -OPTIONS_DEFAULT_i386=3D LTO_BOOTSTRAP > > > +OPTIONS_DEFAULT_aarch64=3DSTANDARD_BOOTSTRAP > > > +OPTIONS_DEFAULT_amd64=3D STANDARD_BOOTSTRAP > > > +OPTIONS_DEFAULT_i386=3D STANDARD_BOOTSTRAP > > > OPTIONS_DEFAULT_powerpc64=3DLTO_BOOTSTRAP > > > OPTIONS_DEFAULT_powerpc64le=3DLTO_BOOTSTRAP > > > OPTIONS_RADIO=3D BOOTSTRAP > >=20 > > This has caused ./configure to fail on 15-CURRENT. Switching back to LT= O circ > > umvents > > the regression. > >=20 > > checking for x86_64-portbld-freebsd15.0-gcc... /wrkdirs/usr/ports/lang/= gcc12/ > > work/.build/./gcc/xgcc -B/wrkdirs/usr/ports/lang/gcc12/work/.build/./gc= c/ -B/ > > usr/local/x86_64-portbld-freebsd15.0/bin/ -B/usr/local/x86_64-portbld-f= reebsd > > 15.0/lib/ -isystem /usr/local/x86_64-portbld-freebsd15.0/include -isyst= em /us > > r/local/x86_64-portbld-freebsd15.0/sys-include -fno-checking -m32 > > checking whether the C compiler works... no > > configure: error: in `/wrkdirs/usr/ports/lang/gcc12/work/.build/x86_64-= portbl d-freebsd15.0/32/libgomp': configure: error: C compiler cannot creat= e executables See` config.log' for more details > > gmake[3]: *** [Makefile:23238: configure-stage1-target-libgomp] Error 1 > > gmake[3]: Leaving directory '/wrkdirs/usr/ports/lang/gcc12/work/.build' > > gmake[2]: *** [Makefile:25580: stage1-bubble] Error 2 > > gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/gcc12/work/.build' > > gmake[1]: *** [Makefile:25928: bootstrap-lean] Error 2 > > gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/gcc12/work/.build' > > =3D=3D=3D> Compilation failed unexpectedly. > > Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the fail= ure to > > the maintainer. > > *** Error code 1 > >=20 > > Stop. > > make: stopped in /usr/ports/lang/gcc12 > > =3D>> Cleaning up wrkdir > > =3D=3D=3D> Cleaning for gcc12-12.3.0 > >=20 > > Unfortunately there is no config.log file in wrkdir to inspect. >=20 >=20 > I misdiagnosed the issue. It's -m32. Probably specific to 15-CURRENT. Wil= l > test on a 14-REL VM if it behaves the same there. >=20 > Sorry for the spam. Thanks. I confirm that, as far as I know, the issue is CURRENT-specific: I have rec= eived pkg-fallout only about CURRENT and many exp-runs confirmed that the patch w= orks on RELEASEs. I will work on it as soon as possibile, but unfortunately I have even highe= r priorities (finishing the GCC_DEFAULT update which is taking forever and fixing lang/gcc14-devel port). Cheers, Lorenzo Salvadore