Bug 1228378
| Summary: | perl is missing encoding.pm | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bruno Wolff III <bruno> |
| Component: | perl | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | bruno, cweyl, emmanuel, iarnell, jplesnik, kasal, perl-devel, ppisar, psabata, rc040203, tcallawa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-5.20.2-326.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-18 14:11:28 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
Bruno Wolff III
2015-06-04 19:29:05 UTC
/usr/lib/perl5/PerlIO/encoding.pm exits, but /usr/lib/perl5/vendor_perl/encoding.pm doesn't on f22. On f21 (x86_64 instead of i686) both /usr/lib64/perl5/PerlIO/encoding.pm and /usr/lib64/perl5/vendor_perl/encoding.pm exist. (In reply to Bruno Wolff III from comment #1) > > /usr/lib/perl5/PerlIO/encoding.pm exits, but > /usr/lib/perl5/vendor_perl/encoding.pm doesn't on f22. /usr/lib64/perl5/vendor_perl/encoding.pm is supplied by the perl-encoding package. Thank you for the report. I was suspecting something like this could happen, but I could not recall which exact perl module triggers this. It's because `open' module requires various modules conditionally. We will fix it. Minimal reproducer is:
$ perl -e 'use open q{:locale}'
I will sub-package the `open' module to make perl free from deprecated `encoding' with the Filter orchestra.
Then installing `perl(open)' will ensure the `encoding' module is available.
The fix will be pushed into F23 after finishing perl-5.22 bootstrap. perl-5.20.2-326.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/perl-5.20.2-326.fc22 perl-5.20.2-326.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. Implemented as perl-5.22.0-346.fc23 in Fedora 23. This comment was flagged as spam, view the edit history to see the original text if required. |