Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955533 - dev-python/pyopengl-accelerate-3.1.9 - src/vbo.pyx: undeclared name not builtin: long
Summary: dev-python/pyopengl-accelerate-3.1.9 - src/vbo.pyx: undeclared name not built...
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: 954128
  Show dependency tree
 
Reported: 2025-05-06 18:27 UTC by Toralf Förster
Modified: 2025-05-06 18:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.12 KB, text/plain)
2025-05-06 18:27 UTC, Toralf Förster
Details
dev-python:pyopengl-accelerate-3.1.9:20250506-182125.log (dev-python:pyopengl-accelerate-3.1.9:20250506-182125.log,24.21 KB, text/plain)
2025-05-06 18:27 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,64.26 KB, application/x-xz)
2025-05-06 18:27 UTC, Toralf Förster
Details
environment (environment,150.83 KB, text/plain)
2025-05-06 18:27 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2025-05-06 18:27 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,55.50 KB, application/x-xz)
2025-05-06 18:27 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,1.40 KB, application/x-xz)
2025-05-06 18:27 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,71.48 KB, application/x-xz)
2025-05-06 18:27 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,34.70 KB, application/x-xz)
2025-05-06 18:27 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 2025-05-06 18:27:39 UTC
        buffers = self.get_implementation().glGenBuffers(1)
        try:
            self.buffer = long( buffers )
                          ^
------------------------------------------------------------

src/vbo.pyx:191:26: undeclared name not builtin: long
2025-05-06 18:21:51,840 root INFO x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -fno-diagnostics-color -DNDEBUG /var/tmp/portage/dev-python/pyopengl-accelerate-3.1.9/work/pyopengl_accelerate-3.1.9-python3_13/build0/temp.linux-x86_64-cpython-313/src/formathandler.o -L/usr/lib64 -o /var/tmp/portage/dev-python/pyopengl-accelerate-3.1.9/work/pyopengl_accelerate-3.1.9-python3_13/build0/lib.linux-x86_64-cpython-313/OpenGL_accelerate/formathandler.cpython-313-x86_64-linux-gnu.so
[1/1] Cythonizing src/vbo.pyx

  -------------------------------------------------------------------
  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-20250501-211508

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 20.1.4
llvm-config: 20.1.4
Python 3.13.3
go version go1.24.2 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.86.0
  [2]   rust-1.86.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.27_p6 [openjdk-bin-11]
*)	Eclipse Temurin JDK 21.0.7_p6 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.452_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-21  system-vm

  HEAD of ::gentoo
commit ecf6aa78d1f11956de27bdf6ee1c84d0c1a6e89a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue May 6 17:24:31 2025 +0000

    2025-05-06 17:24:31 UTC

The tinderbox task was: dev-python/pyopengl-accelerate

emerge -qpvO =dev-python/pyopengl-accelerate-3.1.9
[ebuild  N    ] dev-python/pyopengl-accelerate-3.1.9  USE="numpy -debug -test" PYTHON_TARGETS="python3_13 -python3_11 -python3_12"
Comment 1 Toralf Förster gentoo-dev 2025-05-06 18:27:40 UTC
Created attachment 927914 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-05-06 18:27:41 UTC
Created attachment 927915 [details]
dev-python:pyopengl-accelerate-3.1.9:20250506-182125.log
Comment 3 Toralf Förster gentoo-dev 2025-05-06 18:27:43 UTC
Created attachment 927916 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2025-05-06 18:27:44 UTC
Created attachment 927917 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2025-05-06 18:27:45 UTC
Created attachment 927918 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-05-06 18:27:46 UTC
Created attachment 927919 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-05-06 18:27:47 UTC
Created attachment 927920 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2025-05-06 18:27:48 UTC
Created attachment 927921 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2025-05-06 18:27:49 UTC
Created attachment 927922 [details]
temp.tar.xz