Displaying 20 results from an estimated 5000 matches similar to: "R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)"
2015 Nov 23
2
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
For the record ...
I'm on Ubuntu 14.04 too (probably until 16.04 comes out)
Paul
On 21/11/15 10:39, Prof Brian Ripley wrote:
> I think you have it backwards: Ubuntu 14.04 does not support R-devel ....
>
> PCRE 8.32 is 3 years old, so Ubuntu 14.04 shipped an already quite old
> version 19 months ago.
>
> R has long said that its requirement was
>
> PCRE (version
2015 Nov 20
0
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
I think you have it backwards: Ubuntu 14.04 does not support R-devel ....
PCRE 8.32 is 3 years old, so Ubuntu 14.04 shipped an already quite old
version 19 months ago.
R has long said that its requirement was
PCRE (version 8.10 or later, preferably 8.32 or later)
and 8.32 is indeed preferable: the aim is that all the current PCRE
regex syntax be usable on all platforms.
Given that you
2015 Nov 29
1
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
Hi
For the record, Dirk (after a couple of false starts and admirable
persistance!) has got this to work for me.
So on Ubuntu 14.04, adding Dirk's PPA, followed by apt-get update pulls
down a backport for libpcre3.
Thanks Dirk!
Paul
On 24/11/2015 4:57 p.m., Dirk Eddelbuettel wrote:
>
> Sebastian, Paul,
>
> Ubuntu 14.04 builds (for Linux 32 and 64 bit, ie i386 and amd64) of
2020 Mar 17
2
configure --with-pcre1 fails with latest R 4.0 on Ubuntu 14.04
Using --with-pcre1 to configure the latest R 4.0 (revision 77988) on an
Ubuntu 14.04.5 LTS system gives me the following error:
...
checking if lzma version >= 5.0.3... yes
checking for pcre2-config... no
checking for pcre_fullinfo in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking
2020 Mar 18
2
configure --with-pcre1 fails with latest R 4.0 on Ubuntu 14.04
Thanks Tomas. Any chance the old version of the error message could be
restored? It would definitely be more helpful than the current one. It's
confusing to get an error and be told to use --with-pcre1 when you're
already using it.
H.
On 3/18/20 01:08, Tomas Kalibera wrote:
> On 3/17/20 8:18 PM, Herv? Pag?s wrote:
>> Using --with-pcre1 to configure the latest R 4.0 (revision
2019 May 14
3
Pcre install
Hello,
I downloaded R-3.6.0.tar.gz from https://cran.r-project.org/src/base/R-3/.
I tried to install R-3.6.0.tar.gz in Ubuntu system.
Thanks in advance for any help!
yue
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking if PCRE version >= 8.20, < 10.0 and has UTF-8 support... no
checking
2017 Jun 22
1
Compiling R-devel - missing some expected features (zlib, bzlib, lzma, PCRE)
Hi All,
I am compiling R-devel on Linux (Ubuntu 16.04.2) and that works just fine, but I am missing some of the expected features, as shown here:
https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Linux
In particular, after configure (using all defaults), I see:
R is now configured for x86_64-pc-linux-gnu
[...]
Interfaces supported: X11
External libraries:
2019 Feb 25
3
pcre problems
Hi there, ubuntu 18.04.2, trying to compile R-devel 3.6.0, svn 76155.
I am having difficulty compiling R. I think I have pcre installed correctly:
OK~/Downloads/R-devel pcretest -C
PCRE version 8.41 2017-07-05
Compiled with
8-bit support
UTF-8 support
No Unicode properties support
No just-in-time compiler support
Newline sequence is LF
\R matches all Unicode newlines
Internal
2003 Oct 24
2
Versions of PCRE, documenting what grep etc do.
A couple of weeks back there was some discussion about documenting the
regular expressions as used in R. Several years ago the problem was that
this was OS-dependent, and to plug that problem we incorporated regexp
code from a version of GNU grep, later updated to grep-2.4.2 in R 1.2.0.
I have been looking at documenting what grep(perl=TRUE) does, and we
have a similar problem in that the
2015 May 06
3
[PATCH 0/3] p2v: Add Configure Network button (RHBZ#1167921).
https://bugzilla.redhat.com/show_bug.cgi?id=1167921
2015 Apr 08
1
PCRE, and setting C-, LD- and CPP-FLAGS for a local r-devel installation
Hello,
Got some at the time surprising errors some days ago when building a local
r-devel installation on a cluster, with apparent outdated or missing dev
versions of some files. After reading the r-devel news (
https://developer.r-project.org/blosxom.cgi/R-devel/NEWS), it turned out
that " Use of the included versions of ?zlib?, ?bzlib?, ?xz? and PCRE is
deprecated: these are frozen and
2019 Mar 01
2
pcre problems
thanks for this guys.
I only compiled pcre myself as a last resort, because of the
./configure failure. But AFAICS apt-get reports correct
installation:
OK~/Downloads/R-devel sudo apt-get install r-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base-dev is already the newest version (3.5.2-1cosmic).
0 upgraded, 0 newly installed, 0 to
2019 Mar 01
2
pcre problems
thanks for this guys.
I only compiled pcre myself as a last resort, because of the
./configure failure. But AFAICS apt-get reports correct
installation:
OK~/Downloads/R-devel sudo apt-get install r-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base-dev is already the newest version (3.5.2-1cosmic).
0 upgraded, 0 newly installed, 0 to
2019 Mar 01
1
pcre problems
On 3/1/19 9:03 AM, robin hankin wrote:
> OK thanks Tomas, but I get
>
>
> OK~ sudo apt-get build-dep r-base
> Reading package lists... Done
> E: Unable to find a source package for r-base
> OK~
It seems you need to enable source code? repositories on your system
(and then run apt-get update).
You can enable them in /etc/apt/sources.list, uncomment all lines
starting with
2019 Mar 01
2
pcre problems
OK thanks Tomas, but I get
OK~ sudo apt-get build-dep r-base
Reading package lists... Done
E: Unable to find a source package for r-base
OK~
hankin.robin at gmail.com
On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 3/1/19 7:10 AM, robin hankin wrote:
> > thanks for this guys.
> >
> > I only compiled pcre myself as a last
2019 Mar 01
2
pcre problems
OK thanks Tomas, but I get
OK~ sudo apt-get build-dep r-base
Reading package lists... Done
E: Unable to find a source package for r-base
OK~
hankin.robin at gmail.com
On Fri, Mar 1, 2019 at 8:47 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 3/1/19 7:10 AM, robin hankin wrote:
> > thanks for this guys.
> >
> > I only compiled pcre myself as a last
2019 Mar 01
1
[Rd] pcre problems
On 3/1/19 9:03 AM, robin hankin wrote:
> OK thanks Tomas, but I get
>
>
> OK~ sudo apt-get build-dep r-base
> Reading package lists... Done
> E: Unable to find a source package for r-base
> OK~
It seems you need to enable source code? repositories on your system
(and then run apt-get update).
You can enable them in /etc/apt/sources.list, uncomment all lines
starting with
2019 Mar 01
1
pcre problems
Still something wrong. I've uncommented the deb-src lines in
sources.list as you suggested (and I thought it couldn't hurt to try
--allow-unauthenticated as well) and:
root at limpet:/etc/apt# apt-get update --allow-unauthenticated
Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://repo.steampowered.com/steam precise InRelease
Hit:3
2019 Mar 01
1
[Rd] pcre problems
Dear Robin and Tomas,
By changing the CC, I'm hereby trying to move this to
R-SIG-Debian (Ubuntu a flavor of Debian) where it belongs ...
Martin
>>>>> robin hankin
>>>>> on Fri, 1 Mar 2019 21:43:07 +1300 writes:
> Still something wrong. I've uncommented the deb-src lines in
> sources.list as you suggested (and I thought it
2017 Aug 23
1
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello,
Thanks again. I have checked the configure step, the only messages I get containing pcre are:
checking for pcre_fullinfo in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking if PCRE version >= 8.20, < 10.0 and has