[MDEV-23377] libmarias3 doesn't compile in OpenBSD Created: 2020-08-03 Updated: 2021-08-25 Resolved: 2021-08-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - S3 |
| Affects Version/s: | None |
| Fix Version/s: | 10.5.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
A fix was done for FreeBSD but it still doesn't work for OpenBSD, the GitHub bug report is here: https://github.com/mariadb-corporation/libmarias3/issues/88 I don't know if their fix affects Windows so I haven't implemented it yet. |
| Comments |
| Comment by Vladislav Vaintroub [ 2020-08-03 ] |
|
I do not think you should worry about Windows, LinuxJedi. We never build it on Windows, and it would not build anyway, from glancing at the source code, because of other things ( #include <pthread.h>, # include <dlfcn.h>, #include <stdbool.h> at least) |
| Comment by Daniel Black [ 2020-08-04 ] |
|
https://github.com/mariadb-corporation/libmarias3/pull/89 reference to POSIX spec - https://github.com/mariadb-corporation/libmarias3/pull/87#issuecomment-668245999 |
| Comment by Daniel Black [ 2021-08-25 ] |
|
Per github issue this has been fixed. The Fix version added is purely on the date after the issue was marked fixed. |