Bug 812143

Summary: Tweaks needed for bootstrapping
Product: [Fedora] Fedora Reporter: Paul Howarth <paul>
Component: perl-DBIx-ClassAssignee: Iain Arnell <iarnell>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: iarnell, mmaslano, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-DBIx-Class-0.08196-3.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-13 11:44:08 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 Paul Howarth 2012-04-12 21:04:27 UTC
perl-DBIx-Class and perl-SQL-Abstract require each other as detailed in Bug #810719.

As part of the fix for that, DBIx::Class::Storage::Debug::PrettyPrint has been split off into a separate sub-package from perl-SQL-Abstract; that module is the part that causes the circular dependency, and is only required for t/storage/dbic_pretty.t in perl-DBIx-Class.

So:

* perl-DBIx-Class should BR: perl(DBIx::Class::Storage::Debug::PrettyPrint) except when bootstrapping

* When bootstrapping, don't attempt to run t/storage/dbic_pretty.t

Comment 1 Iain Arnell 2012-04-13 11:44:08 UTC
Thanks for the heads-up. Tweaks are committed and built for rawhide.