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 3F08E15803E for ; Mon, 1 Jan 2024 04:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B572BC027; Mon, 1 Jan 2024 04:11:55 +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 2F1F72BC027 for ; Mon, 1 Jan 2024 04:11:55 +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 2F92D335DC5 for ; Mon, 1 Jan 2024 04:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928E6AC2 for ; Mon, 1 Jan 2024 04:11:52 +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: <1704082288.0025f057f69b34d16fb436c1afedfd869b87f649.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: 0025f057f69b34d16fb436c1afedfd869b87f649 X-VCS-Branch: master Date: Mon, 1 Jan 2024 04:11:52 +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: 93d3b240-592d-4968-a996-26066d36c090 X-Archives-Hash: 9318bdfd63f6c322c81846be34552347 commit: 0025f057f69b34d16fb436c1afedfd869b87f649 Author: Sam James gentoo org> AuthorDate: Mon Jan 1 04:10:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 1 04:11:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0025f057 scripts/bootstrap-prefix.sh: disable http2 when emerging @system Avoid this circular dependency: ``` $ USE=-acl -berkdb -fortran -gdbm -git -libcxx -nls -pcre -python -qmanifest -qtegrity -readline -sanitize bootstrap clang internal-glib PKG=app-shells/bash [...] * Error: circular dependencies: (net-libs/nghttp2-1.57.0:0/1.14::gentoo, ebuild scheduled for merge) depends on (dev-util/cmake-3.27.7:0/0::gentoo, ebuild scheduled for merge) (buildtime) (net-misc/curl-8.4.0:0/0::gentoo, ebuild scheduled for merge) (buildtime) (net-libs/nghttp2-1.57.0:0/1.14::gentoo, ebuild scheduled for merge) (buildtime_slot_op) It might be possible to break this cycle by applying the following change: - net-misc/curl-8.4.0 (Change USE: -http2) ``` Bug: https://bugs.gentoo.org/901101 Closes: https://bugs.gentoo.org/920887 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 91e120360e..7f3a1b3477 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1606,6 +1606,7 @@ do_emerge_pkgs() { -gdbm -git -libcxx + -http2 -nls -pcre -python