From Fedora Project Wiki
m (Add trackers)
(Updated status)
Line 68: Line 68:


* Rebuild other packages: Use Fedora::Rebuild dependency solver
* Rebuild other packages: Use Fedora::Rebuild dependency solver
* Rebuilt Perl packages: 85 of 3181 done (2.67 %)
* Rebuilt Perl packages: 751 of 3181 done (23.61 %)


=== Items to Be Done ===
=== Items to Be Done ===
Line 78: Line 78:
* Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs
* Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs
* Synchronize packages upgraded in ''f31'' build root
* Synchronize packages upgraded in ''f31'' build root
* Failed builds (0):  
* Failed builds (2):  
* Unsatisfied dependencies (0):
** erlang-eflame - there is a cycle with erlang-rebar
** perl-Sys-SigAction - [https://koji.fedoraproject.org/koji/taskinfo?taskID=35149527 build] does not finish tests
* Unsatisfied dependencies (2):
** mirrorbrain - missing build-require python2-sphinx [https://bugzilla.redhat.com/show_bug.cgi?id=1711266 BZ#1711266]
** tsung - missing build-require python2-sphinx [https://bugzilla.redhat.com/show_bug.cgi?id=1711268 BZ#1711268]


== Detailed Description ==
== Detailed Description ==

Revision as of 06:06, 31 May 2019


Perl 5.30

Summary

A new perl 5.30 version brings a lot of changes done over a year of development. Perl 5.30 was released 5/22/2019. See 5.30.0 perldelta for more details about preparing release.

Owner

Current Status

Completed Items

  • Upstream to release Perl 5.30
  • Get dedicated build-root from rel-engs (f31-perl)
  • Define perl_bootstrap in perl-srpm-macros
  • Rebase perl to 5.30.0
  • Rebuild dual-lived packages (otherwise dnf recommends --skip-broken and fails)
  • Rebuild packages needed for minimal build-root
  • Rebuild packages needed for building source packages from git repository

Items in Progress

  • Rebuild other packages: Use Fedora::Rebuild dependency solver
  • Rebuilt Perl packages: 751 of 3181 done (23.61 %)

Items to Be Done

  • Undefine perl_bootstrap
  • Rebuild packages having perl_bootstrap condition in spec file
  • Rebuild all updated packages
  • Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs
  • Synchronize packages upgraded in f31 build root
  • Failed builds (2):
    • erlang-eflame - there is a cycle with erlang-rebar
    • perl-Sys-SigAction - build does not finish tests
  • Unsatisfied dependencies (2):
    • mirrorbrain - missing build-require python2-sphinx BZ#1711266
    • tsung - missing build-require python2-sphinx BZ#1711268

Detailed Description

New perl is released every year and updates containing mainly bug fixes follow during the year. The 5.30.0 version is stable release this year.

In addition, Perl site paths will be made ABI-specific. CPAN modules intended for an installation under /usr/local/ will be installed to /usr/local/{share,lib*}/perl5/5.30 paths. This will prevent from breaking Perl with old locally installed modules after a Fedora upgrade.

Benefit to Fedora

Up-to-date and latest perl release will be delivered to Fedora users.

Scope

Every Perl package will be rebuilt in a dedicated f31-perl build-root against perl 5.30.0 and then if no major problem emerges the packages will be merged back to f31 build-root.

  • Proposal owners:

New perl and all packages requiring perl or a Perl module will be rebuilt into f31-perl build-root.

  • Other developers: N/A (not a System Wide Change)

Owners of packages that fail to rebuild, mainly perl-sig users, will be asked using Bugzilla to fix or remove their packages from the distribution.

  • Release engineering: #8368 (a check of an impact with Release Engineering is needed)

Release engineers will be asked for new f31-perl build-root inheriting from f31 build-root. After successful finishing the rebuild, they will be asked to merge f31-perl packages back to f31 build-root.

  • Policies and guidelines:

No policies have to be modified to complete this change.

Upgrade/Compatibility Impact

Vast majority of functionality will be preserved. Only the packages that failed to build against perl 5.30 will be removed from the distribution. That will require to remove those packages from existing systems otherwise package manager will encounter unsatisfied dependencies. Modules installed locally into /usr/local will become unavailable and users will need to reinstall them.

How to Test

Try upgrading from Fedora 30 to 31. Try some Perl application to verify they work as expected. Try embedded perl in slapd or snmpd.

User Experience

There should not be any remarkable change in user experience. With the exception that previously locally installed modules with a CPAN clients will need a reinstalation.

Dependencies

There is more than 3100 packages depending on perl. Most of them are expected not to break. Finishing this change can be endangered only by critical changes in a toolchain.

Contingency Plan

If we find perl 5.30 is not suitable for Fedora 31, we will revert back to perl 5.28 and we drop the temporary build-root with already rebuilt packages.

  • Contingency deadline: branching Fedora 31 from Rawhide.
  • Blocks release? No.

Documentation

Release Notes

Important Changes

  • Unicode 12.1 is supported
  • The upper limit "n" specifiable in a regular expression quantifier of the form "{m,n}" has been doubled to 65534
  • Wildcards in Unicode property value specifications are now partially supported
  • qr'\N{name}' is now supported
  • It is now possible to compile perl to always use thread-safe locale operations.
  • Limited variable length lookbehind in regular expression pattern matching is now experimentally supported
  • Use faster method to convert to UTF-8
  • Turkic UTF-8 locales are now seamlessly supported
  • Eliminate opASSIGN macro usage from core
  • -Drv now means something on -DDEBUGGING builds

Removed Features and Incompatible Changes

  • Removed modules: Math::BigInt::CalcEmu, arybase, Locale::Code, B::Debug
  • Pattern delimiters now must be graphemes
  • Delimiters must now be graphemes
  • Some formerly deprecated uses of an unescaped left brace "{" in regular expression patterns are now illegal
  • Assigning non-zero to $[ is fatal
  • Previously deprecated sysread()/syswrite() on :utf8 handles now fatal
  • my() in false conditional prohibited
  • Fatalize $* and $#
  • Fatalize unqualified use of dump()
  • Remove File::Glob::glob()
  • pack() no longer can return malformed UTF-8
  • Any set of digits in the Common script are legal in a script run of another script
  • JSON::PP enable allow_nonref by default
  • Site paths moved from /usr/local/…/perl5 to /usr/local/…/perl5/5.30

Deprecated Features

  • In XS code, use of various macros dealing with UTF-8.