jcea has quit [Ping timeout: 246 seconds]
itamarst has quit [Quit: Connection closed for inactivity]
derpydoo has joined #pypy
Dejan has joined #pypy
derpydoo has quit [Quit: derpydoo]
atomizer_ is now known as atomizer
<
krono>
congrats on the release
jcea has joined #pypy
<
mgorny>
sorry for not reporting the gcc-14 problem earlier
itamarst has joined #pypy
infernix has quit [Ping timeout: 246 seconds]
Dejan has quit [Remote host closed the connection]
<
mgorny>
yeah, i've translated using pypy
<
tumbleweed>
hrm, retrying worked
<
cfbolz>
tumbleweed: yeah, I couldn't reproduce it locally either
<
tumbleweed>
the vmprof gcc-14 issue seems trivial, at least
<
cfbolz>
yeah, I'm working on fixing it
<
mgorny>
cfbolz: it built!
<
mgorny>
beware, i'm starting builds for all scary targets
<
cfbolz>
mgorny: excellent
<
cfbolz>
mgorny: what are the 'scary' targets?
<
mgorny>
cfbolz: amd64, arm64, ppc64le, x86, all glibc + musl
<
mgorny>
3.10 looks good with the patches too
pbsds35 has joined #pypy
infernix has joined #pypy
<
mgorny>
or to be more precisely, fails to find it if pypy3 is not installed to /usr yet
<
mgorny>
yeah, 7.3.17 used -I/tmp/portage/dev-lang/pypy-3.10.7.3.18/work/pypy3.10-v7.3.18-src/include/pypy3.10
<
mgorny>
but 7.3.18 uses -I/usr/include/pypy3.10
<
mgorny>
hmm, but only for _ctypes_test.c?