On Tue, Feb 22, 2011 at 01:38:07PM +0100, Petr Savicky wrote:
...
> The commands
>
> txt <- readLines(file.path(R.home("doc"), "COPYING"))
> txt.xz <- memCompress(txt, "x")
>
> do not produce an error, if the compiled R runs in the same shell,
> where "make check" was run. However, they produ
On Tue, Feb 22, 2011 at 11:25:50AM +, Prof Brian Ripley wrote:
> So it seems that there is something wrong with the liblzma library
> used on that machine. Did it use the version supplied with R or an
> external library (which is the default if one is found)? My first
> step would be to fo
So it seems that there is something wrong with the liblzma library
used on that machine. Did it use the version supplied with R or an
external library (which is the default if one is found)? My first
step would be to force the internal version via --with-system-xz=no.
That error appears to b