Compiling the 1.3 branch of isync (the one with the IMAP fixes) on Fedora 30 fails with an error indicating the Date::Parse module is missing, even when it isn't:
[user@mymachine ~]$ git clone https://git.code.sf.net/p/isync/isync isync-isync [user@mymachine ~]$ cd isync-isync/ [user@mymachine isync-isync]$ git checkout 1.3 [user@mymachine isync-isync]$ ./autogen.sh && ./configure && make && sudo make install <data omitted> make[1]: Entering directory '/home/user/isync-isync' Can't locate Date/Parse.pm in @INC (you may need to install the Date::Parse 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 -e line 1. BEGIN failed--compilation aborted at -e line 1. make[1]: *** [Makefile:924: log] Error 2 make[1]: Leaving directory '/home/user/isync-isync' make: *** [Makefile:500: install-recursive] Error 1 [user@mymachine isync-isync]$ cpan Date::Parse Loading internal logger. Log::Log4perl recommended for better logging Reading '/home/user/.local/share/.cpan/Metadata' Database was generated on Thu, 27 Feb 2020 14:17:03 GMT CPAN: Module::CoreList loaded ok (v5.20200120) Date::Parse is up to date (2.31). _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel