Bug: https://bugs.gentoo.org/802639
Signed-off-by: Sam James <s...@gentoo.org>
---
 .../2021-07-18-perl-5_34-upgrade.en.txt       | 43 +++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 
2021-07-21-perl-5_34-upgrade/2021-07-18-perl-5_34-upgrade.en.txt

diff --git a/2021-07-21-perl-5_34-upgrade/2021-07-18-perl-5_34-upgrade.en.txt 
b/2021-07-21-perl-5_34-upgrade/2021-07-18-perl-5_34-upgrade.en.txt
new file mode 100644
index 0000000..a5bcb57
--- /dev/null
+++ b/2021-07-21-perl-5_34-upgrade/2021-07-18-perl-5_34-upgrade.en.txt
@@ -0,0 +1,43 @@
+Title: Perl 5.34 upgrade now stable
+Author: Sam James <s...@gentoo.org>
+Posted: 2021-07-21
+Revision: 1
+News-Item-Format: 2.0
+
+The Perl project in Gentoo has begun stabilisation of Perl 5.34 [0]
+which is the latest stable version released upstream.
+
+While the package manager usually handles this upgrade cleanly, 
+there are some bugs [1][2][3] which affect Portage's dependency resolution
+that sometimes mean rebuilds occur in the wrong order - this is
+exacerbated by the packaging model used for Perl (but not its fault).
+
+We therefore recommend the following procedure for users:
+1. Sync your tree:
+# emerge --sync
+
+2. Perform a full world upgrade, e.g.:
+# emerge -a -uvDU @world --keep-going=y
+
+3. If any failures occur, please run perl-cleaner --all, then try again:
+# perl-cleaner --all
+
+4. Perform a world upgrade again.
+
+5. Once complete, depclean:
+# emerge -a --depclean
+
+Rarely, it may be necessary to perform a one-off installation of a package,
+but usually `perl-cleaner` will resolve the issue. If an error message occurs
+after running perl-cleaner, try e.g. for a fictional package dev-perl/foo:
+# emerge -a --oneshot --verbose dev-perl/foo
+
+If you have any issues, please consult the standard support channels [4]
+(such as our forums or IRC channels) and we will do our best to get your
+system working well again.
+
+[0] https://bugs.gentoo.org/802639
+[1] https://bugs.gentoo.org/592880
+[2] https://bugs.gentoo.org/793992
+[3] https://bugs.gentoo.org/199856
+[4] https://www.gentoo.org/support/
-- 
2.32.0


Reply via email to