Displaying 2 results from an estimated 2 matches for "r72147".
Did you mean:
372147
2017 Feb 09
3
changes in src/unix/system.c break builds on FreeBSD
Dear R devs,
For some days now (~ February, 4th), I am not able to build the recent
tarballs of R-devel on a FreeBSD test box anymore. The breakage seems to
be related to the newest overhaul of src/unix/system.c:
[..snip..]
gcc49 -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -isystem
/usr/local/include -DHAVE_CONFIG_H -fopenmp
2017 Feb 09
0
changes in src/unix/system.c break builds on FreeBSD
...w (which you have). This appears to be a lack of POSIX
compliance on FreeBSD (even POSIX 2004, the current link being
http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html),
so was unexpected and you ought to file a FreeBSD bug report.
I'll add a workaround in R-devel in r72147: let us know if that does not
suffice.
>
> Please let me know, if I should provide more information or can test
> something.
>
> Many thanks in advance,
> Rainer Hurling
>
> ______________________________________________
> R-devel at r-project.org mailing list
> http...