[Bug 227628] databases/mariadb55-server, databases/mariadb100-server, databases/mariadb101-server, databases/mariadb102-server: Fix build for aarch64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 19 03:39:12 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227628
Bug ID: 227628
Summary: databases/mariadb55-server,
databases/mariadb100-server,
databases/mariadb101-server,
databases/mariadb102-server: Fix build for aarch64
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: brnrd at freebsd.org
Reporter: cyberbotx at cyberbotx.com
Flags: maintainer-feedback?(brnrd at freebsd.org)
Assignee: brnrd at freebsd.org
Created attachment 192637
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192637&action=edit
mariadb102-server.patch
These patches allow the MariaDB ports to build for aarch64. They didn't build
because of their use of sbrk, which is not available under the aarch64
architecture of FreeBSD. I used the patch applied to MySQL from Oracle as shown
here:
https://github.com/mysql/mysql-server/commit/75271e51d60bce8683423b208cbb43b11ca6060e
I did not check if MariaDB runs with these patches, though, only that it builds
and links. I do not have a working aarch64 system to test runtime with these
patches. But considering that the above commit to MySQL limits this code to
Linux, I suspect the server should run just fine under FreeBSD still.
(Patches for 55, 100 and 101 will be in the following messages.)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list