Public bug reported:

amanda-common

affected version is: 1:3.5.1-8 (jammy)

when running amcheck I got this error in the report mail:

Can't locate Encode/Locale.pm in @INC (you may need to install the 
Encode::Locale module) (@INC contains: /usr/lib/x86_64-linux-gnu/amanda/perl 
/etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 
/usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base 
/usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 
/usr/local/lib/site_perl) at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm line 168.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm line 168.
Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Config.pm line 3088.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Config.pm line 3088.
Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Util.pm line 586.
BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Util.pm line 586.
Compilation failed in require at /usr/lib/amanda/amcheck-device line 25.
BEGIN failed--compilation aborted at /usr/lib/amanda/amcheck-device line 25.


Reason is missing "Locale.pm":

root@ubuntu:~# grep Locale 
/usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Message.pm
use Encode::Locale;

After installing "libencode-locale-perl" the problem was solved.

So please add dependency on "libencode-locale-perl".

Cheers
Jörg

** Affects: amanda (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960304

Title:
  missing dependency on libencode-locale-perl in amanda-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amanda/+bug/1960304/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to