PS Mainly for Michael's benefit: [...] ** preparing package for lazy loading
*** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .C("R_gtkInit", length(args), x = args, success = logical(1), PACKAGE = "RGtk2") 2: gtkInit(args) 3: fun(libname, pkgname) 4: doTryCatch(return(expr), name, parentenv, handler) 5: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatch(fun(libname, pkgname), error = identity) 8: runHook(".onLoad", env, package.lib, package) 9: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 10: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 11: loadNamespace(package, lib.loc, keep.source, partial = TRUE) 12: withCallingHandlers(expr, packageStartupMessage = function(c) invokeRestart("muffleMessage")) 13: suppressPackageStartupMessages(loadNamespace(package, lib.loc, keep.source, partial = TRUE)) 14: code2LazyLoadDB(package, lib.loc = lib.loc, keep.source = keep.source, compress = compress) 15: makeLazyLoading(pkg_name, lib, keep.source = keep.source) 16: doTryCatch(return(expr), name, parentenv, handler) 17: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 18: tryCatchList(expr, classes, parentenv, handlers) 19: 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)[1L] prefix <- paste("Error in", dcall, ": ") LONG <- 75L msg <- conditionMessage(e) sm <- strsplit(msg, "\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 && identical(getOption("show.error.messages"), TRUE)) { cat(msg, file = stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))}) 20: try({ suppressPackageStartupMessages(.getRequiredPackages(quietly = TRUE)) makeLazyLoading(pkg_name, lib, keep.source = keep.source)}) 21: do_install_source(pkg_name, instdir, pkg, desc) 22: do_install(pkg) 23: tools:::.install_packages() aborting ... Segmentation fault make: *** [R_any_arch] Error 139 /usr/share/R/debian/r-cran.mk:76: recipe for target 'R_any_arch' failed dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2 >From the most recent build attempt of 2.1.20 on s390x at https://buildd.debian.org/status/fetch.php?pkg=rggobi&arch=s390x&ver=2.1.20-1&stamp=1403695001 Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org