Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929679 - media-video/vidcutter: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: media-video/vidcutter: needs upgrade to Python 3.12 (PythonCompatUpdate)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:48 UTC by Michał Górny
Modified: 2024-07-30 18:36 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-13 08:48:52 UTC
This package does not support Python 3.12.  Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 Pacho Ramos gentoo-dev 2024-07-30 18:36:15 UTC
Even 6.0.5.2 fails with:
vidcutter/libs/pympv/mpv.c: In function ‘__Pyx_PyInt_As_intptr_t’:
vidcutter/libs/pympv/mpv.c:31935:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
31935 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
vidcutter/libs/pympv/mpv.c:31990:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
31990 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
vidcutter/libs/pympv/mpv.c: In function ‘__Pyx_PyIndex_AsSsize_t’:
vidcutter/libs/pympv/mpv.c:32379:45: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
32379 |     const digit* digits = ((PyLongObject*)b)->ob_digit;
      |                                             ^~
error: command '/usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc' failed with exit code 1