From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5349F158041 for ; Tue, 12 Mar 2024 07:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 638FCE29FF; Tue, 12 Mar 2024 07:33:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E62CE29FF for ; Tue, 12 Mar 2024 07:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39BF134069F for ; Tue, 12 Mar 2024 07:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A08BB29 for ; Tue, 12 Mar 2024 07:33:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710228746.4f655979b2d85a4bda4d0b3e6bdce9148bb649cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2021-r7.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f655979b2d85a4bda4d0b3e6bdce9148bb649cd X-VCS-Branch: master Date: Tue, 12 Mar 2024 07:33:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d37990bd-e8e2-4f0a-9be5-ddd99a8df4d1 X-Archives-Hash: d4dd3301c74f8d5c5918a424e6128511 commit: 4f655979b2d85a4bda4d0b3e6bdce9148bb649cd Author: Sam James gentoo org> AuthorDate: Tue Mar 12 07:32:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 12 07:32:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f655979 app-text/texlive-core: filter LTO, no-SA for 2021 Not doing 2023 as not tested it yet. 2021 at least has a type mismatch failure in some pascal to C thing (p2c) and there's also aliasing violations in utils/pmx. We should report these upstream as Karl is very nice & accommodating but no point in doing so with an old TL. Closes: https://bugs.gentoo.org/915223 Signed-off-by: Sam James gentoo.org> app-text/texlive-core/texlive-core-2021-r7.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-text/texlive-core/texlive-core-2021-r7.ebuild b/app-text/texlive-core/texlive-core-2021-r7.ebuild index 68649d08130a..bd89b0fca8e3 100644 --- a/app-text/texlive-core/texlive-core-2021-r7.ebuild +++ b/app-text/texlive-core/texlive-core-2021-r7.ebuild @@ -181,6 +181,11 @@ src_prepare() { } src_configure() { + # TODO: report upstream + # bug #915223 + append-flags -fno-strict-aliasing + filter-lto + # It fails on alpha without this use alpha && append-ldflags "-Wl,--no-relax"