[Bug 876221] New: perl-Wx does not provide perl(Wx::Dialog) and others.

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 13 15:24:52 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=876221

            Bug ID: 876221
        QA Contact: extras-qa at fedoraproject.org
          Severity: unspecified
           Version: rawhide
          Priority: unspecified
                CC: perl-devel at lists.fedoraproject.org,
                    tcallawa at redhat.com
          Assignee: tcallawa at redhat.com
           Summary: perl-Wx does not provide perl(Wx::Dialog) and others.
        Regression: ---
      Story Points: ---
    Classification: Fedora
                OS: Unspecified
          Reporter: mi at v3.sk
              Type: Bug
     Documentation: ---
          Hardware: Unspecified
        Mount Type: ---
            Status: NEW
         Component: perl-Wx
           Product: Fedora

Description of problem:

Similar to #675992. Package does not provide certain Wx module(s). 
In this case it is perl(Wx::Dialog), but seems to not provide many other
modules. 

Version-Release number of selected component (if applicable):
0.9914-1 and previous.

How reproducible:

Build and install rpm, with automatically detected require on perl Wx module,
that is not provided by perl-Wx.

In this case, code looks like this:

 use Wx qw(...);
 use base 'Wx::Dialog';

It seems that many modules are defined in .xsp files, intendet for XS++. With
naive search for Wx classes with:

grep -orP '%name{Wx::[^}]*}\s+class'

there are ~200 more modules to provide.

Actual results:
error: Failed dependencies:
    perl(Wx::Dialog) is needed by Slic3r-0.9.2-2.2a51cad0.fc17.noarch


Expected results:
slic3r installs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the perl-devel mailing list