search for: vantress

Displaying 3 results from an estimated 3 matches for "vantress".

Did you mean: huntress
2020 Feb 17
1
R-3.6.2 make check fails
You're definitely missing bits of texlive. Lots of "missing file: mf" in your debug logs. I think you need to start with installing texlive-metafont. Alternately, there are pre-built R 3.6.2 packages for EL-7 here: https://koji.fedoraproject.org/koji/buildinfo?buildID=1421894 I cannot push them as official updates to EPEL because of the catch-22 created by R's dependency on
2020 Feb 17
1
R-3.6.2 make check fails
...ies for latex-bin Description : Binaries for latex-bin I'm not sure I see any significant different between my output and yours. -- Wes -----Original Message----- From: R P Herrold <herrold at owlriver.com> Sent: Monday, February 17, 2020 10:41 AM To: Barris, Wes <Wes.Barris at cobb-vantress.com> Cc: r-sig-fedora at r-project.org Subject: [EXTERNAL] - R-3.6.2 make check fails On Fri, 14 Feb 2020, Barris, Wes wrote: > I have been able to build previous versions of R up to and including > 3.5.3 successfully. Starting with 3.6.0 the "make check" step fails > wit...
2020 Feb 14
3
R-3.6.2 make check fails
I am trying to build the latest version of R (3.6.2) on a CentOS system running 7.7.1908. I have been able to build previous versions of R up to and including 3.5.3 successfully. Starting with 3.6.0 the "make check" step fails with errors relating to "pdflatex" being missing. So, I installed texlive-latex (and the 100 other rpm dependencies) then tried rebuilding R.