Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Göran Broström
- Von: R-SIG-Mac Im Auftrag von Bryan Hanson Gesendet: Mittwoch, 1. April 2020 13:30 An: r-sig-mac R Betreff: [R-SIG-Mac] PCRE JIT compilation error On a fresh install of the binary from mac.r-project.org, if I simply do: library() I see: R > library() There were 30 warnings (use warni

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Bryan Hanson
Confirmed (r78130). Thank you as always Simon. Bryan > On Apr 1, 2020, at 4:46 PM, Simon Urbanek wrote: > > Bryan, > > thanks! There seems to be an issue with PCRE2 JIT on Mojave. I have now > disabled JIT in PCRE2 which seems to be the recommended fix > > I have built the latest version

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Simon Urbanek
Bryan, thanks! There seems to be an issue with PCRE2 JIT on Mojave. I have now disabled JIT in PCRE2 which seems to be the recommended fix I have built the latest version of R 4.0.0 alpha - it is now available from http://mac.r-project.org/high-sierra/R-4.0-branch/R-4.0-branch.pkg as usual.

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread peter dalgaard
Yes, sorry: > osVersion [1] "macOS Mojave 10.14.6" > On 1 Apr 2020, at 16:14 , Prof Brian Ripley wrote: > > It seems to depend on the OS version: there are known issues with PCRE JIT > and macOS 10.15 not just with R, but not for everyone. > > Similarly, installation issues of some

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Prof Brian Ripley
It seems to depend on the OS version: there are known issues with PCRE JIT and macOS 10.15 not just with R, but not for everyone. Similarly, installation issues of some Rcpp-using packages is only known to occur under 10.15 and not with 10.13 (which is what will be used for building binary

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread peter dalgaard
Yes, this has been happening to a number of people, including Simon Urbanek... Oddly enough, I'm seeing nothing of the sort on my slightly different build setup: clang8 + gfortran6.1 as per https://cran.r-project.org/bin/macosx/tools PCRE2 from http://mac.r-project.org/libs/ $ cat

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Bryan Hanson
> > -Ursprüngliche Nachricht- > Von: R-SIG-Mac Im Auftrag von Bryan Hanson > Gesendet: Mittwoch, 1. April 2020 13:30 > An: r-sig-mac R > Betreff: [R-SIG-Mac] PCRE JIT compilation error > > On a fresh install of the binary from mac.r-project.org, if I simply do: &g

Re: [R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Matthias Krawutschke
Im Auftrag von Bryan Hanson Gesendet: Mittwoch, 1. April 2020 13:30 An: r-sig-mac R Betreff: [R-SIG-Mac] PCRE JIT compilation error On a fresh install of the binary from mac.r-project.org, if I simply do: library() I see: R > library() There were 30 warnings (use warnings() to see them

[R-SIG-Mac] PCRE JIT compilation error

2020-04-01 Thread Bryan Hanson
On a fresh install of the binary from mac.r-project.org, if I simply do: library() I see: R > library() There were 30 warnings (use warnings() to see them) R > warnings() Warning messages: 1: In strsplit(x, "\n[ \t\n]*\n", perl = TRUE) : PCRE JIT compilation error 'no more memory' 2: In