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 9ABAB158090 for ; Mon, 30 Sep 2024 02:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D388E2A55; Mon, 30 Sep 2024 02:02:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 36A9CE2A55 for ; Mon, 30 Sep 2024 02:02:35 +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 5D1913431E5 for ; Mon, 30 Sep 2024 02:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 938491F30 for ; Mon, 30 Sep 2024 02:02:32 +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: <1727661649.1ce76a16c8f6e283f277190e4b86dfea8fc38cb3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ce76a16c8f6e283f277190e4b86dfea8fc38cb3 X-VCS-Branch: master Date: Mon, 30 Sep 2024 02:02:32 +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: 522a4075-cb83-483b-acb0-f85db26c5dff X-Archives-Hash: a1263064b6cc4b309cce801e202c8894 commit: 1ce76a16c8f6e283f277190e4b86dfea8fc38cb3 Author: Sam James gentoo org> AuthorDate: Mon Sep 30 01:59:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 02:00:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce76a16 toolchain.eclass: add bug reference to ada-bootstrap comment Bug: https://bugs.gentoo.org/940471 Bug: https://bugs.gentoo.org/940472 Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b2ada2190328..dfa46f094e45 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -889,7 +889,7 @@ toolchain_src_configure() { done # As a last resort, use dev-lang/gnat-gpl. - # TODO: Make gnat-gpl coinstallable with gcc:10. + # TODO: Make gnat-gpl coinstallable with gcc:10 (bug #940471). if ver_test ${ada_bootstrap} -gt ${PV} || [[ -z ${ada_bootstrap} ]] ; then ebegin "Testing dev-lang/gnat-gpl for Ada" if has_version -b "dev-lang/gnat-gpl" ; then @@ -901,7 +901,7 @@ toolchain_src_configure() { fi # OK, even gnat-gpl didn't work. Give up for now. - # TODO: Source a newer, or build our own, bootstrap tarball. + # TODO: Source a newer, or build our own, bootstrap tarball (bug #940472). if [[ -z ${ada_bootstrap} ]] ; then eerror "Couldn't find a suitable GNAT compiler for Ada!" eerror "Please try installing dev-lang/gnat-gpl."