>However, looking at the PKGBUILD, the build is really just "cmake && make >&& make install". This is what I actually hoped for. However:
pi@raspberrypi:~ $ git clone https://github.com/bareos/bareos.git pi@raspberrypi:~ $ mkdir build_bareos pi@raspberrypi:~ $ cd build_bareos/ pi@raspberrypi:~ $ cmake ../build_bareos ... CMake Error at core/CMakeLists.txt:666 (message): build with acl requested, but lib not found I then tried to install "sudo apt install libacl1-dev" to no avail. cmake does not terminate successfully. Best Regards Tilman On Friday, November 5, 2021 at 7:48:00 PM UTC+1 Erich Eckner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On Fri, 5 Nov 2021, '[email protected]' via bareos-users wrote: > > > Hi Erich > > Hi Tilman, > > > > > >What distributiom do you use? It works quite straight-forwardly on arch > > linux (arm): > > I am using Raspbian > > I think, building (packages) on debian is not as easy as on arch, but > still not too-hard. Unfortunately, my debian-packaging times are long > over, so I cannot really help you with a bareos package for debian. > However, looking at the PKGBUILD, the build is really just "cmake && make > && make install". > > > > > Arch Linux seems not have the latest version of bareos packaged. The last > > commit message suggest that bareos V19.2.6 is provided. Do you happen to > > know if this compatible to V20.0.x ( that I have installed on the backup > > server and the other boxes I am backing up) ? > > Sry, I didn't notice, that the AUR was out-of-date. I personally use a > self-compiled bareos (pretty much identical to the one on aur, but with > the latest version): > > https://git.eckner.net/Erich/archlinuxewe/tree/bareos/PKGBUILD > > So, I think, you should have little to no trouble by simply bumping the > pkgver and then building bareos. > > Answering your question directly anyways: I was running the newest > filedaemon on older storage daemons and directors (major version 1 (or > even 2?) behind) without trouble, but never tried the other way round. > IIRC, running older filedaemons with newer directors/storage daemons is > not recommended. > > > > > Thanks > > Tilman > > regards, > Erich > -----BEGIN PGP SIGNATURE----- > > iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAmGFfFQACgkQCu7JB1Xa > e1r/RQ//bAzqjmroJPWW+qK3erluYEqMxXWN1vlpemkNwDYLC66Xlh5lJFKIS3R+ > S6rYKPoEoGCkki1t62JG3qGP53klLtG7DD4pctu1u5RUQa5TGZXA8oI3ASzxvOS6 > HCmadChtpjNX+yGxZGlFY7bOlMA4x2A5LKtKTNzWlOw5abHck5wHmUQkH4mM8wGa > tBl5Hj+vvoLbPf8ICFv3q6OJTkZs/ccUe9sSJurOny1AmJr0WZrlSlQNP3vQ/1Yw > XSOACkMMObDpBDWzNm1HmCaD7C/r7LPpw9zlKaYlg1HxhdX3jJE6rETGCXlOp1gu > GI0wDTxHW0NRyXzBcBZG2mct3iqqK9GqLQ8rYQX0tIPVwra/tV9xQu+xUIKdWUhQ > in95z8pugcLQGyuTt2MhC2Xax8TdEZXKci16CBbRSwtVVpzJJIImGZrIBwVmpeTy > s4VD68o8ozFJqZdVd9RAOksBfXWQsTIlfISoPlpjWMFbyahHfsXMkxEJQksD/XhU > GIf6DG5aoqocQIYvNrMB0UcfLUgeoGkewoQqqaY5M1zBSGkgXicyjqn49aFiyEGe > j1oB3B0B50mn+zzrAe4/DUQZQf1mCaIMiVL0sUZ4PlvNn172mpw1WgsN9pepclhC > rJ+EpntYkhYcwWA6Q9XcBSEq055+DX3KGq/7ImuOeawJ81spkt0= > =4ARB > -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/efde35ac-7c83-4427-b9f8-c9fedd46c8e9n%40googlegroups.com.
