Gentoo Archives: gentoo-dev

From: "Andreas K. Huettel" <dilfridge@g.o>
To: gentoo-dev@l.g.o
Cc: "pr@g.o" <pr@g.o>
Subject: Re: [gentoo-dev] RFC v2: News item: Perl 5.26 update
Date: Sun, 08 Oct 2017 12:01:26
Message-Id: 2321099.RaGxO3cglp@pinacolada
In Reply to: [gentoo-dev] RFC: News item: Perl 5.26 update by "Andreas K. Huettel"
1 OK so here's the updated version:
2
3 =================================
4 Title: Perl 5.26 update: possible breakage
5 Author: Andreas K. Hüttel <dilfridge@g.o>
6 Posted: xxxxxxx
7 Revision: 1
8 News-Item-Format: 2.0
9 Display-If-Installed: >=dev-lang/perl-5.26.0
10
11 You have just upgraded to Perl 5.26. This release brings several
12 incompatible changes, as a result of deprecations coming to term
13 and of changes in default settings to mitigate a potential
14 security issue [1].
15
16 While we have made sure that all resulting build failures within
17 Gentoo are fixed, this may not be the case for runtime issues,
18 and certainly can affect third-party code (e.g., "hand-installed"
19 server applications).
20
21 Typical errors are
22 * Can't locate inc/... in @INC (you may need to install the inc::... module)
23 * error: ... has no member named ‘op_sibling’
24 * Unescaped left brace in regex is illegal in ...
25
26 Please see the pages [2,3] for details and report bugs if you run
27 into problems during or after the Perl update.
28
29 General purpose advice on updating Perl can be found on page [4].
30
31 [1] https://rt.perl.org/Ticket/Display.html?id=127834
32 https://bugs.gentoo.org/show_bug.cgi?id=589680
33 [2] https://wiki.gentoo.org/wiki/Project:Perl/Dot-In-INC-Removal
34 [3] https://wiki.gentoo.org/wiki/Project:Perl/5.26_Known_Issues
35 [4] https://wiki.gentoo.org/wiki/Perl
36 =================================
37
38
39 --
40 Andreas K. Hüttel
41 dilfridge@g.o
42 Gentoo Linux developer (council, perl, libreoffice)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] RFC v2: News item: Perl 5.26 update "Aaron W. Swenson" <titanofold@g.o>