From Fedora Project Wiki
Line 46: Line 46:


=== Items in progress ===
=== Items in progress ===
* Rebuilt Perl packages: 2733 of 2759 done (99.05 %)
* Rebuilt Perl packages: 2735 of 2759 done (99.13 %)
* Rebuild other packages: Use Fedora::Rebuild dependency solver or ordered sets computed by Paul
* Rebuild other packages: Use Fedora::Rebuild dependency solver or ordered sets computed by Paul



Revision as of 12:09, 23 August 2013


Perl 5.18

Summary

A new perl 5.18 version brings a lot of changes done over a year of development. See 5.18.0 perldelta for more details.

Owner

Current status

Completed items

  • Get dedicated build-root from rel-engs (f20-perl). Rel-engs gave us only 7 days. The build-root will be merged on 2013-07-19.
  • Patch perl to link XS modules to libperl.so explicitly
  • Rebase perl to 5.18.0
  • Define perl_bootstrap in perl-srpm-macros
  • Build new perl 5.18 keeping old COMPAT Provides
  • Rebuild packages needed for minimal build-root
  • Rebuild dual-lived packages (otherwise yum recommends --skip-broken and fails)
  • Rebuild packages needed for building source packages from git repository
  • Remove old perl(:MODULE_COMPAT_5.16.*) from perl
  • Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs [1]. The build-root has been merged on 2013-08-03.
  • Synchronize packages upgraded in f20 build root
  • Undefine perl_bootstrap
  • Rebuild packages having perl_bootstrap condition in spec file
  • perl-MongoDB and zfs-fuse - fixed by ExcludeArch arm

Items in progress

  • Rebuilt Perl packages: 2735 of 2759 done (99.13 %)
  • Rebuild other packages: Use Fedora::Rebuild dependency solver or ordered sets computed by Paul

Items to be done

  • Failed rebuilds (17 including intermittent failures):
    • geoqo – tests fail due to random hashes [2]
    • ltsp – flex incompatibilty [3]
    • monotone – lua bug [4]
    • nesc – does not halt [5]
    • perl-DBD-AnyData – tests fail, not compatible with DBI > 1.622, remove it from distribution. [6]
    • perl-Encode-JP-Mobile – tests fail [7]
    • perl-IPTables-libiptc – not compatible with current iptables [8]
    • perl-File-LibMagic – broken bundled code, latest release segfaults [9]
    • perl-Jemplate – a test fails [10]
    • perl-Language-Expr - tests fail - Regexp::Grammars is unsupported under Perl 5.18 [11]
    • perl-MIME-Lite-HTML – tests fail, maybe hash ordering, but definitively test samples do not match code (MIME-Version header is removed) [12]
    • perl-MooseX-TrackDirty-Attributes – randomized hashes [13]
    • perl-ParseUtil-Domain – tests fail in Moose [14]
    • perl-PDL – segfaults [15]
    • perl-Qt – tests fail [16]
    • racoon2 – yacc incompatibility [17]
    • tiobench – compiler error [18]
  • Need to be investigate
    • perl-CGI-FormBuilder – test fail due to hash randomization [19] - fixed by skipping the failing tests
    • perl-Net-DNS-SEC – a test fails [20] - built, but the test was not fixed
    • scsi-target-utils – build fails on XSLT transformation [21] - built, but needs investigation
  • Were not built due dependency
    • debconf (perl-Qt)
    • perl-Math-NumSeq (perl-Language-Expr)
    • perl-Net-Appliance-Session (perl-Net-CLI-Interact)
    • perl-PDL-Graphics-PLplot (perl-PDL)
    • perl-Test-AutoBuild (monotone)
    • slic3r (perl-Language-Expr, perl-Math-NumSeq)
    • perl-Bio-SamTools

Detailed Description

New perl is released every year and updates containing mainly bug fixes follow during the year. The 5.18.0 version is stable release this year and 5.18.1 and subsequent revisions will follow during the year to fix issues introduced in 5.18.0.

Because of change in dlopen(3) from RTLD_GLOBAL to RTLD_LOCAL (bug #960048), we will try to link all native perl module DSOs to libperl.so explicitly. This item needs discussion. Current status does not allow to use perl interpreter via dlopen() from other programs (like slapd, snmpd), but proposed change can bring other unforeseen difficulties (like double-linking).

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 f20-perl build-root against perl 5.18.0 and then if no major problem emerges the packages will be merged back to f20 build-root.

  • Proposal owners:

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

  • Other developers:

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:

Release engineers will be asked for new f20-perl build-root inheriting from f20 build-root. After successful finishing the rebuild, they will be asked to merge f20-perl packages back to f20 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.18 will be removed from the distribution. That will require to remove those packages from existing systems otherwise package manager will encounter unsatisfied dependencies.

How To Test

Try upgrading from Fedora 19 to 20. 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. Though developers can hit some changes in perl interpreter behavior like a hash key randomization.

Dependencies

There is more than 2000 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.18 is not suitable for Fedora 20, we will revert back to perl 5.16 and we drop the temporary build-root with already rebuilt packages.

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

Documentation

5.18.0 perldelta

Release Notes

To be done.