On 08/10/2012 10:21, Oliver Kullmann wrote:
sorry, I forgot: I'm using gcc and gfortran, version 4.5.4.
Please see the posting guide (and there are no versions 14.1 and 15.1 of
R). It really isn't clear what you did: this seems to be *checking* R:
did you build it from the sources yourself?
The appropriate list for problems in installing R from source or
checking an R installation is R-devel, so please follow up there.
I would expect there to be a file tests/reg-packages.Rout.fail
containing the details of the problem.
Oliver
On Mon, Oct 08, 2012 at 09:57:00AM +0100, Oliver Kullmann wrote:
Hello,
I'm trying to install R on two Linux machines:
1.
uname -a
Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC
2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux
2.
uname -a
Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26
09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux
I am trying version 14.1 on first machine and 15.1 on second machine.
On both machines I get the same test error:
1.
comparing 'reg-tests-2.Rout' to './reg-tests-2.Rout.save' ... OK
running code in 'reg-examples1.R' ... OK
running code in 'reg-examples2.R' ... OK
running code in 'reg-packages.R' ...make[4]: *** [reg-packages.Rout]
Error 1
make[4]: Leaving directory
`/home/csoliver/OKplatform/ExternalSources/builds/R/R-2.14.1/tests'
make[3]: *** [test-Reg] Error 2
2.
comparing 'reg-tests-2.Rout' to './reg-tests-2.Rout.save' ... OK
running code in 'reg-examples1.R' ... OK
running code in 'reg-examples2.R' ... OK
running code in 'reg-packages.R' ...make[4]: *** [reg-packages.Rout]
Error 1
make[4]: Leaving directory
`/home/kullmann/OKplatform/ExternalSources/builds/R/R-2.15.1/tests'
make[3]: *** [test-Reg] Error 2
I looked at
http://www.stats.bris.ac.uk/R/doc/FAQ/R-FAQ.html#R-Bugs
and didn't find specific suggestions about information to provide in
case of building errors. And I don't know how to get more information
about these test-errors.
Hope somebody can help.
Best regards
Oliver
______________________________________________
R-help@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.
--
Brian D. Ripley, rip...@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
______________________________________________
R-help@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.