mlthomps@yayoi.mt.m-kagaku.co.jp
1999-Aug-19 09:03 UTC
bug: R says "Floating exception" on DEC-Alpha w/OSF1 (PR#252)
Dear R Development Core Team,
I've been trying to install R ver. 0.64.0 on a
Dec-Alpha machine w/OSF1.
A couple of things go wrong.
After I type "make", the installation process
bombs while trying to compile the R.binary.
It reports the following:
f77 -o ../../bin/R.binary {*** for brevity, I've deleted the
filenames printed here ***}
ld: ../unix/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
I got around this by adding the "-nofor_main" option to the
compile statement in the Makefile in ../src/main directory.
Thus, make issues the command:
f77 -nofor_main -o ../../bin/R.binary {*** again, deleted printed
filenames ***}
That allowed the compilation to complete smoothly.
However, when I tried to run R, I got the following result:
----------------------------------------------------------------------> R
ARGUMENT '' __ignored__
R : Copyright 1999, The R Development Core Team
Version 0.64.0 (April 8, 1999)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "?license" or "?licence" for distribution details.
R is a collaborative project with many contributors.
Type "?contributors" for a list.
Type "demo()" for some demos, "help()" for on-line help,
or
"help.start()" for a HTML browser interface to help.
Type "q()" to quit R.
Floating exception (core dumped)
----------------------------------------------------------------------
So, I tried it with the debugger dbx and got this output:
----------------------------------------------------------------------> R --debugger dbx
dbx version 3.11.8
Type 'help' for help.
"system.c" not defined or not active
(dbx) run
R : Copyright 1999, The R Development Core Team
Version 0.64.0 (April 8, 1999)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "?license" or "?licence" for distribution details.
R is a collaborative project with many contributors.
Type "?contributors" for a list.
Type "demo()" for some demos, "help()" for on-line help,
or
"help.start()" for a HTML browser interface to help.
Type "q()" to quit R.
signal Floating point exception at [InitArithmetic:5 +0x17c,0x120018ddc]
Source not available
(dbx) quit
----------------------------------------------------------------------
Any ideas what might be wrong and how I can get around it?
By the way, I use R on my PC without any glitches.
I'm impressed with the work you have done.
Thanks for providing such useful software,
-Mike
------------------------------------------------------------------
Michael L. Thompson, Ph.D. | Phone: (0)86-457-2805 |
Senior Consultant on Modeling & Statistics | Fax: (0)86-457-2027 |
Development and Engineering Research Center
E-mail: mlthomps@seigi2.mt.m-kagaku.co.jp
mlthomps@alum.mit.edu
Mitsubishi Chemical Corporation, Mizushima Plant
3-10 Ushiodori, Kurashiki, Okayama 712 JAPAN
-------------------------------------------------------------------
Kurt Hornik
1999-Aug-19 09:32 UTC
bug: R says "Floating exception" on DEC-Alpha w/OSF1 (PR#252)
>>>>> mlthomps writes:> This is a multi-part message in MIME format. > ------=_NextPart_000_0007_01BEEA08.8191B340 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable> Dear R Development Core Team,> I've been trying to install R ver. 0.64.0 on a > Dec-Alpha machine w/OSF1.Can you please try the current R-devel snapshot instead? Also, can you please use the function bug.report(), or provide detailed information on what exactly you did and your environment is? -kh -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._