Re: [Rd] More problems with building R on a musl platform

2016-02-02 Thread Martin Maechler
> "AP" == Alba Pompeo > on Mon, 1 Feb 2016 15:54:21 -0200 writes: AP> Here is tests/reg-tests-1c.Rout.fail - AP> http://pastebin.com/raw/3QVDUBwT Thank you so it fails only at the very very end, where I had added regression checks for a very recent bug fix... but when I

Re: [Rd] More problems with building R on a musl platform

2016-02-01 Thread Alba Pompeo
Here is tests/reg-tests-1c.Rout.fail - http://pastebin.com/raw/3QVDUBwT About the libm, I don't know which one R uses. musl has its on libm. http://git.musl-libc.org/cgit/musl/tree/src/math I think I also have openlibm installed, but I don't think that's used. Any more information I can give to h

Re: [Rd] More problems with building R on a musl platform

2016-02-01 Thread Martin Maechler
> Alba Pompeo > on Mon, 1 Feb 2016 15:33:11 -0200 writes: > Here's what I did. > svn checkout https://svn.r-project.org/R/trunk/ > cd ./trunk > aclocal -I m4 && autoconf > tools/rsync-recommended > cd .. > mkdir build > cd build > ../trunk/configure