Re: [pypy-dev] [PATCH] FreeBSD build fix

2018-07-18 Thread Armin Rigo
Hi David, On 20 May 2018 at 18:39, David CARLIER wrote: > Here a new version of the patch. Sorry for the delay. Added your patch (minus the Makefile because I don't think it's intended). See also https://bitbucket.org/pypy/pypy/issues/2853/build-fails-on-freebsd-11x-x64 . A bientôt, Armin.

[pypy-dev] [PATCH] FreeBSD build fix

2018-05-20 Thread David CARLIER
Here a new version of the patch. Kind regards. diff Description: Binary data ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] [PATCH] FreeBSD build fix

2018-05-19 Thread Armin Rigo
Hi David, On 18 May 2018 at 16:09, David CARLIER wrote: > Hi dear list, I have hard time to fork the project thus I m sendng this > little patch to fix FreeBSD build. As far as I can see, the function ``detect_cpu.autodetect()`` never returns the string 'amd64'. Are you sure this part of the pa

Re: [pypy-dev] [PATCH] FreeBSD build fix

2018-05-18 Thread David CARLIER
Hi and thanks for the feedback; indeed == amd64 is the good expression. On 18 May 2018 at 14:27, Vincent Legoll wrote: > Hello, > > Disclaimer: I'm not sure I know what I'm talking about, I'm not really > a pypy dev, > so take my below questions with that in mind. They may be completely wrong.

Re: [pypy-dev] [PATCH] FreeBSD build fix

2018-05-18 Thread Vincent Legoll
Hello, Disclaimer: I'm not sure I know what I'm talking about, I'm not really a pypy dev, so take my below questions with that in mind. They may be completely wrong. On Fri, May 18, 2018 at 4:09 PM, David CARLIER wrote: > Hi dear list, I have hard time to fork the project thus I m sendng this >

[pypy-dev] [PATCH] FreeBSD build fix

2018-05-18 Thread David CARLIER
Hi dear list, I have hard time to fork the project thus I m sendng this little patch to fix FreeBSD build. Hope it is helpful. Kind regards. diff -r 353420330f35 rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cintf.py Fri May 18 10:10:24 2018 +0200 +++ b/rpython/rlib/rvmprof/cintf.py Fr