[Bug 449194] New: perl-Unicode-MapUTF8 installed needs to be built for Perl 5.10

bugzilla at redhat.com bugzilla at redhat.com
Sat May 31 02:57:36 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




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

           Summary: perl-Unicode-MapUTF8 installed needs to be built for
                    Perl 5.10
           Product: Fedora
           Version: 9
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: low
          Priority: low
         Component: perl-Unicode-MapUTF8
        AssignedTo: gauret at free.fr
        ReportedBy: stpierre at nebrwesleyan.edu
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-perl-devel-list at redhat.com


Description of problem:

perl-Unicode-MapUTF8 is a Fedora 8 package, and so installs its components 
under a Perl 5.8.8 search path:

# rpm -q --filesbypkg perl-Unicode-MapUTF8
perl-Unicode-MapUTF8      /usr/lib/perl5/vendor_perl/5.8.8/Unicode
perl-Unicode-MapUTF8      /usr/lib/perl5/vendor_perl/5.8.8/Unicode/MapUTF8.pm
perl-Unicode-MapUTF8      /usr/lib/perl5/vendor_perl/5.8.8/Unicode/MapUTF8.pod
perl-Unicode-MapUTF8      /usr/share/doc/perl-Unicode-MapUTF8-1.11
perl-Unicode-MapUTF8      /usr/share/doc/perl-Unicode-MapUTF8-1.11/README
perl-Unicode-MapUTF8      /usr/share/man/man3/Unicode::MapUTF8.3pm.gz

That doesn't jive with the Perl 5.10 search path in Fedora 9:

# perl -MUnicode::MapUTF8 -e 1
Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/
x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /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 .).
BEGIN failed--compilation aborted.

Most notably, the smbldap-tools depend on this library.

Version-Release number of selected component (if applicable):

# rpm -q perl-Unicode-MapUTF8
perl-Unicode-MapUTF8-1.11-6.fc8.noarch

How reproducible:

Every time.

Steps to Reproduce:
1. Install the perl-Unicode-MapUTF8 package
2. ???
3. Profit!  Or, alternatively, have your Perl programs fail to compile.
  
Actual results:

# perl -MUnicode::MapUTF8 -e 1
Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/
x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /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 .).
BEGIN failed--compilation aborted.

Expected results:

There should be no output.

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list