Displaying 20 results from an estimated 10000 matches similar to: "Getting R to work with Fedora 26"
2017 Aug 19
1
Hmisc on Fedora
Hello,
when I want to install H misc and rms using Fedora 26. I receive the
following error message:
Error: package or namespace load failed for ?Hmisc? in dyn.load(file,
DLLpath = DLLpath, ...):
unable to load shared object '/usr/lib64/R/library/Hmisc/libs/Hmisc.so':
libgfortran.so.3: cannot open shared object file: No such file or directory
Scanning the R-help several other users
2016 Feb 01
2
rstan warning messages
Got past my libgfortran issue
ln -s /usr/lib64/libgfortran.so.3 /usr/lib/libgfortran.so
Now if I could get RCurl and rstan installed.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Friday, January 29, 2016 2:46 PM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at
2016 Feb 03
2
rstan warning messages
Tom,
First of thanks for setting up your RHEL-6 VM to help me!
Until I did that link it would not install. I didn't have any libgfortran files in /usr/lib so I did that soft link. Maybe something didn't fully install or configure. I have inherited this machine from another admin and it is not a fresh installation.
[root at ping /]# ls -l /usr/lib64/libgfortran*
lrwxrwxrwx 1
2016 Jan 28
2
rstan warning messages
Looks to have libgfortran installed.
yum list installed | grep libgfortran
libgfortran.x86_64 4.4.7-16.el6 @rhel-x86_64-server-6
What else could I check?
Installed libcurl-devel and libidn-devel.
yum list installed | grep libcurl
libcurl.x86_64 7.19.7-46.el6 @rhel-x86_64-server-6
libcurl-devel.x86_64
2015 Sep 02
4
Build R with MKL and ICC
After a few days of reading and headache, I finally gave a try at
building R from source with Intel MKL and ICC. Documentation and posts
on this topic are rather incomplete, sometime fantasist et do not give
much explanations about configure options.
As I am not sure if mine is correct, I would appreciate some advices and hints.
OS: Fedora 22
parallel_studio_xe_2016
Hardware : 8 Thread(s) per
2018 Mar 22
1
Cannot install broom package
Hello,
I've problems installing several packages in my R on Fedora 27 64 bit. I
found out that it has to do something with a missing compiler
(libgfortran.so.3, see below).
It works if I downgrade the current version of libgfortran to the
specified version by downloading libgfortran-6.2.1-2.fc25.x86_64.rpm and
manually installing it.
However, I don't want to mess up my system,
2008 Dec 06
1
libgfortran.so.3 is needed by libblas
Hi,
I can''t find any forum that''s directly applicable to opensuse. My apology if I post on a wrong mailing list. But I really like R and want to use it on linux. The problem is I''m new to linux. I have opensuse 11.0. I download the x86_64 installer from opensuse repo. I run the installer and got error saying that libgfortran.so.3 is needed by libblas. I found
2006 Oct 19
1
Segmentation fault/buffer overflow with fix() in Fedora Core 5 from Extras repository
The Fedora Extras update of R found its way onto my systems today and
I noted that fix() and edit() no longer work. There is a program crash
that closes up R, but it does not leave a core file. I've tested by
turning off SELinux, it had no effect.
Do you see it too? What do you think? It happens on both systems
I've tested. As far as I know, both of these systems are up-to-date.
I
2015 Sep 04
2
Build R with MKL and ICC
On Wed, 2015-09-02 at 20:49 +0200, arnaud gaboury wrote:
> On Wed, Sep 2, 2015 at 7:35 PM, arnaud gaboury <arnaud.gaboury at gmail.com> wrote:
> > After a few days of reading and headache, I finally gave a try at
> > building R from source with Intel MKL and ICC. Documentation and posts
> > on this topic are rather incomplete, sometime fantasist et do not give
> >
2008 May 12
1
RPM-style install (SLED 10.1)
I am trying to install R on a SLED 10.1 machine.
R-base-2.7.0-7.1-i586.rpm fails with
stas at linux-6b8s:~/RPMs> rpm -Uvh R-base-2.7.0-7.1.i586.rpm
warning: R-base-2.7.0-7.1.i586.rpm: Header V3 DSA signature: NOKEY,
key ID 14ec5930
error: Failed dependencies:
libgfortran.so.1 is needed by R-base-2.7.0-7.1.i586
I tried to trick it into believing there's the library by setting up
2016 Jan 27
2
rstan warning messages
Confirmed that gcc-gfortran is installed
Package gcc-gfortran-4.4.7-16.el6.x86_64 already installed and latest version
What could I check next?
I do not have the following installed and will get that done and tested again.
libcurl-devel
libidn-devel
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Wednesday, January 27, 2016
2011 Sep 25
1
trouble with library(FEAR) and libgfortran.so.1
Running R version 2.13.1 under Ubuntu 10.10 (kernel version
2.6.35-30-generic) on a x86-64 laptop with gfortran 4.4, I'm trying to
install and use the FEAR package from
http://www.clemson.edu/economics/faculty/wilson/Software/FEAR/fear.html.
I downloaded the the FEAR 1.15 package for 64-bit Linux (compatible with
R-2.12.0 compiled with GCC, GNU Fortran 4.1.2, Linux kernel 2.6.16.60
SMP) to the
2017 Jun 23
2
v3.4.0-2 incompatible with gcc 7.1
I'm on Arch Linux kernel version 4.11.6-1 using gcc version 7.1.1:
gcc --version
gcc (GCC) 7.1.1 20170516
I have installed R through the arch package manager pacman and when I
attempt to initiate it, R crashes stating a missing dependency:
/usr/lib64/R/bin/exec/R: error while loading shared libraries:
libgfortran.so.3: cannot open shared object file: No such file or directory
I thought
2017 Jun 23
2
v3.4.0-2 incompatible with gcc 7.1
Thank you for correcting my misunderstandings, Professor. Compiling from
source did the trick, and I'll be following up with the arch maintainers
about addressing the issue on their end.
Best,
Chris
On Fri, 23 Jun 2017 at 11:02 Prof Brian Ripley <ripley at stats.ox.ac.uk>
wrote:
> R is compatible with GCC 7.1 ! New compiler versions are tested, as
> well as those under
2017 Jul 21
2
Installing R 3.4.0 on Red Hat 6
On Fri, Jul 21, 2017 at 11:39 AM, Tom Callaway <tcallawa at redhat.com> wrote:
> On 07/21/2017 11:18 AM, Larry Martell wrote:
>> I am trying to install R 3.4.0 on RHEL6. If I look here is it there:
>>
>> http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/
>>
>> I did this:
>>
>> sudo subscription-manager repos --enable rhel-6-server-optional-rpms
2015 May 08
2
Unable to install packages: "/usr/bin/ld: cannot find -lgfortran"
Dear all,
I'm using R version 3.2.0 in Ubuntu 12.04 LTS.
While trying to install any package I get the error: "/usr/bin/ld: cannot
find -lgfortran"
If I open a Terminal and run "ldconfig -p | grep libgfortran"?, I get:?
"libgfortran.so.3 (libc6,x86-64) =>
/usr/lib/x86_64-linux-gnu/libgfortran.so.3"
I've been an R user for two years and this is the
2017 Jun 24
1
v3.4.0-2 incompatible with gcc 7.1
Thanks Ista, that's good to know. Did you install from pacman?
Chris
On Fri, 23 Jun 2017 at 20:35 Ista Zahn <istazahn at gmail.com> wrote:
> FWIW, I don't have any problems with R on Arch Linux.
>
> On Jun 23, 2017 1:32 PM, "Chris Cole" <chris.c.1221 at gmail.com> wrote:
>
>> Thank you for correcting my misunderstandings, Professor. Compiling from
2020 Jul 06
2
R 4.0.0 rebuild status
R-BiocFileCache is now branched for f32 (finally). You should be able to
build it if/when the PDC comes back up. Lotta random outages right now.
Tom
On Mon, Jul 6, 2020 at 10:40 AM Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote:
> On Tuesday, 9 June 2020 03.40.52 WEST Tom Callaway wrote:
> > Over the last several days, I've been working hard to get all of the
> Fedora
>
2008 Nov 01
2
[LLVMdev] llvm-gfortran gives errors on AMD64-Ubuntu
Hi,
I have installed llvm and llvm-gfortran on Pentium4 machine using 32-bit
Ubuntu, it works fine. I recently installed them on AMD64-Ubuntu 8.04,
llvm-gfortran gave me following errors
$ llvm-gfortran -Wall hello.f95 -o hellof
/home/jli127/LLVM/llvm-gcc/install/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../lib64/libgfortran.a(error.o):
In function `_gfortrani_gfc_itoa':
2020 Jun 09
5
R 4.0.0 rebuild status
Over the last several days, I've been working hard to get all of the Fedora
R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). With
the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and
R-rtracklayer, I believe everything is built and updated to the latest
versions. And of those packages, they're all ready to go when Fedora
infrastructure is working reliably