Bug 520431 - package unusable, missing dependency "POE::Component::Pluggable"
Summary: package unusable, missing dependency "POE::Component::Pluggable"
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-POE-Component-IRC
Version: 11
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Chris Weyl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 520460
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-31 13:42 UTC by Michal Schmidt
Modified: 2009-09-27 04:46 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-27 04:46:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michal Schmidt 2009-08-31 13:42:11 UTC
Description of problem:
perl-POE-Component-IRC is not usable. Attempt to use this module fails with compilation error about empty class "POE::Component::Pluggable". This class does not seem to found in any Fedora package.

Version-Release number of selected component (if applicable):
perl-POE-Component-IRC-5.88-2.fc11.noarch
perl-5.10.0-73.fc11.x86_64

How reproducible:
always

Steps to Reproduce:
perl -e 'use POE::Component::IRC;'

Actual results:
Base class package "POE::Component::Pluggable" is empty.
    (Perhaps you need to 'use' the module which defines that package first,
    or make that module available in @INC (@INC contains: /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl .).
 at /usr/lib/perl5/vendor_perl/5.10.0/POE/Component/IRC.pm line 17
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/POE/Component/IRC.pm line 17.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Expected results:
No error.

Comment 1 Chris Weyl 2009-09-27 04:46:47 UTC
We have perl-POE-Component-Pluggable in rawhide now, so we should be OK here...


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