[Rd] cannot build R-devel (>= r49747)

Romain Francois romain.francois at dbmail.com
Tue Sep 22 11:30:29 CEST 2009


On 09/22/2009 11:25 AM, Peter Dalgaard wrote:
>
> Romain Francois wrote:
>
>> However, this might be relevant about my setting, I have the
>> "R_KEEP_PKG_SOURCE" environment variable set to "yes". And if I set it
>> to "no" it builds correctly.
>
> AHA! Yes, that makes sense
>
> R_KEEP_PKG_SOURCE=yes make
>
> breaks for me too with the unprotect_ptr message (SUSE 64bit this time).
>

I can now track this down to these lines in gram.(y|c)

if (!isNull(ParseState.SrcFile))
     	UNPROTECT_PTR(ParseState.SrcFile);

The error occurs the first time ParseState.SrcFile is not null.

-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/yw8E : New R package : sos
|- http://tr.im/y8y0 : search the graph gallery from R
`- http://tr.im/y8wY : new R package : ant



More information about the R-devel mailing list