On Fri, Feb 28, 2020 at 12:13:28PM +0100, Oswald Buddenhagen wrote:
On Thu, Feb 27, 2020 at 02:55:17PM +0000, synflower--- via isync-devel wrote:
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'

actually, i haven't been paying close enough attention:

make: *** [Makefile:500: install-recursive] Error 1


this means that the 'log' target is re-executed during installation as root, which will of course fail, because the cpan installation is private to the regular user.

try the attached patch.

That fixed it! Thanks!


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to