Bug 1085905 - perl-Catalyst-Model-DBIC-Schema-0.61-1.fc21 FTBFS
Summary: perl-Catalyst-Model-DBIC-Schema-0.61-1.fc21 FTBFS
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Catalyst-Model-DBIC-Schema
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: http://koji.fedoraproject.org/koji/ta...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-09 15:39 UTC by Petr Pisar
Modified: 2014-07-18 11:54 UTC (History)
3 users (show)

Fixed In Version: perl-Catalyst-Model-DBIC-Schema-0.61-2.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-18 11:54:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
CPAN 94599 0 None None None Never

Description Petr Pisar 2014-04-09 15:39:53 UTC
perl-Catalyst-Model-DBIC-Schema-0.61-1.fc21 fails to build in F21 and F20 due to tests:

t/07connect_info.t .................. ok
#   Failed test 'constraint loader arg as string'
#   at t/08helper.t line 79.
#          got: 'qr/^(foo|bar)$/'
#     expected: 'qr/(?^:^(foo|bar)$)/'
# Looks like you failed 1 test of 45.
t/08helper.t ........................ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/45 subtests

Comment 1 Petr Pisar 2014-04-10 12:55:42 UTC
This is caused by change in Data::Dumper regexp formatting between 1.145 and 2.151:

Before:

$ perl -MData::Dumper -e '$q=qr/^(foo|bar)$/; print $q, qq{\n}; print Dumper($q)'
(?^:^(foo|bar)$)
$VAR1 = qr/(?^:^(foo|bar)$)/;

After:

$ perl -MData::Dumper -e '$q=qr/^(foo|bar)$/; print $q, qq{\n}; print Dumper($q)'
(?^:^(foo|bar)$)
$VAR1 = qr/^(foo|bar)$/;

Comment 2 Petr Pisar 2014-04-10 12:56:25 UTC
All Fedoras all affected.

Comment 3 Petr Pisar 2014-04-11 14:13:33 UTC
I will apply patch I've posted to upstream. I think this is just matter of tests expecting invariant output from Data::Dumper::Dumper.

Comment 4 Fedora Update System 2014-04-14 05:33:51 UTC
perl-Catalyst-Model-DBIC-Schema-0.61-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Catalyst-Model-DBIC-Schema-0.61-2.fc20

Comment 5 Fedora Update System 2014-04-14 05:34:19 UTC
perl-Catalyst-Model-DBIC-Schema-0.60-5.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Catalyst-Model-DBIC-Schema-0.60-5.fc19

Comment 6 Fedora Update System 2014-04-24 07:34:36 UTC
perl-Catalyst-Model-DBIC-Schema-0.60-5.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2014-04-24 07:44:15 UTC
perl-Catalyst-Model-DBIC-Schema-0.61-2.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.