[MacPorts] #69838: R-nloptr: stpncpy: error: expected parameter declarator
MacPorts
noreply at macports.org
Mon Apr 29 17:41:58 UTC 2024
#69838: R-nloptr: stpncpy: error: expected parameter declarator
---------------------------------------+--------------------------
Reporter: ryandesign | Owner: barracuda156
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Resolution: | Keywords:
Port: R-nloptr, legacy-support |
---------------------------------------+--------------------------
Comment (by barracuda156):
Replying to [comment:18 ryandesign]:
Apparently that SDK code does nothing and exists for informational
purposes only:
{{{
src/library/tools/R/install.R
@@ -2809,7 +2809,7 @@
if (Sys.info()["sysname"] == "Darwin" &&
(with_c|| with_f77 || with_f9x || with_cxx)) {
## report the SDK in use: we want to know what it is
symlinked to
sdk <- try(system2("xcrun", "--show-sdk-path", TRUE, TRUE),
silent = TRUE)
if(!inherits(sdk, "try-error")) {
sdk <- Sys.readlink(sdk)
message("using SDK: ", sQuote(sdk))
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69838#comment:20>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list