[Midnightbsd-cvs] [MidnightBSD/mports] 5d001b: devel/R-cran-ModelMetrics: fix shared object load ...
Lucas Holt
noreply at github.com
Sat Jul 18 16:35:21 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 5d001b499da5f986de975c083dcad4d84afd2c95
https://github.com/MidnightBSD/mports/commit/5d001b499da5f986de975c083dcad4d84afd2c95
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M devel/R-cran-ModelMetrics/Makefile
Log Message:
-----------
devel/R-cran-ModelMetrics: fix shared object load failure
ModelMetrics.so pulls in a backtrace_symbols(3) reference from Rcpp's
inlined headers. On MidnightBSD that symbol lives in libexecinfo rather
than libc, so R's post-install load test failed with:
Undefined symbol "backtrace_symbols"
Link libexecinfo via PKG_LIBS, matching the existing fix in
devel/R-cran-Rcpp, and bump PORTREVISION.
Verified with bmake fake on amd64: the package now loads and staging
succeeds.
AI-Assisted-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list