[pypy-dev] Re: The certificate for www.pypy.org is invalid

2022-09-12 Thread Matt Billenstein via pypy-dev
I see a Lets Encrypt cert there: https://ismycertexpired.com/check?domain=www.pypy.org m On Mon, Sep 12, 2022 at 10:46:27PM -0400, matti picus wrote: > Something changed over the last few days. I now get this message when trying > to > figure out what is wrong with the https://www.pypy.org: >

[pypy-dev] Re: buildbot master upgrade to support python3 workers?

2022-04-06 Thread Matt Billenstein via pypy-dev
On Wed, Apr 06, 2022 at 10:57:13AM +0300, Matti Picus wrote: > On 6/4/22 00:59, Matt Billenstein via pypy-dev wrote: > > > Hi, python2 is really long in the tooth - when are we planning to upgrade > > the > > buildbot master? I cannot install python2 from homebrew on m

[pypy-dev] Re: buildbot master upgrade to support python3 workers?

2022-04-05 Thread Matt Billenstein via pypy-dev
On Tue, Apr 05, 2022 at 09:59:24PM +, Matt Billenstein via pypy-dev wrote: > Hi, python2 is really long in the tooth - when are we planning to upgrade the > buildbot master? I cannot install python2 from homebrew on macos any longer, > the system python2 is really really old... N

[pypy-dev] buildbot master upgrade to support python3 workers?

2022-04-05 Thread Matt Billenstein via pypy-dev
Hi, python2 is really long in the tooth - when are we planning to upgrade the buildbot master? I cannot install python2 from homebrew on macos any longer, the system python2 is really really old... thx m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ __

[pypy-dev] macos buildbot offline for a few days

2021-11-11 Thread Matt Billenstein via pypy-dev
Starting tomorrow morning PST, I'm moving, so it should be back sometime Saturday evening or perhaps Monday if I have trouble with the internet self-install. thx m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy

Re: [pypy-dev] help building pypy

2020-09-01 Thread Matt Billenstein via pypy-dev
On Tue, Sep 01, 2020 at 03:58:13PM -0600, gyro funch wrote: > Hi, > > I am interested in building pypy 3.6 on Ubuntu 20.04 LTS. > > ... > $ pypy3 ../../rpython/bin/rpython --opt=jit > > This leads to a series of SyntaxErrors related to print. It appears that > the build-related files in the bran

Re: [pypy-dev] macos buildbot offline

2020-08-06 Thread Matt Billenstein via pypy-dev
And we're back... m On Tue, Jul 07, 2020 at 09:04:55AM -0700, Matt Billenstein wrote: > I won't have physical access to this machine until mid-August now, so it > probably won't be available again until then. > > m > -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___

Re: [pypy-dev] macos buildbot offline

2020-07-08 Thread Matt Billenstein via pypy-dev
On Wed, Jul 08, 2020 at 11:12:45AM +0300, Matti Picus wrote: > I think 8GB is fine. Tell me when you would like to give it a shot. I have no > idea what version of macOS is the minimum needed. You can set it up following > https://foss.heptapod.net/pypy/buildbot/-/blob/branch/default/README_BUILDSL

[pypy-dev] macos buildbot offline

2020-07-07 Thread Matt Billenstein via pypy-dev
I won't have physical access to this machine until mid-August now, so it probably won't be available again until then. m ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] help needed: libffi and recent macOS

2020-06-01 Thread Matt Billenstein via pypy-dev
On Mon, Jun 01, 2020 at 08:49:29AM +0300, Matti Picus wrote: > I think porting the current make_portable to macOS would not be so > terrible. Since most of the work has been done for linux64/linux32, it is > "just" a matter of adjusting the workflow. I opened > https://foss.heptapod.net/pypy/pypy/i

Re: [pypy-dev] help needed: libffi and recent macOS

2020-05-31 Thread Matt Billenstein via pypy-dev
Attempting a custom build outside of the buildbot and I'm linking system libffi, but it's not picking up gettext out of /usr/local - is there any way to tell the toolchain to not link anything in /usr/local? $ otool -L libpypy3-c.dylib libpypy3-c.dylib: @rpath/libpypy3-c.dylib (compatibility v

Re: [pypy-dev] help needed: libffi and recent macOS

2020-05-31 Thread Matt Billenstein via pypy-dev
On Sun, May 31, 2020 at 11:39:31PM +0200, Yury V. Zaytsev wrote: > On Sun, 31 May 2020, Matt Billenstein via pypy-dev wrote: > > > I think if you want to ship portable binary packages, they should be > > self-contained - you can't really know what Apple is going to inc

Re: [pypy-dev] help needed: libffi and recent macOS

2020-05-31 Thread Matt Billenstein via pypy-dev
On Sun, May 31, 2020 at 01:09:11AM +0300, Matti Picus wrote: > It seems the pypy 7.3.1 tarball is broken on macOS since it links to an > installation of libffi in the non-standard location > `/usr/local/opt/libffi/lib/ > libffi.6.dylib`, see issue 3229[0]. I'm going to remove the homebrew ffi fro

Re: [pypy-dev] Scipy install/build fails

2020-04-07 Thread Matt Billenstein via pypy-dev
On Tue, Apr 07, 2020 at 06:02:00PM +0300, Matti Picus wrote: > > On 7/4/20 5:44 pm, Guillaume Dubé wrote: > > > > Hi Matti, > > > > Thank you for the quick reply > > > > I’ve downloaded pypy-c-jit-latest-osx64.tar.bz2 and extracted in > > /usr/local/pypy3-7.3.1 > > > > I’m getting the followin

Re: [pypy-dev] Making the most of internal UTF8

2020-02-27 Thread Matt Billenstein via pypy-dev
On Thu, Feb 27, 2020 at 11:54:45AM -0600, Jerry Spicklemire wrote: > Thanks for all the replies. > Dan, re: > > "I think you mostly don't want u'foo' in 3.x or b'foo' in 2.x" > > Actually, I don't want either, anywhere. > > If UTF8 is used internally, and ASCII is > already UTF8, then it is all

Re: [pypy-dev] Making the most of internal UTF8

2020-02-26 Thread Matt Billenstein via pypy-dev
On Wed, Feb 26, 2020 at 09:08:49AM -0600, Jerry Spicklemire wrote: > In other words, within the range of ASCII characters, the UTF8 representation  > is identical to the ASCII representation. So, does that mean we can put the > 'u'  > and 'b' prefix nightmares behind us? It would help some diehards