I have compiled R version 1.3.1 on a Linux system. No errors or warnings are reported. However, "make check" fails thus: ====make[5]: Leaving directory `/proj/informatics-build/GML/R/R-1.3.1/src/library' running code in base-Ex.R ... ../../bin/R --vanilla < base-Ex.R > base-Ex.Rout make[4]: *** [base-Ex.Rout] Error 139 ==== The base-Ex.Rout being produced at this point ends with: ====> ## 1-d tables> (Poiss.tab <- table(N = rpois(200, lam= 5)))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 1 ==== Does anyone have any suggestions as to what the problem may be? The configuration parametsr used are: environment parameters: CC=gcc CFLAGS=-O2 FC='g77 -L/usr/central/lib' FFLAGS=-O2 CPPFLAGS=-I/usr/common/include LIBS=-L/usr/central/lib ./configure --prefix=/proj/informatics-build/GML/R/Linux-ia32 \ --without-readline --without-tcltk --without-gnome (An equivalent build on an SGI Irix6.5 system also compiles, with various warnings, but then fails to paas the checks either, but fails on a later script). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
gml4410@ggr.co.uk writes:> I have compiled R version 1.3.1 on a Linux system. No errors or^^^^^^^^^^^^ Which one? In particular, which compiler version?> warnings are reported. > > However, "make check" fails thus: > > ====> make[5]: Leaving directory > `/proj/informatics-build/GML/R/R-1.3.1/src/library' > running code in base-Ex.R ... > ../../bin/R --vanilla < base-Ex.R > base-Ex.Rout > make[4]: *** [base-Ex.Rout] Error 139 > ====> > The base-Ex.Rout being produced at this point ends with: > > ====> > ## 1-d tables > > (Poiss.tab <- table(N = rpois(200, lam= 5))) > 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 1 > ====Unfortunately, the output is buffered so that one on catastrophic error will lose the last bit. It might be more informative if you ran the command directly, without the redirection to base-Ex.Rout. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> "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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._