search for: pompeo

Displaying 12 results from an estimated 12 matches for "pompeo".

2016 Feb 04
3
Fwd: [musl] strptime() question
...but they need more information I can't provide, so I'm forwarding the message here in hope R developers can help. Thanks. ---------- Forwarded message ---------- From: Rich Felker <dalias at libc.org> Date: Thu, Feb 4, 2016 at 2:07 PM Subject: Re: [musl] strptime() question To: Alba Pompeo <albapompeo at gmail.com> Cc: musl at lists.openwall.com, Martin Maechler <maechler at stat.math.ethz.ch> On Thu, Feb 04, 2016 at 01:27:40PM -0200, Alba Pompeo wrote: > Hello musl. > > I've built R on a musl system and "make check-all" fails because R > does...
2016 Feb 01
3
Wrong config check for __libc_stack_end
...c-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_stack_end=no. (otherwise it would give that error >> we talked about before) > > No, the whole point was to test this behavior. I se...
2016 Feb 01
3
Wrong config check for __libc_stack_end
...think? Is there anything else I can do to help solve this issue? On Mon, Feb 1, 2016 at 11:36 AM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > On Feb 1, 2016, at 4:16 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > >>>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes: >> >>> 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 '...
2016 Feb 06
1
Fwd: [musl] strptime() question
...a musl system: /* #undef USE_INTERNAL_MKTIME */ #define HAVE_TM_GMTOFF 1 #define HAVE_TM_ZONE 1 Does this help anyone debug the issue? Simon just went on vacation. On Thu, Feb 4, 2016 at 7:32 PM, Rich Felker <dalias at libc.org> wrote: > On Thu, Feb 04, 2016 at 04:35:22PM -0200, Alba Pompeo wrote: >> I forwarded our talk on musl mailing list to R mailing list. >> I got this response. >> Does it help? >> Also, what do you think about making a new email that's sent to both >> musl and R mailing list, that way devs from both projects can >> communi...
2016 Feb 01
1
More problems with building R on a musl platform
...-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 help debug this? Thanks. On Mon, Feb 1, 2016 at 3:49 PM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>>> 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...
2016 Feb 04
0
Fwd: [musl] strptime() question
On Thu, Feb 04, 2016 at 04:35:22PM -0200, Alba Pompeo wrote: > I forwarded our talk on musl mailing list to R mailing list. > I got this response. > Does it help? > Also, what do you think about making a new email that's sent to both > musl and R mailing list, that way devs from both projects can > communicate? It's a tad ine...
2016 Feb 01
3
Wrong config check for __libc_stack_end
>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes: > 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 I...
2016 Feb 01
0
Wrong config check for __libc_stack_end
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_stack_end=no. (otherwise it would give that error > we talked about before) No, the whole point was to test this behavior. I see that the fix is in configur...
2016 Jan 28
2
Abuse of a private glibc symbol in R 3.2.3
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 private glibc symbol in R. In R 3.2.3, it seems that configure is trying to test for it on Linux. It
2016 Feb 01
0
More problems with building R on a musl platform
>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>> 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 .....
2016 Feb 01
0
Wrong config check for __libc_stack_end
On Feb 1, 2016, at 4:16 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes: > >> 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' us...
2016 Jan 29
0
Abuse of a private glibc symbol in R 3.2.3
...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/ Thank you very much. On Thu, Jan 28, 2016 at 9:54 AM, Alba Pompeo <albapompeo at gmail.com> wrote: > 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 w...