Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.41
-
None
Description
Currently the CMake code has checks for the libexecinfo library but it is in the FreeBSD / OpenBSD specific code in cmake/os/. This check should be moved to the main CMake file so it is not OS specific. NetBSD / DragonFlyBSD and musl-based Linux OS's (.e.g. Alpine Linux) also use libexecinfo from NetBSD in addition to FreeBSD and OpenBSD.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.2 [ 14601 ] |
Assignee | Daniel Black [ danblack ] |
Description | Currently the CMake code has checks for the libexecinfo library but it is in the FreeBSD / OpenBSD specific code in cmake/os/. This check should be moved to the main CMake file so it is not OS specific. NetBSD / DragonFlyBSD and musl-based Linux OS's also use libexecinfo from NetBSD in addition to FreeBSD and OpenBSD. | Currently the CMake code has checks for the libexecinfo library but it is in the FreeBSD / OpenBSD specific code in cmake/os/. This check should be moved to the main CMake file so it is not OS specific. NetBSD / DragonFlyBSD and musl-based Linux OS's (.e.g. Alpine Linux) also use libexecinfo from NetBSD in addition to FreeBSD and OpenBSD. |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] |
Assignee | Daniel Black [ danblack ] | Vladislav Vaintroub [ wlad ] |
issue.field.resolutiondate | 2022-07-17 13:42:38.0 | 2022-07-17 13:42:38.502 |
Component/s | Platform FreeBSD [ 10139 ] | |
Component/s | Platform OpenBSD [ 10202 ] | |
Fix Version/s | 10.3.36 [ 27513 ] | |
Fix Version/s | 10.4.26 [ 27511 ] | |
Fix Version/s | 10.5.17 [ 27509 ] | |
Fix Version/s | 10.6.9 [ 27507 ] | |
Fix Version/s | 10.7.5 [ 27505 ] | |
Fix Version/s | 10.8.4 [ 27503 ] | |
Fix Version/s | 10.9.2 [ 27115 ] | |
Fix Version/s | 10.10.1 [ 27913 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Good idea. Are you doing a patch?