Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 07:25:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250714] databases/mariadb104-server: enable galera/wsrep on arm64/aarch64
Message-ID:  <bug-250714-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250714

            Bug ID: 250714
           Summary: databases/mariadb104-server: enable galera/wsrep on
                    arm64/aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd@freebsd.org
          Reporter: freebsd@darkain.com
          Assignee: brnrd@freebsd.org
             Flags: maintainer-feedback?(brnrd@freebsd.org)

Related to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250664

The databases/galera26 port is being updated to support ARM64/Aarch64. Mari=
aDB
already supports this, except the wsrep_ shell scripts are being excluded in
the Makefile from aarch64 targets.

Using the updated galera package along with just copying in these shell scr=
ipts
from an amd64 machine, galera cluster support is up and working just fine o=
n my
arm64 test cluster.

>From the Makefile. This just needs extending to support arm64:

.if ${ARCH} !=3D amd64
PLIST_SUB+=3D WSREP=3D"@comment "
.endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250714-7788>