| Summary: | databases/mariadb100-server: mark OQGRAPH broken and allow to disable it properly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | bdrewery, brnrd, junovitch, truckman | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(brnrd) junovitch: merge-quarterly+ |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207675 | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 199601 | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2016-02-11 00:13:27 UTC
Working on it... Trying to get rid of some of the external deps (xz) as well. Could this be an issue with ccache? It should be building with gcc nog clang. From the build log > WITH_CCACHE_BUILD=yes > -- Running cmake version 3.4.2 > -- The C compiler identification is Clang 3.4.1 > -- The CXX compiler identification is Clang 3.4.1 whereas the port's Makefile requires GCC for building OQGraph (https://mariadb.atlassian.net/browse/MDEV-8051) > OQGRPAH_USE= gcc (In reply to Bernard Spil from comment #2) Spot the typo in that Makefile... Patch underway (includes update to 10.0.24) -OQGRPAH_USE= gcc +OQGRAPH_USE= gcc There's actually no point in building it with gcc: since it uses boost and boost is built with clang and gcc/clang ABIs are incompatible, it won't link, or, if it for some strange reason does, won't work properly. Anyway, any progress here? I'm going to commit this on terms of maintainer timeout. A commit references this bug: Author: amdmi3 Date: Thu Apr 21 11:06:28 UTC 2016 New revision: 413725 URL: https://svnweb.freebsd.org/changeset/ports/413725 Log: - Mark OQGRAPH option BROKEN as it fails with both old and new boost - Allow to disable it properly so the build doesn't break of boost is installed - Remove OQGRAPH-related cmake flags, as they do nothing PR: 207094 Submitted by: amdmi3 Approved by: maintainer timeout (brnrd, 2 months) Changes: head/databases/mariadb55-server/Makefile A commit references this bug: Author: junovitch Date: Mon May 2 23:18:12 UTC 2016 New revision: 414492 URL: https://svnweb.freebsd.org/changeset/ports/414492 Log: MFH: r413725 r414483 - Mark OQGRAPH option BROKEN as it fails with both old and new boost - Allow to disable it properly so the build doesn't break of boost is installed - Remove OQGRAPH-related cmake flags, as they do nothing PR: 207094 Submitted by: amdmi3 Approved by: maintainer timeout (brnrd, 2 months) databases/mariadb55-{client,server}: Update to 5.5.49 - Update to latest version 5.5.49 - Fix multiple vulnerabilities - Remove embedded, ports and no-SSL options Build with SSL support by default Security: 8c2b2f11-0ebe-11e6-b55e-b499baebfeaf Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D6161 Approved by: ports-secteam (with hat) Changes: _U branches/2016Q2/ branches/2016Q2/databases/mariadb55-server/Makefile branches/2016Q2/databases/mariadb55-server/distinfo I went an MFH'd this pursuant to the 5.5.49 security update. So set merge-quarterly+ as a result. |