Bug 1085905

Summary: perl-Catalyst-Model-DBIC-Schema-0.61-1.fc21 FTBFS
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-Catalyst-Model-DBIC-SchemaAssignee: Petr Pisar <ppisar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: iarnell, mmaslano, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=6721425
Whiteboard:
Fixed In Version: perl-Catalyst-Model-DBIC-Schema-0.61-2.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-18 11:54:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.