Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Tim Jenness
Tim JennessReporter
Tim Jenness
Tim JennessReviewers
Pim Schellart [X]
RubinTeam
Architecture
Components
Checklist
Checklist
Created September 27, 2017 at 5:44 PM
Updated September 28, 2017 at 2:28 PM
Resolved September 28, 2017 at 2:28 PM
macOS High Sierra ships with a PCRE library but does not ship with PCRE include files. This breaks the build of mariadb and mariadbclient since cmake detects PCRE but can't build with it. Installing pcre using homebrew does seem to work but the best fix is to force use of the bundled version. PCRE only seems to be used to build the mysqltest client.