Oliver Kullmann
2009-Dec-05 18:25 UTC
[R] regression tests still fail for R version 2.10.0
Hello, on Mon Nov 9 17:57:04 CET 2009 I've sent an e-mail to the R mailing list (see below), about a failing regression test. Yet nobody replied, while (obviously) the situation didn't change (installation still fails, and might continue to do so in the future). I wonder whether somebody has to say something here? Shall a bug report be submitted? Or will R 2.10.1 have fixed the bug? Oliver -------------------------------------- Hello, I have installed R version 2.9.2, and everything works fine, but when attempting to install version 2.10.0 I get: running code in 'datasets.R' ... OK comparing 'datasets.Rout' to './datasets.Rout.save' ... OK make[4]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' make[3]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' make[3]: Entering directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' running regression tests ... make[4]: Entering directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' running code in 'reg-tests-1.R' ...make[4]: *** [reg-tests-1.Rout] Error 1 make[4]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' make[3]: *** [test-Reg] Error 2 make[3]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' make[2]: *** [test-all-basics] Error 1 make[2]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0' make: *** [R_base] Error 1 Before that the build seems alright. Oliver -- Dr. Oliver Kullmann Computer Science Department Swansea University Faraday Building, Singleton Park Swansea SA2 8PP, UK http://cs.swan.ac.uk/~csoliver/
David Winsemius
2009-Dec-05 18:39 UTC
[R] regression tests still fail for R version 2.10.0
The question lacks so many specifics that would be needed to address problem that I suspect persons with sufficient knowledge to address it (and I am probably not among that group) simply passed it over and waited for you to get sufficiently motivated to actually read the Posting Guide. Among the missing items are OS specifics, why you need to install from sources, which version of the source bundle, (perhaps) which mirror, etc, etc. (I surely would not report a bug with so much missing information.) -- David. On Dec 5, 2009, at 1:25 PM, Oliver Kullmann wrote:> Hello, > > on Mon Nov 9 17:57:04 CET 2009 I've sent > an e-mail to the R mailing list (see below), > about a failing regression test. Yet nobody > replied, while (obviously) the situation didn't > change (installation still fails, and might > continue to do so in the future). > > I wonder whether somebody has to say something here? > Shall a bug report be submitted? > Or will R 2.10.1 have fixed the bug? > > Oliver > > -------------------------------------- > > Hello, > > I have installed R version 2.9.2, and everything > works fine, but when attempting to install version 2.10.0 > I get: > > running code in 'datasets.R' ... OK > comparing 'datasets.Rout' to './datasets.Rout.save' ... OK > make[4]: Leaving directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > make[3]: Leaving directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > make[3]: Entering directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > running regression tests ... > make[4]: Entering directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > running code in 'reg-tests-1.R' ...make[4]: *** [reg-tests-1.Rout] > Error 1 > make[4]: Leaving directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > make[3]: *** [test-Reg] Error 2 > make[3]: Leaving directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > make[2]: *** [test-all-basics] Error 1 > make[2]: Leaving directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0/tests' > make[1]: *** [check] Error 2 > make[1]: Leaving directory `/home/csoliver/SAT-Algorithmen/ > OKplatform/ExternalSources/builds/R/R-2.10.0' > make: *** [R_base] Error 1 > > Before that the build seems alright. > > Oliver > > -- > Dr. Oliver Kullmann > Computer Science Department > Swansea University > Faraday Building, Singleton Park > Swansea SA2 8PP, UK > http://cs.swan.ac.uk/~csoliver/ > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.David Winsemius, MD Heritage Laboratories West Hartford, CT
Possibly Parallel Threads
- can't install R with *local* gcc
- installation of R (14.1 and 15.1) fails: [reg-packages.Rout] Error 1
- installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
- read.table: deciding automatically between two colClasses values
- elegant way to check if 2 values are in 3 columns?