cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "the modern world where network packets and compiler optimizations are effectively hostile"
<kenaan>
wlav cppyy-packaging 17bcb20012f1 /pypy/module/_cppyy/: raise LookupError when failing the dispatch lookup (consistency with CPyCppyy)
<kenaan>
wlav cppyy-packaging 5f12167c0f08 /pypy/module/_cppyy/test/test_pythonify.py: (re-)enable some more tests and add a collect cycle for consistency
ceridwen has quit [Ping timeout: 246 seconds]
Garen has quit [Remote host closed the connection]
<kenaan>
arigo default 2d3c081aa72d /rpython/translator/c/src/signals.c: Issue #2623 Tweak the signals logic to avoid the possibly-harmful optimization of pypysig_occurred.
pilne has quit [Quit: Quitting!]
<kenaan>
arigo default 758dbcd2983e /rpython/rlib/rvmprof/cintf.py: Fix: unclear why this was done, but the end result was that even "make lldebug" in the PyPy sources would compile e...
ceridwen has quit [Read error: Connection reset by peer]
ceridwen has joined #pypy
<Zonko>
Hmmm... Do it mean I should make an ARM emulation on my PC?) Good. Can I compile 64bit ARM version this way?
<agronholm>
Zonko: I think pypy needs ARM specific code to work
<Zonko>
Eh, anyway Python3 is too slow. I had Allwinner A3, used pypy3 for arm, everything worked fine, but it was 6 month ago.
<Zonko>
Allwinner A3 is ARM v7 32bit
yuyichao_ has joined #pypy
yuyichao has quit [Read error: Connection reset by peer]
<fijal>
I don't think we support 64bit ARM, do we?
<Zonko>
I will try and say
<Zonko>
It is very interesting for me to find out it
rokujyouhitoma has joined #pypy
<Zonko>
Meh, scratchbox2 does not exist in Ubuntu 16.04 repositories
rokujyouhitoma has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
<kenaan>
rlamy install-rpython 9842d8147b5a /: Fix MANIFEST.in again, bump version number
<ronan>
rpython 0.2.1 released
<ronan>
fijal: ^^
<fijal>
cool!
<fijal>
that was quick
<ronan>
well, it would have been quicker if packaging wasn't a mess
<fijal>
sure :-/
<Zonko>
Sorry for my spam, but what the heck is this:
<Zonko>
root@nanopineo2:~# cd pypy3* root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian# cd bin root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian/bin# ls libpypy-c.so pypy3 pypy3.3 root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian/bin# ./pypy3 -bash: ./pypy3: No such file or directory root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian/bin# chmod +x pypy3 root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian/bin# ./pypy3 -bash: ./pypy3: No
<Zonko>
I tried to run, even grant executable flag using chmod, but useless
vkirilichev has joined #pypy
vkirilichev has quit [Remote host closed the connection]
rokujyouhitoma has joined #pypy
<fijal>
Zonko: I have no idea, your formatting is completely screwed, please use some paste site
<Zonko>
I can paste it here, line by line
<Zonko>
root@nanopineo2:~# cd pypy3*
<Zonko>
root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian# cd bin
<Zonko>
root@nanopineo2:~/pypy3-v5.5.0-linux-armhf-raspbian/bin# ls
rokujyouhitoma has quit [Ping timeout: 240 seconds]
<Zonko>
-bash: ./pypy3: No such file or directory
<Zonko>
Done
<Zonko>
I will try again, repack the archive
<fijal>
Zonko: you're spamming, please use a paste site next time
<Zonko>
Sorry, understood
<fijal>
Zonko: that usually means that the file is not recognized as an executable, e.g. 32 vs 64 bit
<Zonko>
Ah, may be, I will check it
<cfbolz>
we definitely don't support arm64 yet
<kenaan>
cfbolz default eef485998ca1 /rpython/jit/metainterp/logger.py: jit-log-noopt logging was broken by 2bf0191fb21d (the have_debug_prints needs to be *inside* the debug_start, oth...