Summary: | databases/galera: Build fails since boost-libs update to 1.84 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Michael Glaus <michael.glaus> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | devel, fernape, linus.sundqvist, mark | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(devel) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Confirmed in pkg-fallout: https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-May/595642.html To our knowledge, the last use for galera package has been by databases/mariadb103-server and databases/mysqlwsrep57-server. Both of them seem to have removed from the ports. Therefore it does not make sense to fix galera anymore, it has been superseded by databases/galera26 (used by databases/mariadb104-server onwards). A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=195cd5c6664cff7346ed5149cc36c21ea886d4ca commit 195cd5c6664cff7346ed5149cc36c21ea886d4ca Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-05-09 07:46:48 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-05-09 07:46:48 +0000 databases/galera: Deprecate Does not build. Port superseded by databases/galera26 Confirmed by maintainer. PR: 277224 Reported by: michael.glaus@hostpoint.ch databases/galera/Makefile | 3 +++ 1 file changed, 3 insertions(+) Port marked as deprecated. Thanks! |
Created attachment 248680 [details] Build log Since boost-libs received the update to 1.84, galera 25.3.37_5 fails to build. See attachment for build log. I believe that galera is using a compiler standard, that does not support some features needed for boost-libs. I tried the build with different compiler settings (by modifying USES= compiler and USE_CXXSTD) but with no success.