itamarst has quit [Quit: Connection closed for inactivity]
Dejan has joined #pypy
itamarst has joined #pypy
derpydoo has joined #pypy
<mgorny>
wtf, i'm seeing a weird issue now
<mgorny>
when using pypy3.10 (and 3.11) from ::gentoo py-lmdb fails to build, as if it couldn't find preload.h file from lib/py-lmdb, even though -I is passed
<mgorny>
but i can't repro when using official binaries
<mgorny>
and it used to work before on gentoo
<mgorny>
wtf, the compiler is run from inside __pycache__ directory?
derpydoo has quit [Quit: derpydoo]
<mgorny>
oh, it's cython messing things up
<mgorny>
but only with new pypy versions, i'll file a bug and investigate later