Summary: | databases/mysqlwsrep57-server: Update to 5.7.41-25.33 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | devel | ||||
Component: | Individual Port(s) | Assignee: | Robert Clausecker <fuz> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fuz | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | http://releases.galeracluster.com/mysql-wsrep-5.7.41-25.33/release-notes-mysql-wsrep-5.7.41-25.33.txt | ||||||
Attachments: |
|
Description
devel
2023-04-11 11:43:42 UTC
If you like, I can try to fix the duplicate symbol issue in the InnoDB memcached plugin for you. It's a fairly common problem since gcc and clang made -fno-common the default. As a workaround, you can likely fix it by adding -fcommon to CFLAGS. For a permanent fix, I'd need to look at the source. Will be committing this patch after some build testing. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c07149a07d5410fa05426c8b53ebd83c0b18514b commit c07149a07d5410fa05426c8b53ebd83c0b18514b Author: devel@galeracluster.com <devel@galeracluster.com> AuthorDate: 2023-04-11 17:33:25 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-04-11 23:02:45 +0000 databases/mysqlwsrep57-server: update to 5.7.41-25.33 The InnoDB memcached plugin is now disabled due to a duplicate symbol issue (likely -fno-common related). Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.41-25.33/release-notes-mysql-wsrep-5.7.41-25.33.txt PR: 270764 databases/mysqlwsrep57-server/Makefile | 6 +++--- databases/mysqlwsrep57-server/distinfo | 6 +++--- databases/mysqlwsrep57-server/pkg-plist | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) Thank you for your contribution. |