Re: [Rd] error in memCompress() in make check

2011-02-22 Thread Petr Savicky
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

Re: [Rd] error in memCompress() in make check

2011-02-22 Thread Petr Savicky
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

Re: [Rd] error in memCompress() in make check

2011-02-22 Thread Prof Brian Ripley
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

[Rd] error in memCompress() in make check

2011-02-22 Thread Petr Savicky
Dear R developers: When i run "make check" in R-patched_2011-02-12 and R-devel_2011-02-22 on a specific machine, the test fails and the file tests/Examples/base-Ex.Rout.fail ends with > txt.xz <- memCompress(txt, "x") Error in memCompress(txt, "x") : internal error 5 in memCompress Exec