Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bareos-client 21.1.3 #98016

Closed
wants to merge 1 commit into from
Closed

Conversation

cho-m
Copy link
Member

@cho-m cho-m commented Mar 29, 2022

Created with brew bump-formula-pr.

@BrewTestBot BrewTestBot added bump-formula-pr PR was created using `brew bump-formula-pr` no ARM bottle Formula has no ARM bottle no Linux bottle Formula has no Linux bottle labels Mar 29, 2022
@cho-m cho-m force-pushed the bump-bareos-client-21.1.2 branch from aabb287 to fe61fcf Compare March 29, 2022 01:55
system "make", "install"
end
args = %W[
-DENABLE_PYTHON=OFF
Copy link
Member Author

@cho-m cho-m Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea how to only disable Python 2.

bareos-client uses find_package(Python2 ...) and find_package(Python3 ...). - https://github.com/bareos/bareos/blob/Release/21.1.2/core/cmake/BareosFindAllLibraries.cmake#L45-L46

MacOS Python 2 causes issues during install.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we just inreplace "Python2", "Python3"?

Copy link
Member Author

@cho-m cho-m Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even manually disabling Python 2 causes other failures with Python 3 as it tries to install into Python formula Framework directory. For now, will drop Python plugins. Build system isn't really friendly to 3rd-party distribution.

@cho-m cho-m force-pushed the bump-bareos-client-21.1.2 branch 2 times, most recently from 378c9c7 to ac05771 Compare March 29, 2022 02:42
end
# Work around hardcoded paths to /usr/local Homebrew installation
inreplace "core/CMakeLists.txt", "/usr/local/", "#{HOMEBREW_PREFIX}/"
inreplace "core/cmake/FindReadline.cmake", "/usr/local/opt/readline/lib", Formula["readline"].opt_lib
Copy link
Member Author

@cho-m cho-m Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hardcoded path to readline static library (/usr/local/opt/readline/lib/libreadline.a) in https://github.com/bareos/bareos/blob/Release/21.1.2/core/cmake/FindReadline.cmake#L32=

Could just remove the Darwin section and let CMake find_library properly detect the dylib. Otherwise, this isn't actually using readline at runtime for macos.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest removing the Darwin section indeed

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Apr 1, 2022
@cho-m cho-m added in progress Stale bot should stay away and removed stale No recent activity labels Apr 1, 2022
@cho-m cho-m force-pushed the bump-bareos-client-21.1.2 branch from ac05771 to 7de4c9f Compare June 16, 2022 06:34
@cho-m cho-m changed the title bareos-client 21.1.2 bareos-client 21.1.3 Jun 16, 2022
@cho-m cho-m mentioned this pull request Jun 16, 2022
@cho-m cho-m force-pushed the bump-bareos-client-21.1.2 branch 2 times, most recently from c4bb655 to c35cb70 Compare June 16, 2022 15:35
@cho-m cho-m force-pushed the bump-bareos-client-21.1.2 branch from c35cb70 to e6ec5f7 Compare June 16, 2022 18:10
@cho-m cho-m removed do not merge in progress Stale bot should stay away labels Jun 16, 2022
@github-actions
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Jun 23, 2022
@cho-m cho-m added ready to merge PR can be merged once CI is green and removed stale No recent activity labels Jun 23, 2022
@github-actions
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Jun 25, 2022
@cho-m cho-m removed the stale No recent activity label Jun 25, 2022
@BrewTestBot
Copy link
Member

🤖 A scheduled task has triggered a merge.

@github-actions github-actions bot added the outdated PR was locked due to age label Jul 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 27, 2022
@cho-m cho-m deleted the bump-bareos-client-21.1.2 branch September 18, 2022 06:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` no ARM bottle Formula has no ARM bottle no Linux bottle Formula has no Linux bottle outdated PR was locked due to age ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants