diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-02-08 06:38:03 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-02-08 06:38:03 +0000 |
commit | d50021a0f25a36a24a5b034ed5973f023a218318 (patch) | |
tree | 38a808229ea9d753b8a48371d16030d487eb45cb /metadata/news | |
parent | Merge updates from master (diff) | |
parent | 2021-10-18-libxcrypt-migration-stable: mention circular dependencies (diff) | |
download | gentoo-d50021a0f25a36a24a5b034ed5973f023a218318.tar.gz gentoo-d50021a0f25a36a24a5b034ed5973f023a218318.tar.bz2 gentoo-d50021a0f25a36a24a5b034ed5973f023a218318.zip |
Merge commit '11dac3088fb3e629e0b899248e1228ad723e40f6'
Diffstat (limited to 'metadata/news')
-rw-r--r-- | metadata/news/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/metadata/news/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt b/metadata/news/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt index d821eace0bb1..74e80d58f7e6 100644 --- a/metadata/news/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt +++ b/metadata/news/2021-10-18-libxcrypt-migration-stable/2021-10-18-libxcrypt-migration-stable.en.txt @@ -43,7 +43,7 @@ aggressive in protecting even orphaned files. Instead, use FEATURES="unmerge-orphans" which is almost identical in behaviour. -## Delaying the migration +## Delaying the migration *or* circular dependencies If for whatever reason you do *not* wish to switch now - which is only delaying the inevitable - you @@ -53,6 +53,11 @@ need to take the following steps: * mask >=virtual/libcrypt-2 * unmask virtual/libcrypt:0/1 +If hitting circular dependencies involving Python 3.10, +see the wiki for more details [3], but the same steps +listed above must be taken (mask newer libcrypt temporarily, +do a world upgrade, then unmask). + ## Migrating early If you wish to manually migrate now, there are a series @@ -102,3 +107,4 @@ For more information or troubleshooting tips, please see: [0] https://bugs.gentoo.org/802267 [1] https://bugs.gentoo.org/802807 [2] https://bugs.gentoo.org/802210 +[3] https://wiki.gentoo.org/wiki/User:Sam/Portage_help/Circular_dependencies#Python_and_libcrypt |