cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | Matti: I made a bit of progress, the tests now only segfault towards the end
Atque_ is now known as Atque
derpydoo has quit [Ping timeout: 256 seconds]
otisolsen70 has joined #pypy
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #pypy
Atque has quit [Ping timeout: 268 seconds]
Atque has joined #pypy
Julian has joined #pypy
Techcable has joined #pypy
MiguelX413 has quit [Ping timeout: 252 seconds]
<phlebas> am I right translating pypy3 these days still needs python2.7 venv with pycparser and cffi?
<mattip> yes
<tumbleweed> But you can cheat and use the pycparser that pypy3 vendors: https://salsa.debian.org/debian/pypy3/-/blob/debian/debian/scripts/translate.sh#L126
<tumbleweed> err, I don't think you actually need cffi, just pycparser
<phlebas> ok. I'm trying to translate on CentOS 6, for which there don't seem to be any binaries of recent releases, so I'm trying with the python 2.7.18 I have available there :)
Dejan has joined #pypy
<mattip> I don't think we support that anymore. You should use at least CentOS 7, there may be incompatibilities with the older glibc in CentOS6
slav0nic has joined #pypy
<mattip> CentOS6 went EOL in Nov 2020
Julian has quit [Quit: leaving]
<phlebas> mattip: I know, but our CI slaves are still on 6 :)
<phlebas> or images based on RHEL 6, which enterprise customers can still by extended support for
<mattip> you could use the last CentOS 6 - compatible pypy2, which I think is 7.3.4 at https://downloads.python.org/pypy/
<mattip> released 04.2021
mannerism has quit [Remote host closed the connection]
j4at has joined #pypy
mannerism has joined #pypy
<Dejan> RockyLinux ftw!
<phlebas> mattip: thanks for the help, I got it all to build now. the urls in the build_cffi_imports.py script for the 3.9-v7.3.9 don't work anymore. http://artfiles.org/openssl.org/source/openssl-1.1.1n.tar.gz was moved to http://artfiles.org/openssl.org/source/old/1.1.1/openssl-1.1.1n.tar.gz (similar for 3.0.1)
<mattip> right, sorry
<mattip> that is pypy issue 3737 https://foss.heptapod.net/pypy/pypy/-/issues/3737
<mattip> you probably don't want to embed the dependencies
<mattip> so you should remove the `--embed-dependencies` option from pypy/goal/targetpypystandalone.py
<mattip> then the cffi build will link with whatever openssh you have in your system
derpydoo has joined #pypy
j4at has quit []
otisolsen70 has quit [Read error: Connection reset by peer]
slav0nic has quit [Ping timeout: 268 seconds]
Dejan has quit [Quit: Leaving]