oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
608 stars 138 forks source link

Znapzend not starting on fedora 30 due to perl dependencies #430

Closed IronDusts closed 3 years ago

IronDusts commented 5 years ago

Hello,

Since I didn't find package for Fedora 30 I have installed the one for Fedora 29.

Trying to start znapzend result with this error:


[root@localhost ~]# znapzend
"slurp" is not exported by the Mojo::Util module
Can't continue after import errors at /usr/share/perl5/vendor_perl/ZnapZend.pm line 5.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/ZnapZend.pm line 5.
Compilation failed in require at /usr/bin/znapzend line 9.
BEGIN failed--compilation aborted at /usr/bin/znapzend line 9.
[root@localhost ~]# 

And I'm sure I have installed the dependencies needed as follows:

[root@localhost ~]# cpan -l |grep -i 'mojo::util'
Mojo::Util  undef
Mojo::Util  undef
vendor_perl::Mojo::Util undef
[root@localhost ~]# cpan -l |grep -i 'slurp'
Slurp   0.4
Perl6::Slurp    0.051005
File::Slurp 9999.27
File::Slurper   0.012
vendor_perl::Perl6::Slurp   0.051005
vendor_perl::File::Slurp    9999.27
vendor_perl::File::Slurper  0.012
[root@localhost ~]# 
moetiker commented 5 years ago

if you download and compile the source all missing perl module will be compiled to ..

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.