Dear R Developers,
Building R from source has never been straight forward but now it has become
impossible. Even when one compiles and links all files
Still below error is stopping completing build process. This certainly is
deplorably mischievous. Please support to resolve immediately.
Cygwin + win 10 -> error installing sysdata.rda , 64 BIT.
make[4]: Entering directory '/cygdrive/c/ons_1/e2/4.1.2/src/library/tools'
installing 'sysdata.rda'
*** caught segfault ***
address 0x18, cause 'memory not mapped'
Traceback:
1: .Call(PS_sigs, 1L)
2: eval(exprs[i], envir)
3: eval(exprs[i], envir)
4: sys.source(codeFile, env, keep.source = keep.source, keep.parse.data =
keep.parse.data)
5: doTryCatch(return(expr), name, parentenv, handler)
6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
7: tryCatchList(expr, classes, parentenv, handlers)
8: tryCatch(expr, error = function(e) { call <- conditionCall(e) if
(!is.null(call)) { if (identical(call[[1L]], quote(doTryCatch)))
call <- sys.call(-4L) dcall <- deparse(call, nlines = 1L)
prefix <- paste("Error in", dcall, ": ") LONG <- 75L sm <-
strsplit(conditionMessage(e), "\n")[[1L]] w <- 14L + nchar(dcall, type =
"w") + nchar(sm[1L], type = "w") if (is.na(w)) w <- 14L +
nchar(dcall, type = "b") + nchar(sm[1L], type = "b") if
(w > LONG) prefix <- paste0(prefix, "\n ") } else prefix <-
"Error : " msg <- paste0(prefix, conditionMessage(e), "\n")
.Internal(seterrmessage(msg[1L])) if (!silent &&
isTRUE(getOption("show.error.messages"))) { cat(msg, file = outFile)
.Internal(printDeferredWarnings()) } invisible(structure(msg, class =
"try-error", condition = e))})
9: try(sys.source(codeFile, env, keep.source = keep.source, keep.parse.data =
keep.parse.data))
10: loadNamespace(x)
An irrecoverable exception occurred. R is aborting now ...
/bin/sh: line 1: 52047 Done echo
"tools:::sysdata2LazyLoadDB(\"./R/sysdata.rda\",\"../../../library/tools/R\")"
52048 Segmentation fault (core dumped) | R_DEFAULT_PACKAGES=NULL
LC_ALL=C R_ENABLE_JIT=0 TZ=UTC ../../../bin/R --vanilla --no-echo
make[4]: *** [../../../share/make/basepkg.mk:151: sysdata] Error 139
make[4]: Leaving directory '/cygdrive/c/ons_1/e2/4.1.2/src/library/tools'
make[3]: *** [Makefile:36: all] Error 2
make[3]: Leaving directory '/cygdrive/c/ons_1/e2/4.1.2/src/library/tools'
make[2]: *** [Makefile:37: R] Error 1
make[2]: Leaving directory '/cygdrive/c/ons_1/e2/4.1.2/src/library'
make[1]: *** [Makefile:28: R] Error 1
make[1]: Leaving directory '/cygdrive/c/ons_1/e2/4.1.2/src'
make: *** [Makefile:61: R] Error 1
Warm Regards,
Manu
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.