Bug 5666

Summary: FTBFS with python-3.9
Product: Fedora Reporter: leigh scott <leigh123linux>
Component: vidcutterAssignee: mgansser <mgansser>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P1    
Version: f34   
Hardware: x86_64   
OS: GNU/Linux   
namespace:

Description leigh scott 2020-06-03 10:27:17 CEST
vidcutter/libs/pympv/mpv.c:23786:52: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23786 |   __pyx_type_9vidcutter_4libs_3mpv_EndOfFileReached.tp_print = 0;
      |                                                    ^
vidcutter/libs/pympv/mpv.c:23797:49: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23797 |   __pyx_type_9vidcutter_4libs_3mpv_InputDispatch.tp_print = 0;
      |                                                 ^
vidcutter/libs/pympv/mpv.c:23808:46: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23808 |   __pyx_type_9vidcutter_4libs_3mpv_LogMessage.tp_print = 0;
      |                                              ^
vidcutter/libs/pympv/mpv.c:23819:44: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23819 |   __pyx_type_9vidcutter_4libs_3mpv_Property.tp_print = 0;
      |                                            ^
vidcutter/libs/pympv/mpv.c:23831:41: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23831 |   __pyx_type_9vidcutter_4libs_3mpv_Event.tp_print = 0;
      |                                         ^
vidcutter/libs/pympv/mpv.c:23845:43: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23845 |   __pyx_type_9vidcutter_4libs_3mpv_Context.tp_print = 0;
      |                                           ^
vidcutter/libs/pympv/mpv.c:23854:49: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23854 |   __pyx_type_9vidcutter_4libs_3mpv_OpenGLContext.tp_print = 0;
      |                                                 ^
vidcutter/libs/pympv/mpv.c:23862:63: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
23862 |   __pyx_type_9vidcutter_4libs_3mpv___pyx_scope_struct___errors.tp_print = 0;




https://koji.rpmfusion.org/koji/buildinfo?buildID=15376
Comment 1 leigh scott 2020-06-07 20:59:20 CEST
Fix submitted upstream

https://github.com/ozmartian/vidcutter/pull/281