Installing the packages for Amanda 3.3.8 and/or 3.3.9 depends on a /usr/local/bin/perl. I didn't proceed with installing 3.3.8, but 3.3.9 then has some show-stoppers once installed on a SLE 12. As in the first two directives in the first script in the 15 minute setup are *BROKEN*, in a critical way. I'm guessing all the others are as well. I don't want to manually edit every file in the amanda official packages.
First two lines: 1: #!/usr/local/bin/perl 23: use lib '/root/localperl/lib/site_perl/5.16.3'; The rest of the include lines don't work, as nobody has localperl version 5.16.3 by default. Might I suggest adding a user zmanda on the OBS platform, and having it build the suse versions. It'll reduce maintenance costs for whomever manages those builds now, and also ensure that new versions will be available, and will build and install for the vast majority of SUSE users.
