Bug 247957

Summary: databases/mariadb105-server: Needs stacktrace fix
Product: Ports & Packages Reporter: Naram Qashat <cyberbotx>
Component: Individual Port(s)Assignee: Bernard Spil <brnrd>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (brnrd)
Version: Latest   
Hardware: Any   
OS: Any   

Description Naram Qashat 2020-07-14 00:16:21 UTC
mariadb105-server will not build for systems lacking sbrk, and needs the patch-MDEV-15961 file that is also in mariadb103-server and mariadb104-server.
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2020-07-19 11:17:31 UTC
Thanks for reporting, adding the patch...
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-07-19 20:20:20 UTC
A commit references this bug:

Author: brnrd
Date: Sun Jul 19 20:19:56 UTC 2020
New revision: 542596
URL: https://svnweb.freebsd.org/changeset/ports/542596

Log:
  databases/mariadb105-server: Fix build for i386

   * pet portlint
   * i386 requires gcc [1]
   * Fix stacktrace [2]

  PR:		247535 [1], 247957 [2]
  Reported by:	 Raymond Quakkelaar <r quakkelaar quaras nl> [1], Naram Qashat <cyberbotx cyberbotx com> [2]

Changes:
  head/databases/mariadb105-server/Makefile
  head/databases/mariadb105-server/files/mysql-server.in
  head/databases/mariadb105-server/files/patch-MDEV-15961
  head/databases/mariadb105-server/pkg-plist
Comment 3 Bernard Spil freebsd_committer freebsd_triage 2020-07-19 20:21:27 UTC
Started out with a new port with as few as possible patches.
Keep reporting when things are missing!
Comment 4 Vincent Milum Jr 2020-07-28 02:41:09 UTC
Just as an FYI, this is FINALLY fixed upstream, and will be in the next patch release of all MariaDB versions.

https://jira.mariadb.org/browse/MDEV-15961