Bug 447800
| Summary: | Missing Perl dependencies in imapsync | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mary Ellen Foster <mefoster> | ||||
| Component: | imapsync | Assignee: | Marek Mahut <mmahut> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | self | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-06-21 17:53:19 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Mary Ellen Foster
2008-05-21 20:51:09 UTC
I can reproduce this bug and also perl-TermReadKey is missing. Here are the error messages I get: Can't locate Date/Manip.pm in @INC (@INC contains: ...) at /usr/bin/imapsync line 573. Can't locate Term/ReadKey.pm in @INC (@INC contains: ...) at /usr/bin/imapsync line 618. Can't locate IO/Socket/SSL.pm in @INC (@INC contains: ...) at /usr/bin/imapsync line 670. Giving a quick look to imapsync source code it seems that the modules listed above are called by a "require" statement inside the code but not listed at the beginning with a "use" statement so they are not automatically discovered Created attachment 306786 [details] patch for imapsync's spec file Proposed patch to add the missing dependencies listed in comment #1 to the spec file. Thank you :) updates should be in testing soon. This has been fixed and it's in stable now. |