Your message dated Mon, 27 Jul 2026 11:53:54 +0000
with message-id <[email protected]>
and subject line Bug#1114254: fixed in pd-pddp 0.3-1
has caused the Debian Bug report #1114254,
regarding pd-pddp: FTBFS: pddplink.c:46:26: error: implicit declaration of 
function 'glist_findrtext'; did you mean 'glist_getrtext'? 
[-Wimplicit-function-declaration]
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.)


-- 
1114254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pd-pddp
Version: 0.2.1-7
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:pd-pddp, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pd_lib_builder
   dh_auto_clean -O--buildsystem=pd_lib_builder
        make -j2 distclean PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/
make[1]: Entering directory '/<<PKGBUILDDIR>>'
++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian
++++ info: making target distclean in lib pddp
rm -f helplink.pd_linux.o pddplink.pd_linux.o   
rm -f pddplink.pd_linux helplink.pd_linux pddp.pd_linux 
rm -f *.pre *.lst
target distclean not yet implemented
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
        make -j2 distclean PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ 
floatsize=64 extension=linux-amd64-64.so
make[1]: Entering directory '/<<PKGBUILDDIR>>'
++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian
++++ info: making target distclean in lib pddp
rm -f helplink.linux-amd64-64.so.o pddplink.linux-amd64-64.so.o   
rm -f pddplink.linux-amd64-64.so helplink.linux-amd64-64.so 
pddp.linux-amd64-64.so 
rm -f *.pre *.lst
target distclean not yet implemented
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pd_lib_builder
   dh_clean -O--buildsystem=pd_lib_builder
 debian/rules binary
dh binary --buildsystem=pd_lib_builder
   dh_update_autotools_config -O--buildsystem=pd_lib_builder
   dh_autoreconf -O--buildsystem=pd_lib_builder
   dh_auto_configure -O--buildsystem=pd_lib_builder
   dh_auto_build -O--buildsystem=pd_lib_builder
        make -j2 "INSTALL=install --strip-program=true" arch.c.flags= 
"LDFLAGS=-Wl,-z,relro -Wl,-z,now" "CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "CPPFLAGS=-Wdate-time 
-D_FORTIFY_SOURCE=2" PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/
make[1]: Entering directory '/<<PKGBUILDDIR>>'
++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian
++++ info: using Pd API /usr/include/pd/m_pd.h
++++ info: making target all in lib pddp
++++ info: making pddplink.pd_linux.o in lib pddp
cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
pddplink.pd_linux.o -c pddplink.c
++++ info: making helplink.pd_linux.o in lib pddp
cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC  
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -o 
helplink.pd_linux.o -c helplink.c
pddplink.c: In function ‘pddplink_getrect’:
pddplink.c:46:26: error: implicit declaration of function 
‘glist_findrtext’; did you mean ‘glist_getrtext’? 
[-Wimplicit-function-declaration]
   46 |             t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                          ^~~~~~~~~~~~~~~
      |                          glist_getrtext
pddplink.c:46:26: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
pddplink.c:47:21: error: implicit declaration of function ‘rtext_width’; 
did you mean ‘rtext_findhit’? [-Wimplicit-function-declaration]
   47 |             width = rtext_width(y);
      |                     ^~~~~~~~~~~
      |                     rtext_findhit
pddplink.c:48:22: error: implicit declaration of function ‘rtext_height’; 
did you mean ‘rtext_retext’? [-Wimplicit-function-declaration]
   48 |             height = rtext_height(y) - 2;
      |                      ^~~~~~~~~~~~
      |                      rtext_retext
pddplink.c: In function ‘pddplink_displace’:
pddplink.c:76:22: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
   76 |         t_rtext *y = glist_findrtext(glist, t);
      |                      ^~~~~~~~~~~~~~~
pddplink.c: In function ‘pddplink_select’:
pddplink.c:84:18: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
   84 |     t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                  ^~~~~~~~~~~~~~~
pddplink.c:87:9: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
   87 |         sys_vgui(".x%lx.c itemconfigure %s -fill blue\n",
      |         ^~~~~~~~
In file included from pddplink.c:11:
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
pddplink.c:90:9: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
   90 |         sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill #0000dd 
-activefill #e70000\n",
      |         ^~~~~~~~
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
pddplink.c: In function ‘pddplink_activate’:
pddplink.c:97:18: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
   97 |     t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                  ^~~~~~~~~~~~~~~
pddplink.c: In function ‘pddplink_vis’:
pddplink.c:105:18: error: initialization of ‘struct _rtext *’ from 
‘int’ makes pointer from integer without a cast [-Wint-conversion]
  105 |     t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                  ^~~~~~~~~~~~~~~
pddplink.c:109:9: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
  109 |         sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill #0000dd 
-activefill #e70000\n",
      |         ^~~~~~~~
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
pddplink.c: In function ‘pddplink_click’:
pddplink.c:156:5: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
  156 |     sys_vgui("pddplink_open {%s} {%s}\n",               \
      |     ^~~~~~~~
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
pddplink.c: In function ‘pddplink_nextsymbol’:
pddplink.c:196:56: warning: passing argument 1 of ‘pddplink_isoption’ 
discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  196 |             (!opt || pddplink_isoption(av->a_w.w_symbol->s_name)))
      |                                        ~~~~~~~~~~~~~~~~^~~~~~~~
pddplink.c:180:36: note: expected ‘char *’ but argument is of type ‘const 
char *’
  180 | static int pddplink_isoption(char *name)
      |                              ~~~~~~^~~~
pddplink.c: In function ‘pddplink_dooptext’:
pddplink.c:224:17: warning: assignment discards ‘const’ qualifier from 
pointer target type [-Wdiscarded-qualifiers]
  224 |             src = av->a_w.w_symbol->s_name;
      |                 ^
pddplink.c: In function ‘pddplink_setup’:
pddplink.c:353:5: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
  353 |     sys_vgui("source {%s/pddplink.tcl}\n", dirsym->s_name);
      |     ^~~~~~~~
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
helplink.c: In function ‘helplink_getrect’:
helplink.c:48:26: error: implicit declaration of function 
‘glist_findrtext’; did you mean ‘glist_getrtext’? 
[-Wimplicit-function-declaration]
   48 |             t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                          ^~~~~~~~~~~~~~~
      |                          glist_getrtext
helplink.c:48:26: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
helplink.c:49:21: error: implicit declaration of function ‘rtext_width’; 
did you mean ‘rtext_findhit’? [-Wimplicit-function-declaration]
   49 |             width = rtext_width(y);
      |                     ^~~~~~~~~~~
      |                     rtext_findhit
helplink.c:50:22: error: implicit declaration of function ‘rtext_height’; 
did you mean ‘rtext_retext’? [-Wimplicit-function-declaration]
   50 |             height = rtext_height(y) - 2;
      |                      ^~~~~~~~~~~~
      |                      rtext_retext
helplink.c: In function ‘helplink_displace’:
helplink.c:77:22: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
   77 |         t_rtext *y = glist_findrtext(glist, t);
      |                      ^~~~~~~~~~~~~~~
helplink.c: In function ‘helplink_select’:
helplink.c:85:18: error: initialization of ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
   85 |     t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                  ^~~~~~~~~~~~~~~
helplink.c:90:13: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
   90 |             sys_vgui(".x%lx.c itemconfigure %s -fill blue\n",
      |             ^~~~~~~~
In file included from helplink.c:17:
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
helplink.c:93:13: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
   93 |             sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill #0000dd 
-activefill #e70000\n",
      |             ^~~~~~~~
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
helplink.c: In function ‘helplink_activate’:
helplink.c:101:18: error: initialization of ‘struct _rtext *’ from 
‘int’ makes pointer from integer without a cast [-Wint-conversion]
  101 |     t_rtext *y = glist_findrtext(glist, (t_text *)x);
      |                  ^~~~~~~~~~~~~~~
helplink.c: In function ‘helplink_vis’:
helplink.c:113:19: error: assignment to ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
  113 |             && (y = glist_findrtext(glist, (t_text *)x)))
      |                   ^
helplink.c:116:13: warning: ‘sys_vgui’ is deprecated 
[-Wdeprecated-declarations]
  116 |             sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill #0000dd 
-activefill #e70000\n",
      |             ^~~~~~~~
/usr/include/pd/m_pd.h:837:27: note: declared here
  837 | PD_DEPRECATED EXTERN void sys_vgui(const char *fmt, ...); /* avoid 
this: use pdgui_vmess() instead */
      |                           ^~~~~~~~
helplink.c:123:19: error: assignment to ‘struct _rtext *’ from ‘int’ 
makes pointer from integer without a cast [-Wint-conversion]
  123 |             && (y = glist_findrtext(glist, (t_text *)x)))
      |                   ^
helplink.c: In function ‘helplink_doclick’:
helplink.c:130:24: warning: initialization discards ‘const’ qualifier from 
pointer target type [-Wdiscarded-qualifiers]
  130 |     char* objectname = x->x_ulink->s_name;
      |                        ^
make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
pddplink.pd_linux.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
helplink.pd_linux.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" 
arch.c.flags= "LDFLAGS=-Wl,-z,relro -Wl,-z,now" "CFLAGS=-Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
"CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" 
PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pd-pddp
Source-Version: 0.3-1
Done: IOhannes m zmölnig (Debian/GNU) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pd-pddp, 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.
IOhannes m zmölnig (Debian/GNU) <[email protected]> (supplier of updated 
pd-pddp 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: Mon, 27 Jul 2026 13:16:12 +0200
Source: pd-pddp
Architecture: source
Version: 0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: IOhannes m zmölnig (Debian/GNU) <[email protected]>
Closes: 1114254
Changes:
 pd-pddp (0.3-1) unstable; urgency=medium
 .
   * New upstream version 0.3 (Closes: #1114254)
     + Drop obsolete patches
   * Drop obsolete 'Priority: optional' stanza.
   * Drop obsolete 'Rules-Requires-Root: no' stanza.
   * Update d/watch to version 5
   * Bump standards version to 4.7.4
 .
   * Update git repository layout to follow DEP-14
Checksums-Sha1:
 093964a9a6b4f2bc78c4df4c5445e763e2edec50 2037 pd-pddp_0.3-1.dsc
 12bdd28015e90d99cca8fe40b9271d4c1b04ead7 47669 pd-pddp_0.3.orig.tar.gz
 637fe7870e0987e59ef467ee878e0058437b654d 4676 pd-pddp_0.3-1.debian.tar.xz
Checksums-Sha256:
 625df8f95f1b827347263a55051574d872140a538b88e5debea437cefd5028ac 2037 
pd-pddp_0.3-1.dsc
 304ed2bed69ddc37c1ebff8fc2caff2b4d9e99be5fb9771635681af7ef4f1a78 47669 
pd-pddp_0.3.orig.tar.gz
 b052103c6b50dd0e8aee5171f85de4653f680217af836908c85c8c90d511a409 4676 
pd-pddp_0.3-1.debian.tar.xz
Files:
 9ad250534735ae5ad27035e79767f1ee 2037 sound optional pd-pddp_0.3-1.dsc
 d4b6be6bab9714e5b5499ac1ad67265c 47669 sound optional pd-pddp_0.3.orig.tar.gz
 6c91b6be8e3e802058cd41a0473615bc 4676 sound optional 
pd-pddp_0.3-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmpnP0QACgkQtlAZxH96
NvhInA/8DJJPCZpVaG5TI2Drfst+lFw23Nt1/u1S5oX4MncvjcXrK848Tr75xjCY
SeeXAKM8CDZ9QY950boYFOPNsy766O4Xf051mGnrqwfo5ob6IgAC2uHTMY47NsU+
kJsiNYpxnyrUZpT363NQYReLN90qiTj7EjJCdnhkxFZX3MZj5K6EsOD6JAC7D2W7
4FY4eU5L31FgcEpR2PB32fx9l0vWUk2rzrlKEHYBwnkqfyk20vSnQbrEgK6eN5HL
H14z7mHWf+/torDld20s2FW1Zw8EFCdrdQXVfG48y4PpYGFffDLCOQjYEQwSw1jJ
sWWG4fuXhlaayeLvp8dgOuROblReRXlMo5SO8Ft9XmBf7MJRFV+GHLXcOyubaYGs
IubZ/Hc/LybFU8MfBkxpsG28uaczbtj8DVGEFC6FUOAd+L8yBKLMm0fZP+R1T1ld
GppqGJVzwk40spkQQeLNfuRONWUSwqXjYiVHrWEHV1KLFZQ57/Wwg7apibKuvF1l
5/uZMNXssxiF1ARyU26NcNI4UF3hTsGxqwOUajtfufmTsP+Eym/6XxVvfHjPH5ci
jjywBu55ygU35TEXF5Bg2carQuDvrNY8wxkPFHul4lTSQGPrEQka5hO0RWAfamnJ
CMiIH4ytse/uYdUz0lWF6wXGkjj/4PfrKpmXDHKxndOamqXDFHo=
=Ldrn
-----END PGP SIGNATURE-----

Attachment: pgpacDE560dyr.pgp
Description: PGP signature


--- End Message ---

Reply via email to