commit: b941f15ae7ad7e46c89e1ac42495e5d95893cc5a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 20 17:44:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 22 23:41:10 2021 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=b941f15a
2021-06-30-libxcrypt-migration: mention possible build order problems Bug: https://bugs.gentoo.org/802210 Signed-off-by: Sam James <sam <AT> gentoo.org> .../2021-06-30-libxcrypt-migration.en.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt b/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt index 2ba8523..fb16a29 100644 --- a/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt +++ b/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt @@ -48,9 +48,18 @@ a bug in PAM [0][1] may mean that you were unable to login. We recommend using "passwd" to change/refresh your password so it is using modern methods. A new version of PAM has been added to the tree to resolve this issue. -For more information, please see: +In some cases, Portage may schedule a rebuild of certain packages in an +incorrect order [2]. If building a package fails, please try upgrading +libcrypt and libxcrypt first: + +# emerge -v1 virtual/libcrypt sys-libs/libxcrypt + +And then continue the world upgrade with Portage's "--keep-going=y". + +For more information or troubleshooting tips, please see: * https://wiki.gentoo.org/wiki/Project:Toolchain/libcrypt_implementation * https://bugs.gentoo.org/699422 [0] https://bugs.gentoo.org/802267 [1] https://bugs.gentoo.org/802807 +[2] https://bugs.gentoo.org/802210
