Re: [R] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2014-11-11 Thread Vinh Nguyen
On Tue, Nov 11, 2014 at 10:06 AM, Jeff Newmiller wrote: > Perhaps you are not using a compatible compiler. I believe this is off-topic > for this mailing list, though.. see the Posting Guide. I'll move this question to r-devel. Thanks. -- Vinh __ R-

Re: [R] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2014-11-11 Thread Jeff Newmiller
Perhaps you are not using a compatible compiler. I believe this is off-topic for this mailing list, though.. see the Posting Guide. --- Jeff NewmillerThe . . Go Live... DCN:Ba

Re: [R] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2014-11-11 Thread Vinh Nguyen
I went back and compiled older versions of R to see if this error exists. On R 3.0.3, I get: debug(available.packages) install.packages('ggplot2', dep=TRUE, repo='http://cran.stat.ucla.edu') ... Browse[2]> debug: z <- res0 <- tryCatch(read.dcf(file = tmpf), error = identity) Browse[2]> Error: seg

[R] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2014-11-11 Thread Vinh Nguyen
Dear list, I was able to successfully compile R on our AIX box at work using the GNU compilers following the instructions on the R Administration guide. The output can be seen at here (https://gist.github.com/nguyenvinh/504321ea9c89d8919bef) and yields no errors . However, I get a segfault whene