Re: [bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-07-19 Thread Andreas Rogge
Am 28.06.22 um 12:46 schrieb Alan Brown: (As far as library/drive suppliers are concerned, the only "officially supported" driver on Linux for LTO is lin_tape, not the crufty old "st" driver that dates back 40 years and has a lot of baggage in it) Wether or not what the suppliers say is right

[bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-06-28 Thread Jörg Steffens
Hello Alan On 28.06.22 at 12:46 wrote Alan Brown: > I saw the nightly, but these are listed as 22-pre. If it's 21.1.4 then > I'll use this as a basis for builds, although at this stage I'm trying > to get a stable 21.1.3 build on my RHEL8.6 system (management will not > allow nightly builds in

[bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-06-28 Thread Alan Brown
I saw the nightly, but these are listed as 22-pre. If it's 21.1.4 then I'll use this as a basis for builds, although at this stage I'm trying to get a stable 21.1.3 build on my RHEL8.6 system (management will not allow nightly builds in production environments) before moving to back EL9 as I've

[bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-06-28 Thread Alan Brown
Another issue: GNU find ordering. Max/min depth arguments need to be before type/name === + find /home/bareos/rpmbuild/BUILDROOT/bareos-21.1.3-1_mssl.x86_64//usr/lib64/bareos -type l -name 'libbareos*.so' -maxdepth 1 -exec rm '{}' ';' find: warning: you have specified the -maxdepth option

[bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-06-28 Thread Jörg Steffens
Hello Alan, are you aware, that we already integrated support for RHLE9 into bareos/master and the bareos/bareos-21 branch? But as you already found out, this happened after bareos-21.1.3 has been released. However, it will be part of 21.1.4. Packages are available at

[bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-06-28 Thread Alan Brown
Extra EL8 requires "so far" EPEL! gtest-devel mariadb-devel.x86_64 json-c-devel libxml2-devel nfs4-acl-tools (unsure on this one) gdb mtx mt-st s3cmd php pamtester pam_script python3-selenium.noarch chromedriver binutils-devel libgit2-devel libbsd-devel (vixdisklib requires vmware, which

[bareos-devel] Re: Building on EL9 family (and EL8 - major bugs in the spec file)

2022-06-27 Thread Alan Brown
Things aren't as smooth as I was hoping by dropping back to an EL8 system and building on that In short, the build scripts are not correctly detecting they're running on RHEL and then attempt to set bogus requires, plus miss important things (like redhat-lsb) This is occurring because