arigato changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | mac OS and Fedora are not Windows
darkman66 has quit [Ping timeout: 246 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
hermitdev has quit [Quit: Clap on! , Clap off! Clap@#&$NO CARRIER]
darkman66 has joined #pypy
antocuni has quit [Ping timeout: 250 seconds]
darkman66 has quit [Ping timeout: 250 seconds]
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
darkman66 has joined #pypy
dddddd has quit [Remote host closed the connection]
marky1991 has joined #pypy
darkman66 has quit [Ping timeout: 250 seconds]
marky1991 has quit [Ping timeout: 250 seconds]
forgottenone has joined #pypy
dustinm has quit [Quit: Leaving]
dustinm has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
<petronny> cfbolz: Oh, I just find that I accidentally built `pypy2` when reproducing the problem.
<petronny> Here is the new log.
<cfbolz> petronny: OK, if it produces the same problem that is fine. We were just confused
jacob22 has joined #pypy
<petronny> And the build command is `python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone`
darkman66 has joined #pypy
<petronny> And if I replace `python2` with `pypy` from `pypy-7.0.0` which I built with qemu before, this error won't show up.
<petronny> It raises another error when building cffi imports.
<mattip> something about _blake2?
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<petronny> Could the reason be I didn't install pycparser for pypy?
adamholmberg has joined #pypy
darkman66 has quit [Ping timeout: 272 seconds]
adamholmberg has quit [Ping timeout: 244 seconds]
<mattip> it seems there is a bug in the arm backend, you are hitting this assert
adamholmberg has joined #pypy
darkman66 has joined #pypy
adamholmberg has quit [Ping timeout: 250 seconds]
darkman66 has quit [Ping timeout: 245 seconds]
<petronny> should I print the variables in this line?
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
darkman66 has joined #pypy
<mattip> cfbolz: we have a jitbackendonly-own test failure that looks just like the translation failure
<mattip> if needed I can give people ssh access to that buildslave
darkman66 has quit [Ping timeout: 245 seconds]
<mattip> ahh, it fails on x86 as well
<cfbolz> 'cool'
<cfbolz> But not on 64 bit
darkman66 has joined #pypy
<mattip> so we have two bugs that work differently on 32/64 - this one and the gc.get_objects() one which passes on 32 bit but fails on 64
<cfbolz> Yes
<fijal> cfbolz: I have no idea what pyenv is doing
<fijal> never used it
<cfbolz> Yes, but the answer to their question is that they downloaded before the release was out, and mattip hat to re-upload because of the wrong version string?
<fijal> I have no idea
<petronny> I've experienced the binaries mis-matching either.
<petronny> https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/pypy&id=d95b9bdf8b382c8416e1d083567fa1862de3b2e9
<petronny> Wait. It's saying the pypy3 binaries are updated.
lazka has joined #pypy
<lazka> if someone wants to add a comment there or something
* mattip commented there
<lazka> 👍
_whitelogger has joined #pypy
nopf has joined #pypy
<mattip> I also flagged the package on arch as out-of-date, https://www.archlinux.org/packages/community/x86_64/pypy3, with a message to the maintainer about the checksum
dustinm has quit [Quit: Leaving]
dustinm has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
antocuni has joined #pypy
tsaka__ has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
forgottenone has quit [Quit: Konversation terminated!]
jcea has joined #pypy
tsaka__ has quit [Ping timeout: 245 seconds]
tsaka__ has joined #pypy
Rhy0lite has joined #pypy
antocuni has joined #pypy
jcea has quit [Ping timeout: 268 seconds]
ronan has quit [Ping timeout: 252 seconds]
ronan has joined #pypy
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
jcea has joined #pypy
marky1991 has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
realitix has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
dddddd has joined #pypy
marky1991 has quit [Ping timeout: 244 seconds]
forgottenone has joined #pypy
marky1991 has joined #pypy
darkman66 has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 250 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
tsaka__ has quit [Ping timeout: 250 seconds]
realitix has quit [Quit: realitix]
forgottenone has quit [Quit: Konversation terminated!]
gaze___ has quit [Max SendQ exceeded]
gaze__ has joined #pypy
<tos9> mattip: ok, I have no idea what's changed :/ but I now have both of these macs with working numpy installs
<tos9> now moved onto pandas, which is still failing here but for other reasons (and this now on pypy3)
<tos9> https://bpaste.net/show/ef085cfaecba seemingly something broken with my distutils, but I see it's no different than the cpython3 distutils
<tos9> oh. Google finds instances of that error message though
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 244 seconds]
marky1991 has joined #pypy
danieljabailey has quit [Quit: ZNC 1.6.6+deb1ubuntu0.1 - http://znc.in]
jsaunders has joined #pypy
<jsaunders> I've compiled PyPy3.6 7.1.0-beta0 from source on Ubuntu 18.04, and I'm having problems with pip (currently trying it in a virtual environment created with pypy3-c -m venv location). For some reason, it's not grabbing the dependencies of the package I'm trying to install (angr) like pip does on the exact same system with cpython from the ubuntu repos.
antocuni has quit [Ping timeout: 245 seconds]
kipras has joined #pypy
<jsaunders> Huh, installing one dep (unicorn) made the rest work on a future attempt. *shrug*
jsaunders has quit [Quit: Leaving]
kipras has quit [Ping timeout: 250 seconds]
marky1991 has quit [Ping timeout: 250 seconds]
gaze__ has quit [Max SendQ exceeded]
marky1991 has joined #pypy
gaze__ has joined #pypy
Rhy0lite has quit [Quit: Leaving]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
forgottenone has joined #pypy
_whitelogger has joined #pypy
kanaka has joined #pypy
tsaka__ has joined #pypy
jacob22 has quit [Remote host closed the connection]
themsay has joined #pypy
lazka has quit [Remote host closed the connection]
jacob22 has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
marky1991 has quit [Ping timeout: 268 seconds]
darkman66 has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
johnjay has quit [Ping timeout: 245 seconds]
darkman66 has quit [Remote host closed the connection]
marky1991 has joined #pypy
darkman66 has joined #pypy
PileOfDirt has joined #pypy
marky1991 has quit [Remote host closed the connection]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
forgottenone has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]