Bug 1411168
| Summary: | Missing dependency perl-Encode for cowsay package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ryan Breaker <ryan> |
| Component: | cowsay | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | gwync, mattdm, rhbugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | cowsay-3.04-4.fc25 cowsay-3.04-4.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-17 19:52:15 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: | |||
cowsay-3.04-4.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-8ad898cd6e cowsay-3.04-4.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-c9ddd271bc cowsay-3.04-4.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-8ad898cd6e cowsay-3.04-4.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-c9ddd271bc cowsay-3.04-4.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. cowsay-3.04-4.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The cowsay package for Fedora 25 appears to be missing the perl-Encode package as a dependency. Version-Release number of selected component (if applicable): 3.04 How reproducible: Every time for fresh Fedora 25 installs. Steps to Reproduce: 1. In a fresh Fedora minimal install, install cowsay: `dnf install cowsay` 2. Attempt to run cowsay: `echo foo | cowsay` Actual results: Can't locate Encode.pm in @INC (you may need to install the Encode module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/cowsay line 18. Expected results: _____ < foo > ----- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || Additional info: This is fixable by running `dnf install perl-Encode` which just appears to be a missing dependency for the package. This is also my first bug report for Fedora so please let me know if there's anything else I could have done better with this report.