search for: 1qfjqqy2

Displaying 4 results from an estimated 4 matches for "1qfjqqy2".

2016 Feb 01
3
Wrong config check for __libc_stack_end
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 make make check On make check it gives an error. Here's the log. http://pastebin.com/raw/1qfjqQY2 On Mon, Feb 1, 2016 at 1:53 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > On Feb 1, 2016, at 9:56 AM, Alba Pompeo <albapompeo at gmail.com> wrote: > >> @Simon. Here's what I did. >> I checked out R revision 70059. >> Ran export r_cv_libc_...
2016 Feb 01
1
More problems with building R on a musl platform
...> tools/rsync-recommended > > cd .. > > mkdir build > > cd build > > ../trunk/configure > > make > > make check > > > On make check it gives an error. > > Here's the log. > > http://pastebin.com/raw/1qfjqQY2 > > Thank you. It shows some output differences for complex > arithmetic, which *may* be a bad sign for the musl routines, or > the (also alternative ??) math lib you have on your platform. > But these differences where not leading to the failure, > rather is the reason close...
2016 Feb 01
0
More problems with building R on a musl platform
...nk > aclocal -I m4 && autoconf > tools/rsync-recommended > cd .. > mkdir build > cd build > ../trunk/configure > make > make check > On make check it gives an error. > Here's the log. > http://pastebin.com/raw/1qfjqQY2 Thank you. It shows some output differences for complex arithmetic, which *may* be a bad sign for the musl routines, or the (also alternative ??) math lib you have on your platform. But these differences where not leading to the failure, rather is the reason close to the end of the log: -----...
2016 Feb 01
3
Wrong config check for __libc_stack_end
@Simon. Here's what I did. I checked out R revision 70059. Ran export r_cv_libc_stack_end=no. (otherwise it would give that error we talked about before) Ran ./configure --without-recommended-packages. (otherwise it would complain of not finding ./src/library/Recommended/MASS_*.tar.gz) Ran make. Ran make check. Log is here - http://pastebin.com/raw/cGJgqB8p What do you think? Is there