[R-SIG-Mac] src based build dying on download.packages
Vincent Carey 525-2265
stvjc at channing.harvard.edu
Mon Mar 13 21:35:33 CET 2006
i didn't find any mention of this problem in a google search --
obviously i can work around the following, but i'd appreciate
comments on getting download/install.packages to work in this context.
is this just an indication of a missing repository resource for
this version of R?
> sessionInfo()
Version 2.3.0 Under development (unstable) (2006-01-31 r37218)
powerpc-apple-darwin8.4.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> version
_
platform powerpc-apple-darwin8.4.0
arch powerpc
os darwin8.4.0
system powerpc, darwin8.4.0
status Under development (unstable)
major 2
minor 3.0
year 2006
month 01
day 31
svn rev 37218
language R
version.string Version 2.3.0 Under development (unstable) (2006-01-31 r37218)
> download.packages("DBI", dest=".")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
*** caught segfault ***
address 0x53534144, cause 'memory not mapped'
Traceback:
1: download.file(url = paste(repos, "PACKAGES.gz", sep = "/"), destfile = tmpf,
method = method, cacheOK = FALSE, quiet = TRUE, mode = "wb")
2: try(download.file(url = paste(repos, "PACKAGES.gz", sep = "/"), destfile
= tmpf, method = method, cacheOK = FALSE, quiet = TRUE, mode = "wb"), silen
t = TRUE)
3: available.packages(contriburl = contriburl, method = method)
4: download.packages("DBI", dest = ".")
More information about the R-SIG-Mac
mailing list