Skip to content

macOS: fix linking problem for macOS >= 14#1620

Merged
BareosBot merged 11 commits intobareos:bareos-23from
joergsteffens:dev/joergs/bareos-23/mac14build
Dec 12, 2023
Merged

macOS: fix linking problem for macOS >= 14#1620
BareosBot merged 11 commits intobareos:bareos-23from
joergsteffens:dev/joergs/bareos-23/mac14build

Conversation

@joergsteffens
Copy link
Member

@joergsteffens joergsteffens commented Dec 11, 2023

macOS build:

  • fixes path problems with the macOS package
  • allow debugging macOS builds via ssh
  • test resulting macOS packages
  • fixes macOS documentation

Backport of PR #1592 to bareos-23

Please check

  • Short description and the purpose of this PR is present above this paragraph
  • Your name is present in the AUTHORS file (optional)

If you have any questions or problems, please give a comment in the PR.

Helpful documentation and best practices

Checklist for the reviewer of the PR (will be processed by the Bareos team)

Make sure you check/merge the PR using devtools/pr-tool to have some simple automated checks run and a proper changelog record added.

General
  • Is the PR title usable as CHANGELOG entry?
  • Purpose of the PR is understood
  • Commit descriptions are understandable and well formatted
  • Check backport line
  • Required backport PRs have been created
Source code quality
  • Source code changes are understandable
  • Variable and function names are meaningful
  • Code comments are correct (logically and spelling)
  • Required documentation changes are present and part of the PR

* Allow SSH connections during build.
* Adds testing the Bareos package.

(cherry picked from commit 0630fd7)
(cherry picked from commit cbc1eb8)
Paths and service names have been outdated (wrong).

(cherry picked from commit 1174127)
(cherry picked from commit 173da30)
required for macOS >= 14.

Fixes bareos#1565: bareos-fd crash on macOS 14.1 Sonoma

(cherry picked from commit 79d14c6)
(cherry picked from commit 9489e2d)
Fix workingdir:
/usr/local/var/lib/bareos (not existing)
  => /usr/local/bareos/var/lib/bareos

Specify CMAKE_INSTALL_PREFIX as build parameter,
instead of fixed in the cmake files.

(cherry picked from commit be0ab25)
for his help debugging bareos-fd on macOS 14.

(cherry picked from commit da03792)
The handling of bconsole.conf have been wrong in some cases.
Now installing config files uses the same cmake code.

(cherry picked from commit 7c288cf)
@arogge arogge force-pushed the dev/joergs/bareos-23/mac14build branch from feba86e to 8686930 Compare December 12, 2023 07:39
@BareosBot BareosBot merged commit 106ef56 into bareos:bareos-23 Dec 12, 2023
@joergsteffens joergsteffens deleted the dev/joergs/bareos-23/mac14build branch April 15, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants