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 78404158086 for ; Fri, 5 Nov 2021 02:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A9E9E0893; Fri, 5 Nov 2021 02:05:15 +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 F22D9E0893 for ; Fri, 5 Nov 2021 02:05:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 162B634306D for ; Fri, 5 Nov 2021 02:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150661A3 for ; Fri, 5 Nov 2021 02:05:11 +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: <1636077831.aa7384ca2c94772bd42cd03c421fdce3992d2931.sam@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2021-10-18-libxcrypt-migration-stable/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt X-VCS-Directories: 2021-10-18-libxcrypt-migration-stable/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa7384ca2c94772bd42cd03c421fdce3992d2931 X-VCS-Branch: master Date: Fri, 5 Nov 2021 02:05:11 +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: 21b34013-6a2a-47cf-9ae2-571d8b63aeec X-Archives-Hash: 11f8f558a22de1d51fa58495d946beff commit: aa7384ca2c94772bd42cd03c421fdce3992d2931 Author: Sam James gentoo org> AuthorDate: Fri Nov 5 02:03:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 5 02:03:51 2021 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=aa7384ca 2021-10-18-libxcrypt-migration-stable: nudge to upgrade Python first in some cases Newer versions of each Python slot fix unnecessary -lcrypt link attempts (which were thrown away by -Wl,--as-needed anyway, but showed up in python-config --libs) and similarly a include which caused spurious build failures. These build failures shouldn't have occurred anyway (see the linked bug) but they were exacerbated and occurred *far* more often because of this Python issue. Bug: https://bugs.gentoo.org/802210 Signed-off-by: Sam James gentoo.org> .../2021-10-18-libxcrypt-migration-stable.en.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt b/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt index 63eaaa8..26aa53a 100644 --- a/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt +++ b/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt @@ -55,8 +55,10 @@ methods. A new version of PAM has been added to the tree to resolve this issue. In some cases, Portage may schedule a rebuild of certain packages in an incorrect order [2]. If building a package fails, please try upgrading +Python itself to help avoid spurious build failures, and then libcrypt and libxcrypt first: +# emerge -v1 --ignore-built-slot-operator-deps=y dev-lang/python:3.8 dev-lang/python:3.9 # emerge -v1 virtual/libcrypt sys-libs/libxcrypt And then continue the world upgrade with Portage's "--keep-going=y".