Re: `sudo make install` fails on Date::Parse missing

2020-02-27 Thread Oswald Buddenhagen
On Thu, Feb 27, 2020 at 02:55:17PM +, synflower--- via isync-devel wrote: 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 isync-isync]$ cpan Date::Parse

`sudo make install` fails on Date::Parse missing

2020-02-27 Thread synflower--- via isync-devel
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@mymachin