[MDEV-8128] cmake fails to detect boost libraries Created: 2015-05-10 Updated: 2020-05-11 Resolved: 2015-06-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - OQGRAPH |
| Affects Version/s: | 10.0.19 |
| Fix Version/s: | 10.0.20 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bernard Spil | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 10.1 amd64 |
||
| Sprint: | 10.0.20 |
| Description |
|
When building MariaDB 10.0.19 (as well as 10.0.17, 10.0.18 and possibly earlier) cmake fails to pick up the installed boost libraries.
When I add LDFLAGS and CXXFLAGS cmake starts detecting Boost OK and reports Requisites for OQGraph are OK but then fails to compile storage/perfschema/pfs.cc
|
| Comments |
| Comment by Bernard Spil [ 2015-05-10 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
At least I've fixed the Boost detection problem... Thanks to ngladitz on #cmake@Freenode
Now back to failing with
| |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2015-06-17 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
I'll fix boost detection, but oqgraph still won't compile with clang. |