Your message dated Fri, 04 Sep 2026 16:33:49 +0000
with message-id <[email protected]>
and subject line Bug#1145926: fixed in pyfltk 1.4.5.0+repack-5
has caused the Debian Bug report #1145926,
regarding pyfltk: FTBFS: ./fltk/fltk_wrap.cpp:5087:19: error: 'PyInt_Check' was 
not declared in this scope; did you mean 'PySet_Check'?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1145926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pyfltk
Version: 1.4.5.0+repack-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pyfltk, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
creating build/temp.linux-x86_64-cpython-314/contrib
creating build/temp.linux-x86_64-cpython-314/fltk
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-DUNIX=1 -DFL_INTERNALS=1 -I/usr/include/pixman-1 -I/usr/include/libpng16 
-I/usr/include/freetype2 -I/usr/include/cairo -I./src -I./contrib 
-I/usr/include -I./plug-in/include -I./plug-in/src -I/usr/include/python3.14 -c 
./contrib/ListSelect.cpp -o 
build/temp.linux-x86_64-cpython-314/contrib/ListSelect.o -Wno-unused-label 
-Wno-unused-but-set-variable -Wformat=1 -Werror=format-security 
-DDO_NOT_USE_THREADS
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-DUNIX=1 -DFL_INTERNALS=1 -I/usr/include/pixman-1 -I/usr/include/libpng16 
-I/usr/include/freetype2 -I/usr/include/cairo -I./src -I./contrib 
-I/usr/include -I./plug-in/include -I./plug-in/src -I/usr/include/python3.14 -c 
./fltk/fltk_wrap.cpp -o build/temp.linux-x86_64-cpython-314/fltk/fltk_wrap.o 
-Wno-unused-label -Wno-unused-but-set-variable -Wformat=1 
-Werror=format-security -DDO_NOT_USE_THREADS
./fltk/fltk_wrap.cpp: In function ‘void 
Fl_Browser_column_widths__SWIG_1(Fl_Browser*, PyObject*)’:
./fltk/fltk_wrap.cpp:5087:19: error: ‘PyInt_Check’ was not declared in this 
scope; did you mean ‘PySet_Check’?
 5087 |              if (!PyInt_Check(obj))
      |                   ^~~~~~~~~~~
      |                   PySet_Check
./fltk/fltk_wrap.cpp:5094:22: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 5094 |              cw[k] = PyInt_AsLong(obj);
      |                      ^~~~~~~~~~~~
      |                      PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘int 
