[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1114322: marked as done (python-pyo: FTBFS: src/engine/dummymodule.c:48:35: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(Dummy *)' [-Wincompatible-pointer-types])



Your message dated Fri, 12 Sep 2025 15:54:02 +0000
with message-id <E1ux666-00HXhK-0q@fasolo.debian.org>
and subject line Bug#1114322: fixed in python-pyo 1.0.6-3
has caused the Debian Bug report #1114322,
regarding python-pyo: FTBFS: src/engine/dummymodule.c:48:35: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(Dummy *)' [-Wincompatible-pointer-types]
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 owner@bugs.debian.org
immediately.)


-- 
1114322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114322
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-pyo
Version: 1.0.6-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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

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

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 could not 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:python-pyo, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.

[... snipped ...]

  890 |         err = jack_port_set_name(be_data->jack_midiout_port, name);
      |         ^~~
/usr/include/jack/jack.h:901:5: note: declared here
  901 | int jack_port_set_name (jack_port_t *port, const char *port_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT;
      |     ^~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -DUSE_JACK -DJACK_OLD_API -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/python3.13 -c src/engine/ad_portaudio.c -o build/temp.linux-x86_64-cpython-313/src/engine/ad_portaudio.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -DUSE_JACK -DJACK_OLD_API -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/python3.13 -c src/engine/dummymodule.c -o build/temp.linux-x86_64-cpython-313/src/engine/dummymodule.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG
src/engine/dummymodule.c: In function â??Dummy_setProcModeâ??:
src/engine/dummymodule.c:48:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   48 |             self->muladd_func_ptr = Dummy_postprocessing_ii;
      |                                   ^
src/engine/dummymodule.c:29:13: note: â??Dummy_postprocessing_iiâ?? declared here
   29 | static void Dummy_postprocessing_ii(Dummy *self) { POST_PROCESSING_II };
      |             ^~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:52:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   52 |             self->muladd_func_ptr = Dummy_postprocessing_ai;
      |                                   ^
src/engine/dummymodule.c:30:13: note: â??Dummy_postprocessing_aiâ?? declared here
   30 | static void Dummy_postprocessing_ai(Dummy *self) { POST_PROCESSING_AI };
      |             ^~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:56:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   56 |             self->muladd_func_ptr = Dummy_postprocessing_revai;
      |                                   ^
src/engine/dummymodule.c:35:13: note: â??Dummy_postprocessing_revaiâ?? declared here
   35 | static void Dummy_postprocessing_revai(Dummy *self) { POST_PROCESSING_REVAI };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:60:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   60 |             self->muladd_func_ptr = Dummy_postprocessing_ia;
      |                                   ^
src/engine/dummymodule.c:31:13: note: â??Dummy_postprocessing_iaâ?? declared here
   31 | static void Dummy_postprocessing_ia(Dummy *self) { POST_PROCESSING_IA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:64:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   64 |             self->muladd_func_ptr = Dummy_postprocessing_aa;
      |                                   ^
src/engine/dummymodule.c:32:13: note: â??Dummy_postprocessing_aaâ?? declared here
   32 | static void Dummy_postprocessing_aa(Dummy *self) { POST_PROCESSING_AA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:68:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   68 |             self->muladd_func_ptr = Dummy_postprocessing_revaa;
      |                                   ^
src/engine/dummymodule.c:36:13: note: â??Dummy_postprocessing_revaaâ?? declared here
   36 | static void Dummy_postprocessing_revaa(Dummy *self) { POST_PROCESSING_REVAA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:72:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   72 |             self->muladd_func_ptr = Dummy_postprocessing_ireva;
      |                                   ^
src/engine/dummymodule.c:33:13: note: â??Dummy_postprocessing_irevaâ?? declared here
   33 | static void Dummy_postprocessing_ireva(Dummy *self) { POST_PROCESSING_IREVA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:76:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   76 |             self->muladd_func_ptr = Dummy_postprocessing_areva;
      |                                   ^
src/engine/dummymodule.c:34:13: note: â??Dummy_postprocessing_arevaâ?? declared here
   34 | static void Dummy_postprocessing_areva(Dummy *self) { POST_PROCESSING_AREVA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:80:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
   80 |             self->muladd_func_ptr = Dummy_postprocessing_revareva;
      |                                   ^
src/engine/dummymodule.c:37:13: note: â??Dummy_postprocessing_revarevaâ?? declared here
   37 | static void Dummy_postprocessing_revareva(Dummy *self) { POST_PROCESSING_REVAREVA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_compute_next_data_frameâ??:
src/engine/dummymodule.c:109:6: error: too many arguments to function â??self->muladd_func_ptrâ??; expected 0, have 1
  109 |     (*self->muladd_func_ptr)(self);
      |     ~^~~~~~~~~~~~~~~~~~~~~~~ ~~~~
In file included from src/engine/dummymodule.c:24:
include/pyomodule.h:616:12: note: declared here
  616 |     void (*muladd_func_ptr)(); \
      |            ^~~~~~~~~~~~~~~
include/dummymodule.h:29:5: note: in expansion of macro â??pyo_audio_HEADâ??
   29 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_initializeâ??:
src/engine/dummymodule.c:155:25: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(Dummy *)â?? [-Wincompatible-pointer-types]
  155 |     self->mode_func_ptr = Dummy_setProcMode;
      |                         ^
src/engine/dummymodule.c:40:1: note: â??Dummy_setProcModeâ?? declared here
   40 | Dummy_setProcMode(Dummy *self)
      | ^~~~~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_setInputâ??:
src/engine/dummymodule.c:186:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
  186 |     (*self->mode_func_ptr)(self);
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
include/dummymodule.h:29:5: note: in expansion of macro â??pyo_audio_HEADâ??
   29 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_setMulâ??:
include/pyomodule.h:1715:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1715 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:195:62: note: in expansion of macro â??SET_MULâ??
  195 | static PyObject * Dummy_setMul(Dummy *self, PyObject *arg) { SET_MUL };
      |                                                              ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
include/dummymodule.h:29:5: note: in expansion of macro â??pyo_audio_HEADâ??
   29 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_setAddâ??:
include/pyomodule.h:1743:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1743 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:196:62: note: in expansion of macro â??SET_ADDâ??
  196 | static PyObject * Dummy_setAdd(Dummy *self, PyObject *arg) { SET_ADD };
      |                                                              ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
include/dummymodule.h:29:5: note: in expansion of macro â??pyo_audio_HEADâ??
   29 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_setSubâ??:
include/pyomodule.h:1772:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1772 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:197:62: note: in expansion of macro â??SET_SUBâ??
  197 | static PyObject * Dummy_setSub(Dummy *self, PyObject *arg) { SET_SUB };
      |                                                              ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
include/dummymodule.h:29:5: note: in expansion of macro â??pyo_audio_HEADâ??
   29 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??Dummy_setDivâ??:
include/pyomodule.h:1802:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1802 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:198:62: note: in expansion of macro â??SET_DIVâ??
  198 | static PyObject * Dummy_setDiv(Dummy *self, PyObject *arg) { SET_DIV };
      |                                                              ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
include/dummymodule.h:29:5: note: in expansion of macro â??pyo_audio_HEADâ??
   29 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_setProcModeâ??:
src/engine/dummymodule.c:349:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  349 |             self->muladd_func_ptr = TriggerDummy_postprocessing_ii;
      |                                   ^
src/engine/dummymodule.c:330:13: note: â??TriggerDummy_postprocessing_iiâ?? declared here
  330 | static void TriggerDummy_postprocessing_ii(TriggerDummy *self) { POST_PROCESSING_II };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:353:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  353 |             self->muladd_func_ptr = TriggerDummy_postprocessing_ai;
      |                                   ^
src/engine/dummymodule.c:331:13: note: â??TriggerDummy_postprocessing_aiâ?? declared here
  331 | static void TriggerDummy_postprocessing_ai(TriggerDummy *self) { POST_PROCESSING_AI };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:357:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  357 |             self->muladd_func_ptr = TriggerDummy_postprocessing_revai;
      |                                   ^
src/engine/dummymodule.c:336:13: note: â??TriggerDummy_postprocessing_revaiâ?? declared here
  336 | static void TriggerDummy_postprocessing_revai(TriggerDummy *self) { POST_PROCESSING_REVAI };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:361:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  361 |             self->muladd_func_ptr = TriggerDummy_postprocessing_ia;
      |                                   ^
src/engine/dummymodule.c:332:13: note: â??TriggerDummy_postprocessing_iaâ?? declared here
  332 | static void TriggerDummy_postprocessing_ia(TriggerDummy *self) { POST_PROCESSING_IA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:365:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  365 |             self->muladd_func_ptr = TriggerDummy_postprocessing_aa;
      |                                   ^
src/engine/dummymodule.c:333:13: note: â??TriggerDummy_postprocessing_aaâ?? declared here
  333 | static void TriggerDummy_postprocessing_aa(TriggerDummy *self) { POST_PROCESSING_AA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:369:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  369 |             self->muladd_func_ptr = TriggerDummy_postprocessing_revaa;
      |                                   ^
src/engine/dummymodule.c:337:13: note: â??TriggerDummy_postprocessing_revaaâ?? declared here
  337 | static void TriggerDummy_postprocessing_revaa(TriggerDummy *self) { POST_PROCESSING_REVAA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:373:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  373 |             self->muladd_func_ptr = TriggerDummy_postprocessing_ireva;
      |                                   ^
src/engine/dummymodule.c:334:13: note: â??TriggerDummy_postprocessing_irevaâ?? declared here
  334 | static void TriggerDummy_postprocessing_ireva(TriggerDummy *self) { POST_PROCESSING_IREVA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:377:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  377 |             self->muladd_func_ptr = TriggerDummy_postprocessing_areva;
      |                                   ^
src/engine/dummymodule.c:335:13: note: â??TriggerDummy_postprocessing_arevaâ?? declared here
  335 | static void TriggerDummy_postprocessing_areva(TriggerDummy *self) { POST_PROCESSING_AREVA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:381:35: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  381 |             self->muladd_func_ptr = TriggerDummy_postprocessing_revareva;
      |                                   ^
src/engine/dummymodule.c:338:13: note: â??TriggerDummy_postprocessing_revarevaâ?? declared here
  338 | static void TriggerDummy_postprocessing_revareva(TriggerDummy *self) { POST_PROCESSING_REVAREVA };
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_compute_next_data_frameâ??:
src/engine/dummymodule.c:397:6: error: too many arguments to function â??self->muladd_func_ptrâ??; expected 0, have 1
  397 |     (*self->muladd_func_ptr)(self);
      |     ~^~~~~~~~~~~~~~~~~~~~~~~ ~~~~
include/pyomodule.h:616:12: note: declared here
  616 |     void (*muladd_func_ptr)(); \
      |            ^~~~~~~~~~~~~~~
src/engine/dummymodule.c:324:5: note: in expansion of macro â??pyo_audio_HEADâ??
  324 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_newâ??:
src/engine/dummymodule.c:438:25: error: assignment to â??void (*)(void)â?? from incompatible pointer type â??void (*)(TriggerDummy *)â?? [-Wincompatible-pointer-types]
  438 |     self->mode_func_ptr = TriggerDummy_setProcMode;
      |                         ^
src/engine/dummymodule.c:341:1: note: â??TriggerDummy_setProcModeâ?? declared here
  341 | TriggerDummy_setProcMode(TriggerDummy *self)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
src/engine/dummymodule.c:449:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
  449 |     (*self->mode_func_ptr)(self);
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
src/engine/dummymodule.c:324:5: note: in expansion of macro â??pyo_audio_HEADâ??
  324 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_setMulâ??:
include/pyomodule.h:1715:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1715 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:456:76: note: in expansion of macro â??SET_MULâ??
  456 | static PyObject * TriggerDummy_setMul(TriggerDummy *self, PyObject *arg) { SET_MUL };
      |                                                                            ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
src/engine/dummymodule.c:324:5: note: in expansion of macro â??pyo_audio_HEADâ??
  324 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_setAddâ??:
include/pyomodule.h:1743:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1743 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:457:76: note: in expansion of macro â??SET_ADDâ??
  457 | static PyObject * TriggerDummy_setAdd(TriggerDummy *self, PyObject *arg) { SET_ADD };
      |                                                                            ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
src/engine/dummymodule.c:324:5: note: in expansion of macro â??pyo_audio_HEADâ??
  324 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_setSubâ??:
include/pyomodule.h:1772:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1772 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:458:76: note: in expansion of macro â??SET_SUBâ??
  458 | static PyObject * TriggerDummy_setSub(TriggerDummy *self, PyObject *arg) { SET_SUB };
      |                                                                            ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
src/engine/dummymodule.c:324:5: note: in expansion of macro â??pyo_audio_HEADâ??
  324 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
src/engine/dummymodule.c: In function â??TriggerDummy_setDivâ??:
include/pyomodule.h:1802:6: error: too many arguments to function â??self->mode_func_ptrâ??; expected 0, have 1
 1802 |     (*self->mode_func_ptr)(self); \
      |     ~^~~~~~~~~~~~~~~~~~~~~ ~~~~
src/engine/dummymodule.c:459:76: note: in expansion of macro â??SET_DIVâ??
  459 | static PyObject * TriggerDummy_setDiv(TriggerDummy *self, PyObject *arg) { SET_DIV };
      |                                                                            ^~~~~~~
include/pyomodule.h:614:12: note: declared here
  614 |     void (*mode_func_ptr)(); \
      |            ^~~~~~~~~~~~~
src/engine/dummymodule.c:324:5: note: in expansion of macro â??pyo_audio_HEADâ??
  324 |     pyo_audio_HEAD
      |     ^~~~~~~~~~~~~~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: 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.13 returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-pyo
Source-Version: 1.0.6-3
Done: Andreas Tille <tille@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-pyo, 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 1114322@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <tille@debian.org> (supplier of updated python-pyo 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 12 Sep 2025 16:50:11 +0200
Source: python-pyo
Architecture: source
Version: 1.0.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Andreas Tille <tille@debian.org>
Closes: 1114322
Changes:
 python-pyo (1.0.6-3) unstable; urgency=medium
 .
   * Team upload.
   * Rebuild for libportmidi2 transition
   * Standards-Version: 4.7.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Add debian/upstream/metadata
   * Fix build with gcc-15
     Closes: #1114322
   * debputy lint --auto-fix (routine-update)
Checksums-Sha1:
 b9a2094b6e4812707ffb3eb891a72f43000a25cb 2188 python-pyo_1.0.6-3.dsc
 b44550180e4c5a6ef51e28c279b11e9bb6f198a5 11904 python-pyo_1.0.6-3.debian.tar.xz
 4c73982054bfb7f975c008c4351d31387f69997f 8427 python-pyo_1.0.6-3_amd64.buildinfo
Checksums-Sha256:
 74673d0c750b6a1ecb2d432fb9b02ec3885fbe0dc329352a1b976daa47b9587d 2188 python-pyo_1.0.6-3.dsc
 6fa6c9e9b466db5acf51f4d046f7f47672507ef0569d68f786cd91b137b0033f 11904 python-pyo_1.0.6-3.debian.tar.xz
 1a1cb02d28ea130aeaab7297ac9d2f87fd7fee86595cbaefdd582b5ffa7dfda8 8427 python-pyo_1.0.6-3_amd64.buildinfo
Files:
 ebfd0db244cf91054759e38b405be47b 2188 python optional python-pyo_1.0.6-3.dsc
 cca86574deb538a49c9e0cae30fb5df1 11904 python optional python-pyo_1.0.6-3.debian.tar.xz
 44ca57dd15ed1ece1eb8bb1e6a47b6b1 8427 python optional python-pyo_1.0.6-3_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjENFYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHf4w//a8ZdZ/UhjH1X9U/85YnkYYStzCsvrc1N
Qs9dqLJ7Q3PvX21Yzd0HZ1JVAnDISkmpcXaqiA87xvWfpbR9sN+s43T6tX75EpAs
+O1VB2POi8MaIZ9PWjfSMFr66wxuPxjyRA1f8YGgPzt5Lop49QsppiMor9P7c7xS
W4mETwyJD1FERiw6D5bhQyAluDVQXzq+Q7NrDQxnA0JieA/CkGvUmsEwOKsHTMD2
Cb3o4AkOY1bqpwGgvtaRfvWuSe36n/+bdwKgRs3pysFnqW4zaNx0jtXY2mtUKfJQ
+ypI+UtfAdnHPaoMBo8fLUD6MJpfTY0j8XIDJeYsGefpA4ChtvtMfns3tOTIiXUO
XsHbVTs+DIrLwaZnd/Uy7HV/zq+6BY390JpVcIAyUsyl/MT/anKuBC2w4YNyYuku
/MiD6Gk1/3x0IDkeRRw9jhynFYILl10i4qNHUyWijhg3FD5Nr6O142jiM6PvazXq
wJbQHcoY2eK9jesJcajefyFjkNLFVepA7WUXYF3ye6O3JcRWxJPZFQ/XtUAGAuGv
9ggd7eSwRSY99iOdNDZM6r4tfWjZXmjBbuDfXF2mNniseC2ngpRjfEYD58U6LrBy
XLe2LwRAPM9zOyIybX0omFOk8otaUExVoKnts9MtWS/m41kdKdHewZZSGh126AU6
R41FY6W6cgA=
=4STa
-----END PGP SIGNATURE-----

Attachment: pgpuxlCwUR2rn.pgp
Description: PGP signature


--- End Message ---

Reply to: