[bareos-users] Re: Compiling bareos from source using cmake

2025-02-14 Thread Wijnand van der Giessen
Hello another not very experienced coder here who wants to try to compile bareos. I've done it a few times for the major versions 20, 21 and 22 with a process that I collected from online which comes down to get development resources in place, get the source to local machine, check requirements

[bareos-users] Re: Compiling bareos from source using cmake

2023-12-05 Thread Jörg Steffens
On 05.12.23 at 13:53 wrote raspLover: that worked like a charm! Great. Thank you very much! i head much tests that where not working, does it mean something? Backup is running well. In our test environment, there are no failing tests. New code first gots integrated, when all tests succee

[bareos-users] Re: Compiling bareos from source using cmake

2023-12-05 Thread raspLover
that worked like a charm! Thank you very much! i head much tests that where not working, does it mean something? Backup is running well. 13% tests passed, 96 tests failed out of 110 Total Test time (real) = 480.41 sec The following tests did not run: 1 - webui:admin-client_link_on_da

[bareos-users] Re: Compiling bareos from source using cmake

2023-12-04 Thread Jörg Steffens
On 04.12.23 at 16:34 wrote raspLover: Hi, i'm no compiling expert. is there a step by step to build the filedaemon on the raspberry pi? For Raspberry Pi OS, so Debian based, right? Than you can easily build the Debian packages: # get the source git clone https://github.com/bareos/bareos.git

[bareos-users] Re: Compiling bareos from source using cmake

2023-12-04 Thread raspLover
Hi, i'm no compiling expert. is there a step by step to build the filedaemon on the raspberry pi? regards Jörg Steffens schrieb am Montag, 19. März 2018 um 12:23:43 UTC+1: > Hi Greg, > > you are right. Bareos has switched from autoconf (configure, ...) to > cmake in master, and this is not yet

[bareos-users] Re: Compiling bareos from source using cmake

2018-03-19 Thread Jörg Steffens
Hi Greg, you are right. Bareos has switched from autoconf (configure, ...) to cmake in master, and this is not yet documented in the developer documentation. The best way to get the settings used by the Bareos project itself is to look into the package building files, e.g. https://github.com/bare