Fl_File_Browser_load_new(Fl_File_Browser*, PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:5132:14: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 5132 |     int sort=PyInt_AsLong(sObj);
      |              ^~~~~~~~~~~~
      |              PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘int Fl_Menu__add__SWIG_2(Fl_Menu_*, 
PyObject*, PyObject*, PyObject*, PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:6226:30: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 6226 |                 int shortcut=PyInt_AsLong(sObj);
      |                              ^~~~~~~~~~~~
      |                              PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘void Fl_Window_show(Fl_Window*, PyObject*, 
PyObject*)’:
./fltk/fltk_wrap.cpp:6404:18: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 6404 |       int size = PyInt_AsLong(count);
      |                  ^~~~~~~~~~~~
      |                  PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘void 
Fl_Double_Window_show(Fl_Double_Window*, PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:6474:18: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 6474 |       int size = PyInt_AsLong(count);
      |                  ^~~~~~~~~~~~
      |                  PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘void Fl_Gl_Window_show(Fl_Gl_Window*, 
PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:6679:18: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 6679 |       int size = PyInt_AsLong(count);
      |                  ^~~~~~~~~~~~
      |                  PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘const char* PythonLink(Fl_Widget*, const 
char*)’:
./fltk/fltk_wrap.cpp:6784:16: error: ‘PyString_AsString’ was not declared 
in this scope
 6784 |         return PyString_AsString(result); /*void*/;
      |                ^~~~~~~~~~~~~~~~~
./fltk/fltk_wrap.cpp: In function ‘void 
Fl_Single_Window_show(Fl_Single_Window*, PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:6978:18: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 6978 |       int size = PyInt_AsLong(count);
      |                  ^~~~~~~~~~~~
      |                  PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘void 
Fl_Overlay_Window_show(Fl_Overlay_Window*, PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:7105:18: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
 7105 |       int size = PyInt_AsLong(count);
      |                  ^~~~~~~~~~~~
      |                  PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_new_Fl_RGB_Image__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:61788:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
61788 |           if (PyInt_Check(o))
      |               ^~~~~~~~~~~
      |               PySet_Check
./fltk/fltk_wrap.cpp:61789:28: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
61789 |           arg2[i] = (uchar)PyInt_AsLong(o);
      |                            ^~~~~~~~~~~~
      |                            PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_new_Fl_RGB_Image__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:61893:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
61893 |           if (PyInt_Check(o))
      |               ^~~~~~~~~~~
      |               PySet_Check
./fltk/fltk_wrap.cpp:61894:28: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
61894 |           arg2[i] = (uchar)PyInt_AsLong(o);
      |                            ^~~~~~~~~~~~
      |                            PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_new_Fl_Bitmap__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:93535:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
93535 |           if (PyInt_Check(o))
      |               ^~~~~~~~~~~
      |               PySet_Check
./fltk/fltk_wrap.cpp:93536:27: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
93536 |           arg2[i] = (char)PyInt_AsLong(o);
      |                           ^~~~~~~~~~~~
      |                           PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_new_Fl_Bitmap__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:93620:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
93620 |           if (PyInt_Check(o))
      |               ^~~~~~~~~~~
      |               PySet_Check
./fltk/fltk_wrap.cpp:93621:27: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
93621 |           arg2[i] = (char)PyInt_AsLong(o);
      |                           ^~~~~~~~~~~~
      |                           PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Button_value__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:95249:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
95249 |     resultobj = PyInt_FromLong( (long)result);
      |                 ^~~~~~~~~~~~~~
      |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* _wrap_fl_draw_image(PyObject*, 
PyObject*)’:
./fltk/fltk_wrap.cpp:119596:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
119596 |           if (PyInt_Check(o))
       |               ^~~~~~~~~~~
       |               PySet_Check
./fltk/fltk_wrap.cpp:119597:27: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
119597 |           arg1[i] = (char)PyInt_AsLong(o);
       |                           ^~~~~~~~~~~~
       |                           PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_fl_draw_image_mono(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:119707:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
119707 |           if (PyInt_Check(o))
       |               ^~~~~~~~~~~
       |               PySet_Check
./fltk/fltk_wrap.cpp:119708:27: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
119708 |           arg1[i] = (char)PyInt_AsLong(o);
       |                           ^~~~~~~~~~~~
       |                           PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_FormsBitmap_set(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:127274:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
127274 |           if (PyInt_Check(o))
       |               ^~~~~~~~~~~
       |               PySet_Check
./fltk/fltk_wrap.cpp:127275:27: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
127275 |           arg4[i] = (char)PyInt_AsLong(o);
       |                           ^~~~~~~~~~~~
       |                           PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Grid_col_width__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:130299:12: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
130299 |       if (!PyInt_Check(s)) {
       |            ^~~~~~~~~~~
       |            PySet_Check
./fltk/fltk_wrap.cpp:130304:17: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
130304 |       arg2[i] = PyInt_AsLong(s);
       |                 ^~~~~~~~~~~~
       |                 PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Grid_col_weight__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:130475:12: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
130475 |       if (!PyInt_Check(s)) {
       |            ^~~~~~~~~~~
       |            PySet_Check
./fltk/fltk_wrap.cpp:130480:17: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
130480 |       arg2[i] = PyInt_AsLong(s);
       |                 ^~~~~~~~~~~~
       |                 PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Grid_col_gap__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:130651:12: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
130651 |       if (!PyInt_Check(s)) {
       |            ^~~~~~~~~~~
       |            PySet_Check
./fltk/fltk_wrap.cpp:130656:17: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
130656 |       arg2[i] = PyInt_AsLong(s);
       |                 ^~~~~~~~~~~~
       |                 PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Grid_row_height__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:130827:12: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
130827 |       if (!PyInt_Check(s)) {
       |            ^~~~~~~~~~~
       |            PySet_Check
./fltk/fltk_wrap.cpp:130832:17: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
130832 |       arg2[i] = PyInt_AsLong(s);
       |                 ^~~~~~~~~~~~
       |                 PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Grid_row_weight__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:131003:12: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
131003 |       if (!PyInt_Check(s)) {
       |            ^~~~~~~~~~~
       |            PySet_Check
./fltk/fltk_wrap.cpp:131008:17: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
131008 |       arg2[i] = PyInt_AsLong(s);
       |                 ^~~~~~~~~~~~
       |                 PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Grid_row_gap__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:131179:12: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
131179 |       if (!PyInt_Check(s)) {
       |            ^~~~~~~~~~~
       |            PySet_Check
./fltk/fltk_wrap.cpp:131184:17: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
131184 |       arg2[i] = PyInt_AsLong(s);
       |                 ^~~~~~~~~~~~
       |                 PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Gl_Window_valid__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:135141:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
135141 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Gl_Window_context_valid__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:135266:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
135266 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* _wrap_gl_draw_image(PyObject*, 
PyObject*)’:
./fltk/fltk_wrap.cpp:137725:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
137725 |           if (PyInt_Check(o))
       |               ^~~~~~~~~~~
       |               PySet_Check
./fltk/fltk_wrap.cpp:137726:27: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
137726 |           arg1[i] = (char)PyInt_AsLong(o);
       |                           ^~~~~~~~~~~~
       |                           PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_new_Fl_JPEG_Image__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:145828:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
145828 |           if (PyInt_Check(o))
       |               ^~~~~~~~~~~
       |               PySet_Check
./fltk/fltk_wrap.cpp:145829:28: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
145829 |           arg3[i] = (uchar)PyInt_AsLong(o);
       |                            ^~~~~~~~~~~~
       |                            PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_new_Fl_PNG_Image__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:156305:15: error: ‘PyInt_Check’ was not declared in 
this scope; did you mean ‘PySet_Check’?
156305 |           if (PyInt_Check(o))
       |               ^~~~~~~~~~~
       |               PySet_Check
./fltk/fltk_wrap.cpp:156306:28: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
156306 |           arg3[i] = (uchar)PyInt_AsLong(o);
       |                            ^~~~~~~~~~~~
       |                            PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_groupExists(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:158135:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158135 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_deleteGroup(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:158182:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158182 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_entryExists(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:158298:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158298 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_deleteEntry(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:158345:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158345 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_set__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158399:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158399 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_set__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158461:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158461 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_set__SWIG_2(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158515:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158515 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_set__SWIG_3(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158577:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158577 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_set__SWIG_4(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158632:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158632 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_set__SWIG_5(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158698:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158698 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_get__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158843:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158843 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_get__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158907:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158907 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_get__SWIG_2(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:158971:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
158971 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_get__SWIG_3(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:159043:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
159043 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_get__SWIG_4(PyObject*, Py_ssize_t, PyObject**)’:
./fltk/fltk_wrap.cpp:159125:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
159125 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Preferences_getUserdataPath(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:159282:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
159282 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Text_Display_highlight_data(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:189130:37: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
189130 |           arg3[i].color = (Fl_Color)PyInt_AsLong(PyList_GetItem(o,0));
       |                                     ^~~~~~~~~~~~
       |                                     PyLong_AsLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Tree_Item_is_selected(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:204028:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
204028 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Tree_Item_is_activated(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:204130:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
204130 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
./fltk/fltk_wrap.cpp: In function ‘PyObject* 
_wrap_Fl_Tree_Item_is_active(PyObject*, PyObject*)’:
./fltk/fltk_wrap.cpp:204163:17: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
204163 |     resultobj = PyInt_FromLong( (long)result);
       |                 ^~~~~~~~~~~~~~
       |                 PyLong_FromLong
error: command '/usr/bin/x86_64-linux-gnu-g++' failed with exit code 1
E: pybuild pybuild:485: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py build 
dh_auto_build: error: pybuild --build -i python{version} -p 3.14 --parallel=2 
returned exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pyfltk
Source-Version: 1.4.5.0+repack-5
Done: Dima Kogan <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pyfltk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dima Kogan <[email protected]> (supplier of updated pyfltk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 04 Sep 2026 09:10:25 -0700
Source: pyfltk
Architecture: source
Version: 1.4.5.0+repack-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Dima Kogan <[email protected]>
Closes: 1145926
Changes:
 pyfltk (1.4.5.0+repack-5) unstable; urgency=medium
 .
   * Fix build with with swig 4.5.0. Thanks to Rafael Laboissière
     <[email protected]> for the patch! (Closes: #1145926)
Checksums-Sha1:
 0cdf2a2228ca60513b427b9137b99c15a297f30d 2357 pyfltk_1.4.5.0+repack-5.dsc
 97968b7e2587d053b4539236172d594f44f66a74 8532 
pyfltk_1.4.5.0+repack-5.debian.tar.xz
 c8d3b0e13a7aca4abdc5551e0c0a1ab968970335 444528 
pyfltk_1.4.5.0+repack-5.git.tar.xz
 f06e0db2b2178f75704de6a7ecb94ac36c80f797 17700 
pyfltk_1.4.5.0+repack-5_source.buildinfo
Checksums-Sha256:
 015a5417cc68210e92f12af545e6285f0887a922abda0fb77096da43bb8a7171 2357 
pyfltk_1.4.5.0+repack-5.dsc
 5551f8773b3be5f677bda1216bdaf8fd66fa38b9b5bd50ddd848ec0ed7a6ec30 8532 
pyfltk_1.4.5.0+repack-5.debian.tar.xz
 9fbc3eb30f74966a877f4dd8553e9f92d0ede32d74ed1a5971f01b78d82ec84d 444528 
pyfltk_1.4.5.0+repack-5.git.tar.xz
 2c4a6e134d4e8127dd8d613a951d6d73b14b83a000398ce96fe40f0d3a2d009c 17700 
pyfltk_1.4.5.0+repack-5_source.buildinfo
Files:
 7d08e069b19ea66b28dcafcf633a96dc 2357 python optional 
pyfltk_1.4.5.0+repack-5.dsc
 312273149d61fc202a4d876f2db4f70b 8532 python optional 
pyfltk_1.4.5.0+repack-5.debian.tar.xz
 e998d49babf0ec6dc585fe5d481d924e 444528 python optional 
pyfltk_1.4.5.0+repack-5.git.tar.xz
 62f085edc2ec593e0d2645b5a1e98a30 17700 python optional 
pyfltk_1.4.5.0+repack-5_source.buildinfo
Git-Tag-Info: tag=9c899033ae966557f9892eb8ad2db96bc8efc31a 
fp=b5e2fa190fdf9afe218889cfacc7c2cf30941188
Git-Tag-Tagger: Dima Kogan <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmqa7d4ACgkQYG0ITkaD
wHl/sBAAzHbnaRgR4P58ir4sQxuJAEW1BfBdUKkmjDq6XDoGpq4P5+NLx+OhpjPM
HaWeg6ZvRC3WvzGYjFjpxsL4MXjoEYRCI0tiqbjWzppst3fWA/0xEJLU3FqMtsaz
0H+L1aYCamwlj1AZk5PAQ3Zy/4UyBrDY7syxvAQ3kRkMS1JgvJtLrgw5LgIK11zQ
k6AfTFFEkF5x87Rtpx89wbnoAOwA5OPGQ/ZEK/HE+l2edVG8dSzyLqKKDOhAc/Q5
pxkO9A2brkQEE9D9WzSKgJKcKI5AAdxOX5fL1WA1dgTOKi6Y7TDh7aQVeIAfZ/fW
Zv4gCo7WIGZMkJnyox7j+F3nzExQkzY6/SoLiQGfJEWx56Cn0dFpGzILXJFwEQHm
ZpToEHoVHIU9KeABwLsB8ZlCsvnJnS7pxibleEozCWwCgoD0vlpRDZMAFjCttT3O
ENmCO7Uj2CmdP/cy6Q9vlN4pQtZvb5yBqxkE7+PX59qb7tFHenYOyLhE2+CRPIHn
E8bExSNSTzp9FYTmQQ/VGY5CR+tHvU/6KdPJZI+0dps3P8L7UIzJP986o9gENpd4
6jMWzVP5S/5aJf6ieS3bhRnCZbw76ZgacwfwuHrtbUnKiXJ7AMe7TFPNQIUPaIbK
F93vZnx/cWF4LHyxb7SQeKySm/v1Rdd5s/v6+Yz+PbMouOhbK4k=
=ovi4
-----END PGP SIGNATURE-----

Attachment: pgpHM7rUqb4JK.pgp
Description: PGP signature


--- End Message ---

Reply via email to