From Fedora Project Wiki
(→‎Items still to be done: zoneminder fails)
Line 34: Line 34:
* Synchronize packages upgraded in ''f18'' build root
* Synchronize packages upgraded in ''f18'' build root
* 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
* perl – Pod::Usage::pod2usage() executes perldoc (line 583), thus perl-Pod-Usage should require perl-Pod-Perldoc (see [https://koji.fedoraproject.org/koji/getfile?taskID=4153747&name=build.log perl-Verilog-Perl failure])
* perl
** Pod::Usage::pod2usage() executes perldoc (line 583), thus perl-Pod-Usage should require perl-Pod-Perldoc (see [https://koji.fedoraproject.org/koji/getfile?taskID=4153747&name=build.log perl-Verilog-Perl failure])
** Test::Builder requires Data::Dumper (line 1712), thus perl-Pod-Simple should require perl(Data::Dumper) (see [http://kojipkgs.fedoraproject.org//work/tasks/9416/4189416/build.log perl-MooseX-TrackDirty-Attributes failure])
* perl-Apache2-SOAP – requires mod_perl. mod_perl needs to be fixed to build with perl 5.16.  
* perl-Apache2-SOAP – requires mod_perl. mod_perl needs to be fixed to build with perl 5.16.  
* perl-Class-InsideOut – tests fail, incompatibilities with Scalar-List-Utils-1.25, [https://rt.cpan.org/Public/Bug/Display.html?id=77860 known to upstream].
* perl-Class-InsideOut – tests fail, incompatibilities with Scalar-List-Utils-1.25, [https://rt.cpan.org/Public/Bug/Display.html?id=77860 known to upstream].

Revision as of 08:28, 25 June 2012

Perl 5.16

Summary

Perl 5.16 brings a lot of changes. Details about them can be found in 5.16.0 perldelta document.

Owner

Current status

  • Targeted release: Fedora 18
  • Last updated: 2012-06-23
  • Percentage of completion: 80 %

Completed items

  • Get dedicated build-root from rel-engs (f18-perl)
  • Define perl_bootstrap in perl-srpm-macros
  • Build new perl 5.16 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.14.*) from perl

Items in progress

  • Rebuild other packages: Use Fedora::Rebuild dependency solver or ordered sets computed by Paul
  • Rebuilt Perl packages: 1848 of 2093 done (88.29 %)

Items still to be done

  • Undefine perl_bootstrap
  • Rebuild packages having perl_bootstrap condition in spec file again
  • Synchronize packages upgraded in f18 build root
  • Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs
  • perl
  • perl-Apache2-SOAP – requires mod_perl. mod_perl needs to be fixed to build with perl 5.16.
  • perl-Class-InsideOut – tests fail, incompatibilities with Scalar-List-Utils-1.25, known to upstream.
  • perl-FusionInventory-Agent-Task-ESX – requires perl-FusionInventory-Agent indirectly
  • perl-FusionInventory-Agent-Task-NetDiscovery – requires perl-FusionInventory-Agent indirectly
  • perl-FusionInventory-Agent-Task-NetInventory – requires perl-FusionInventory-Agent-Task-NetDiscovery
  • perl-GStreamer – t/GstRegistry.t test segfaults probably
  • perl-Hardware-Vhdl-Parser – a test fails, not compatible with perl-Parse-RecDescent-1.967006 and newer, pass with perl-Parse-RecDescent-1.967003, upstream notified
  • perl-PDL – failed due to missing projects.h. It is not provided by latest proj-devel.
  • perl-RT-Authen-ExternalAuth – needs rt3
  • perl-Test-Unit-Runner-Xml – a test fails
  • perl-Unix-Statgrab – a test fails
  • zoneminder – does not compile because of incompatibility with v4l2

Detailed Description

Perl releases will be now every year and updates during year will be containing mainly bug fixes. The release 5.16.0 should be stable release, but 5.16.1 should contain bugfixes for issues introduced in 5.16.0.

Benefit to Fedora

Fedora as bleeding edge distribution should be shipping new release of perl as one of the first distributions.

Scope

Every Perl package will be rebuilt in testing build root f18-perl against perl 5.16.0 and then if no major problem emerges the packages will be merged back to f18 build root.

How To Test

Download packages from koji buildroot f18-perl or try building or using your packages with requirements related to perl.

User Experience

Dependencies

repoquery --whatrequires --alldeps 'perl(:MODULE_COMPAT_5.1?.?)' | sort -u

Contingency Plan

Revert changes in git master branch before 5.16 upgrade commit and drop f18-perl koji build-root.

Documentation

Release Notes

New Features

  • Unicode 6.1
  • More consistent eval controlled with unicode_eval and evalbytes feature
  • 2- and 3-argument substr called in left-value context is evaluted even after changing original string
  • New T_*REF_REFCOUNT_FIXED XS typemap fixing reference counter decremetion
  • New is_utf8_char_buf XS-callable function replaces broken is_utf8_char function
  • $$ variable is writable
  • Improved debugger: tracing mode can be restricted to certain level, breakpoints can be disabled temporarily, breakpoints can be set by file name
  • sort subroutines can be autoloaded
  • $[ variable is provided by arybase module
  • mmaped PerlIO layer is now a separate module PerlIO::mmap

Deprecated Features

  • Accessing Unicode database files directly is deprecated now; use Unicode::UCD instead
  • Version::Requirements is deprecated in favor of CPAN::Meta::Requirements

Incompatible Changes

  • Special blocks (e.g. BEGIN) are called in void context
  • Unoverloaded stringification of regular expression does not return the expression literal
  • T_DATAUNIT and T_CALLBACK XS typemaps removed
  • User defined case-changing has been removed in favor of Unicode::Casing
  • XSUB C functions are static now and they are not exported from their object files
  • Read-only references cannot be weaken
  • $$, $<, $>, $(, and $) do not cache their value
  • Devel::DProf, Shell have been removed from Perl core
  • perl4 libraries removed: abbrev.pl, assert.pl, bigfloat.pl, bigint.pl, bigrat.pl, cacheout.pl, complete.pl, ctime.pl, dotsh.pl, exceptions.pl, fastcwd.pl, flush.pl, getcwd.pl, getopt.pl, getopts.pl, hostname.pl, importenv.pl, lib/find{,depth}.pl, look.pl, newgetopt.pl, open2.pl, open3.pl, pwd.pl, hellwords.pl, stat.pl, tainted.pl, termcap.pl, timelocal.pl

Comments and Discussion