[MDEV-4685] Compile error on LFS Created: 2013-06-20 Updated: 2013-06-23 Due: 2013-07-18 Resolved: 2013-06-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.31 |
| Fix Version/s: | 5.5.32 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Serge Wooden | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux From Scratch (http://www.linuxfromscratch.org) |
||
| Description |
|
Doesn't compile with WITH_PERFSCHEMA_STORAGE_ENGINE turned off. Example error output can be seen at http://www.mail-archive.com/lfs-dev@linuxfromscratch.org/msg18759.html |
| Comments |
| Comment by Sergei Golubchik [ 2013-06-20 ] |
|
How exactly was MariaDB built? |
| Comment by Serge Wooden [ 2013-06-20 ] |
|
Basically, using BLFS Book's cmake instructions for MySQL (http://www.linuxfromscratch.org/blfs/view/svn/server/mysql.html) adjusted to install the package under the /opt subtree instead of /usr. Installation paths were changed manually in CMakeCache.txt. However, the mailing list item referenced above most likely implies traditional /usr installation. By the way, it's the only place returned by Google where this error is mentioned. I can pass CMakeCache.txt used, but I'm not familiar with JIRA and don't know how to do it right. |