Re: [Rd] Abuse of a private glibc symbol in R 3.2.3

2016-01-29 Thread Alba Pompeo
Here is my log from 'make check' using an Intel i5 64-bit processor - http://pastebin.com/raw/N6SYAuFX Here is Isaac's log from 'make check' using an Intel Atom 32-bit processor - http://pastebin.com/raw/sey6DEk9 We are both on Alpine Linux, which uses the musl libc. http://www.musl-libc.org/ Tha

[Rd] Abuse of a private glibc symbol in R 3.2.3

2016-01-28 Thread Alba Pompeo
Hello, developers of R. I have been unsuccessfully trying to build R on a musl libc system for the last days. ./configure works, but make fails. The command that errors out is here - http://pastebin.com/raw/UwFRsiqT It was brought to my attention that this is a (very longstanding) abuse of a priv