[Rd] Problem testing R version 1.3.1 (PR#1143)

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Fri, 26 Oct 2001 18:03:58 +0200


>>>>> "gml4410" == gml4410  <gml4410@ggr.co.uk> writes:

    gml4410>    I have compiled R version 1.3.1 on a Linux system.  No
    gml4410> errors or warnings are reported.

    gml4410>   However, "make check" fails thus:

    gml4410> ===== make[5]: Leaving directory
    gml4410> `/proj/informatics-build/GML/R/R-1.3.1/src/library' running
    gml4410> code in base-Ex.R ...  ../../bin/R --vanilla < base-Ex.R >
    gml4410> base-Ex.Rout make[4]: *** [base-Ex.Rout] Error 139 =====

    gml4410>    The base-Ex.Rout being produced at this point ends with:

    gml4410> =====
    >> ## 1-d tables (Poiss.tab <- table(N = rpois(200, lam= 5)))
    gml4410> N 0 1 2 3 4 5 6 7 8 9 10 11 18 1 4 14 21 46 40 24 14 19 11 3 2
    gml4410> 1 =====

    gml4410>    Does anyone have any suggestions as to what the problem may
    gml4410> be?

No,
but since you're on Linux you can find much more yourself :
Run R inside the debugger:

cd tests/Examples
../../bin/R -d gdb

 and then in (gdb) 

r --vanilla < base-Ex.R

 and it will (hopefully) stop at the same place
 but you'll see more


    gml4410>    The configuration parametsr used are:

    gml4410> environment parameters:

    gml4410> CC=gcc CFLAGS=-O2 FC='g77 -L/usr/central/lib' FFLAGS=-O2
    gml4410> CPPFLAGS=-I/usr/common/include LIBS=-L/usr/central/lib

FC='..' looks pretty fishy to me, but that maybe another issue entirely.

    gml4410> ./configure --prefix=/proj/informatics-build/GML/R/Linux-ia32
    gml4410> \ --without-readline --without-tcltk --without-gnome


    gml4410> (An equivalent build on an SGI Irix6.5 system also compiles,
    gml4410> with various warnings, but then fails to paas the checks
    gml4410> either, but fails on a later script).

Martin Maechler <maechler@stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO D10	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._