From nobody Wed Feb 07 20:48:29 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 4TVXJp0glmz5B3Gh; Wed, 7 Feb 2024 20:48:42 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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 4TVXJn6JrHz4CRQ; Wed, 7 Feb 2024 20:48:41 +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=1707338920; x=1707598120; bh=fCo8Rm9c5JVs6MTlMwqBAzv9tnecfW6CS2NwZ5iE6hg=; 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=n4jIW5Z4h1KgT8YPrwinUc9nbyher6d522keWvCcLUVymknou4n+L1z2QHxhaeK0o slNu2MBL1L4zbySlxyv8fwOCoMpdekXmw9HvVvmwJ0WruSLZngQAbMZJGJHoOfVdBL 0imOy6p+A1dTbEv7cRjP7r99JYPQKO52X6SmUdF4TUNPyTOwkS1SdVwmfUspTP/7d1 +GuAPtkUPeuxNgqIoqFm4ZKft8EWWi+38Eg490CsIrOK1NSKQroYQOpmpPqS8812nF WxMW1X5UXus21KvOu7oiTxMP0yxes1kazgyxfv1zp4rJuO9859nudTBdrCThiG/lZw J7DnHMJU/5qgA== Date: Wed, 07 Feb 2024 20:48:29 +0000 To: Lorenzo Salvadore From: Lorenzo Salvadore Cc: Cy Schubert , Lorenzo Salvadore , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, "brooks@freebsd.org" Subject: Re: git: 41870b7b7d04 - main - lang/gcc{12,13}: Switch back to standard bootstrap Message-ID: In-Reply-To: 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: 4TVXJn6JrHz4CRQ 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 21:44, Lorenzo Salvadore wrote: >=20 >=20 > On Wednesday, February 7th, 2024 at 16:42, Cy Schubert Cy.Schubert@cschub= ert.com wrote: >=20 > > Cy Schubert writes: > >=20 > > > In message 202402030957.4139vE0G052950@gitrepo.freebsd.org, Lorenzo S= alvado > > > re > > > writes: > > >=20 > > > > The branch main has been updated by salvadore: > > > >=20 > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D41870b7b7d042523cf= f7d8fe3abd > > > > 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 def= ault > > > > option instead of LTO_BOOTSTRAP, forwarding the changes already com= mite > > > > d > > > > in the devel ports (commits daf12c76bd531335f58e7602afd3bc8da8fc5c3= 3, > > > > 872d61f8ead10a6d935117876cf60057a46770ff, and > > > > da4cb11216a7ed594d5dc453deb4693b48c3c7e9) and in lang/gcc11 (commit > > > > 3e0fc5e7607d30400bfb3d5a7b3d1b77e1a6699a) > > > >=20 > > > > Users wanting to use LTO_BOOTSTRAP can still enable the option manu= ally > > > > . > > > >=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 = LTO circ > > > umvents > > > the regression. > > >=20 > > > checking for x86_64-portbld-freebsd15.0-gcc... /wrkdirs/usr/ports/lan= g/gcc12/ > > > work/.build/./gcc/xgcc -B/wrkdirs/usr/ports/lang/gcc12/work/.build/./= gcc/ -B/ > > > usr/local/x86_64-portbld-freebsd15.0/bin/ -B/usr/local/x86_64-portbld= -freebsd > > > 15.0/lib/ -isystem /usr/local/x86_64-portbld-freebsd15.0/include -isy= stem /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_6= 4-portbl d-freebsd15.0/32/libgomp': configure: error: C compiler cannot cre= ate 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/.buil= d' > > > gmake[2]: *** [Makefile:25580: stage1-bubble] Error 2 > > > gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/gcc12/work/.buil= d' > > > gmake[1]: *** [Makefile:25928: bootstrap-lean] Error 2 > > > gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/gcc12/work/.buil= d' > > > =3D=3D=3D> Compilation failed unexpectedly. > > > Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the fa= ilure 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 > > I misdiagnosed the issue. It's -m32. Probably specific to 15-CURRENT. W= ill > > test on a 14-REL VM if it behaves the same there. > >=20 > > Sorry for the spam. >=20 >=20 > Thanks. >=20 > I confirm that, as far as I know, the issue is CURRENT-specific: I have r= eceived > pkg-fallout only about CURRENT and many exp-runs confirmed that the patch= works > on RELEASEs. >=20 > I will work on it as soon as possibile, but unfortunately I have even hig= her > priorities (finishing the GCC_DEFAULT update which is taking forever and > fixing lang/gcc14-devel port). >=20 > Cheers, >=20 > Lorenzo Salvadore Please mind however that https://cgit.freebsd.org/src/commit/?id=3D49d684369c6682eebca325c55a6c96b7c= 03f5aeb probably has already fixed the issue. Thanks Brooks, Lorenzo Salvadore