Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 634808

Summary: =net-mail/imapsync-1.836 should depend on dev-perl/Readonly
Product: Gentoo Linux Reporter: CFuga <cfuga>
Component: Current packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexanderyt, gentoobugzilla, kentnl
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description CFuga 2017-10-19 19:10:43 UTC
From the imapsync Changelog file:

revision 1.697
date: 2016/06/12 18:42:18;  author: gilles;  state: Exp;  lines: +53 -24
Perl critic fixes. 10 x "Unnamed numeric literals make code less maintainable.". use Readonly to fix them.

If you try to run imapsync-1.836, it fails.

$ imapsync --help
Can't locate Readonly.pm in @INC (you may need to install the Readonly module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.24.3/x86_64-linux /usr/local/lib64/perl5/5.24.3 /usr/lib64/perl5/vendor_perl/5.24.3/x86_64-linux /usr/lib64/perl5/vendor_perl/5.24.3 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.24.3/x86_64-linux /usr/lib64/perl5/5.24.3 .) at /usr/bin/imapsync line 691.
BEGIN failed--compilation aborted at /usr/bin/imapsync line 691.
Comment 1 Erik Jensen 2017-10-30 05:17:53 UTC
I can confirm: I received this error on a fresh install. Installing dev-perl/Readonly resolved it.
Comment 2 Aljoscha Vollmerhaus 2017-12-08 10:33:17 UTC
I can confirm, too. Problem as well as solution.
Comment 3 CFuga 2018-04-27 16:06:32 UTC

*** This bug has been marked as a duplicate of bug 652916 ***