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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF47C158086 for ; Thu, 14 Oct 2021 18:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 210D0E0829; Thu, 14 Oct 2021 18:11:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03977E0829 for ; Thu, 14 Oct 2021 18:11:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24A2B34327A for ; Thu, 14 Oct 2021 18:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADA9BD0 for ; Thu, 14 Oct 2021 18:11:15 +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: <1634235030.5d11b2898eb984ab1c1986beb512fc54d2b18107.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d11b2898eb984ab1c1986beb512fc54d2b18107 X-VCS-Branch: master Date: Thu, 14 Oct 2021 18:11:15 +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: 68299824-7368-4a42-ac2d-ea1c80507a2c X-Archives-Hash: d9c2423c68420cb4ad4379be502d0710 commit: 5d11b2898eb984ab1c1986beb512fc54d2b18107 Author: Sam James gentoo org> AuthorDate: Thu Oct 14 18:10:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 18:10:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5d11b289 bootstap-prefix.sh: disable sanitize on GCC Avoids needing libcrypt early on. Closes: https://bugs.gentoo.org/817974 Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index aaff67bfe4..570ca048a7 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1609,6 +1609,7 @@ do_emerge_pkgs() { -python -qmanifest -qtegrity -readline + -sanitize bootstrap clang internal-glib