Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933279 - dev-lang/python-3.13.0_beta1_p3 - ./jit_stencils.h: error: _PyCriticalSection_BeginSlow undeclared (first use in this function)
Summary: dev-lang/python-3.13.0_beta1_p3 - ./jit_stencils.h: error: _PyCriticalSection...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-31 18:20 UTC by Toralf Förster
Modified: 2024-05-31 18:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.05 KB, text/plain)
2024-05-31 18:20 UTC, Toralf Förster
Details
dev-lang:python-3.13.0_beta1_p3:20240531-180004.log (dev-lang:python-3.13.0_beta1_p3:20240531-180004.log,213.80 KB, text/plain)
2024-05-31 18:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,25.97 KB, text/plain)
2024-05-31 18:21 UTC, Toralf Förster
Details
environment (environment,156.67 KB, text/plain)
2024-05-31 18:21 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.34 KB, application/x-xz)
2024-05-31 18:21 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,21.91 KB, application/x-xz)
2024-05-31 18:21 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,33.22 KB, application/x-xz)
2024-05-31 18:21 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,67.93 KB, text/plain)
2024-05-31 18:21 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,35.51 KB, application/x-xz)
2024-05-31 18:21 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-05-31 18:20:56 UTC
too long lines were shrinked:

sed -e "s,/usr/bin/env python3,/usr/bin/python3.13t," < ./Tools/scripts/pydoc3 > build/scripts-3.13/pydoc3.13
sed -e "s,@EXENAME@,/usr/bin/python3.13t," < ./Misc/python-config.in >python-config.py
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
x86_64-pc-linux-gnu-gcc -c -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1     -O2 -pipe -march=native -fno-diagnostics-color -fwrapv -D_Py_TIER2=1 -D_Py_JIT -fno-semantic-interposition -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -We
In file included from Python/jit.c:392:
./jit_stencils.h: In function 'emit__DELETE_DEREF':
./jit_stencils.h:8814:39: error: '_PyCriticalSection_BeginSlow' undeclared (first use in this function)
 8814 |     patch_64(data + 0x10, (uintptr_t)&_PyCriticalSection_BeginSlow);
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_systemd_abi32+64-20240530-142511

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 18.1.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.6
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems) *
  [3]   ruby33 (with Rubygems)
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21]
*)	Eclipse Temurin JDK 8.412_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-21 

php cli (if any):

  HEAD of ::gentoo
commit 965e82ce39e49b08de9013cd5e0ac3b98bb9dfb9
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri May 31 16:19:06 2024 +0000

    2024-05-31 16:19:05 UTC

emerge -qpvO dev-lang/python
[ebuild  NS   ] dev-lang/python-3.13.0_beta1_p3 [3.11.9-r1, 3.12.3-r1] USE="bluetooth debug* ensurepip examples gdbm jit%* ncurses pgo readline sqlite ssl valgrind verify-sig -build -gil% -libedit -test -tk" LLVM_SLOT="18%*"
Comment 1 Toralf Förster gentoo-dev 2024-05-31 18:20:57 UTC
Created attachment 894746 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-05-31 18:20:59 UTC
Created attachment 894747 [details]
dev-lang:python-3.13.0_beta1_p3:20240531-180004.log
Comment 3 Toralf Förster gentoo-dev 2024-05-31 18:21:00 UTC
Created attachment 894748 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-05-31 18:21:01 UTC
Created attachment 894749 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-05-31 18:21:02 UTC
Created attachment 894750 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-05-31 18:21:03 UTC
Created attachment 894751 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-05-31 18:21:04 UTC
Created attachment 894752 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-05-31 18:21:05 UTC
Created attachment 894753 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-05-31 18:21:06 UTC
Created attachment 894754 [details]
temp.tar.xz