[CONPY-198] FreeBSD use of undeclared identifier 'CLOCK_MONOTONIC_RAW' Created: 2022-04-03 Updated: 2022-04-05 |
|
| Status: | Open |
| Project: | MariaDB Connector/Python |
| Component/s: | Installation |
| Affects Version/s: | 1.0.10 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Lee Nelson | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 13.0 amd64 |
||
| Attachments: |
|
| Python Version: | 3.8.12 |
| Description |
|
Compilation fails with the following: A google search found the same error in a similar environment in a completely different project: The solution there was to add the following: |
| Comments |
| Comment by Lee Nelson [ 2022-04-03 ] |
|
I tested minor version (ie 1.0.x) back to 1.0.0 and had the same result with each version. |
| Comment by Georg Richter [ 2022-04-03 ] |
|
Thanks for filing this issue: I think better way would be to move from CLOCK_MONOTONIC_RAW to CLOCK_MONOTONIC. At least this is the way in python kernel code. |