Skip to content
Prev 13584 / 398502 Next

R Installation problem: 'make check' errors

Fritz Roth <froth at hms.harvard.edu> writes:
....
Yes, that is a bug in the make process. It is not re-running the
failed check of base-Ex.R. I think we got that fixed in 1.4(-pre).
Hmmmm. Is mva the first of those packages that use Fortran? There are
known issues with Fortran dynamic libraries and 6.2, and the
--enable-shlib might trigger a problem where it normally doesn't.
This is incomplete because you get a fatal error (triggering the core
dump). What happens if you go to the tests/Examples directory and type

../../bin/R --vanilla < mva-Ex.R

?

My guess is that you get as far as library('mva'), and if you do the
same with base-Ex.R you'll see the crash happening at a similar spot.

You can also try running under gdb ("../../bin/R -d gdb" then "run
--vanilla < mva-Ex.R") and see if the crash doesn't happen inside
dlopen.  

Either way, you should probably upgrade the compiler suite (or the OS)
or maybe try using f2c.