Re: [Rd] Fwd: [musl] strptime() question

2016-02-06 Thread Alba Pompeo
? Simon just went on vacation. On Thu, Feb 4, 2016 at 7:32 PM, Rich Felker 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 thi

[Rd] Fwd: [musl] strptime() question

2016-02-04 Thread Alba Pompeo
: Thu, Feb 4, 2016 at 2:07 PM Subject: Re: [musl] strptime() question To: Alba Pompeo Cc: m...@lists.openwall.com, Martin Maechler 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" fail

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

2016-02-01 Thread Alba Pompeo
n I can give to help debug this? Thanks. On Mon, Feb 1, 2016 at 3:49 PM, Martin Maechler wrote: >>>>>> Alba Pompeo >>>>>> on Mon, 1 Feb 2016 15:33:11 -0200 writes: > > > Here's what I did. > > svn checkout https://svn.r-pr

Re: [Rd] Wrong config check for __libc_stack_end

2016-02-01 Thread Alba Pompeo
But it looks like R is working. I found the R binary on build/bin/R I ran it and it works. Should I be worried about the make check log? @Isaac Dunham Can you please test this on your system too? Maybe R can be packaged soon? Ciao. On Mon, Feb 1, 2016 at 3:33 PM, Alba Pompeo wrote: > Her

Re: [Rd] Wrong config check for __libc_stack_end

2016-02-01 Thread Alba Pompeo
on, Feb 1, 2016 at 1:53 PM, Simon Urbanek wrote: > > On Feb 1, 2016, at 9:56 AM, Alba Pompeo 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 talke

Re: [Rd] Wrong config check for __libc_stack_end

2016-02-01 Thread Alba Pompeo
make. Ran make check. Log is here - http://pastebin.com/raw/cGJgqB8p What do you think? Is there anything else I can do to help solve this issue? On Mon, Feb 1, 2016 at 11:36 AM, Simon Urbanek wrote: > > On Feb 1, 2016, at 4:16 AM, Martin Maechler > wrote: > >>>>>&

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

2016-01-29 Thread Alba Pompeo
http://www.musl-libc.org/ Thank you very much. On Thu, Jan 28, 2016 at 9:54 AM, Alba Pompeo 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

[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