[MDEV-12304] TokuDB doesn't compile on Debian GNU/kFreeBSD Created: 2017-03-20 Updated: 2017-03-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Affects Version/s: | 10.1.22 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ondřej Surý (Inactive) | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Debian | ||
| Issue Links: |
|
||||||||
| Description |
|
This is similar to
A full build log can be found here: https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.1&arch=kfreebsd-amd64&ver=10.1.22-1&stamp=1490002865&raw=0 |
| Comments |
| Comment by Ondřej Surý (Inactive) [ 2017-03-20 ] | |||
|
JFTR the kFreeBSD has GLIBC (so _GLIBC_ is defined), but it has FreeBSD kernel, so not all syscalls are available. The platform can be detected with _FreeBSD_kernel_ macro. Usually you would use:
|