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

Bug#1114257: pd-unauthorized: FTBFS: mp3streamin~.c:330:25: error: implicit declaration of function 'rtext_width'; did you mean 'rtext_findhit'? [-Wimplicit-function-declaration]



Package: src:pd-unauthorized
Version: 0.1-9
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-unauthorized, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
	make -j2 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f -- audience~.o beatify~.o blinkenlights.o compressor~.o cooled~.o countund.o disto~.o exciter.o filterbank~.o formant~.o grid.o mp3cast~.o mp3fileout~.o mp3streamin~.o mp3streamout~.o mp3write~.o pianoroll.o playlist.o probalizer.o randomblock~.o samplebox~.o scratcher~.o scrolllist.o sonogram~.o speexin~.o speexout~.o spigot~.o wahwah~.o mp3amp~.o  
rm -f -- audience~.pd_linux beatify~.pd_linux blinkenlights.pd_linux compressor~.pd_linux cooled~.pd_linux countund.pd_linux disto~.pd_linux exciter.pd_linux filterbank~.pd_linux formant~.pd_linux grid.pd_linux mp3cast~.pd_linux mp3fileout~.pd_linux mp3streamin~.pd_linux mp3streamout~.pd_linux mp3write~.pd_linux pianoroll.pd_linux playlist.pd_linux probalizer.pd_linux randomblock~.pd_linux samplebox~.pd_linux scratcher~.pd_linux scrolllist.pd_linux sonogram~.pd_linux speexin~.pd_linux speexout~.pd_linux spigot~.pd_linux wahwah~.pd_linux mp3amp~.pd_linux
rm -f -- unauthorized.o
rm -f -- unauthorized.pd_linux
rm -f -- 
rm -f -- unauthorized-0.1-linux-x86_64.tar.gz
rm -rf -- unauthorized-0.1-linux-x86_64
rm -f -- unauthorized-0.1.tar.gz
rm -rf -- unauthorized-0.1

[... snipped ...]

      |         ^~~~~~~~~
/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 */
      |                           ^~~~~~~~
filterbank~.c: In function â??filterbank_propertiesâ??:
filterbank~.c:270:47: warning: format â??%dâ?? expects argument of type â??intâ??, but argument 3 has type â??t_intâ?? {aka â??long intâ??} [-Wformat=]
  270 |     sprintf(buf, "pdtk_filterbank_dialog %%s %d %d\n",
      |                                              ~^
      |                                               |
      |                                               int
      |                                              %ld
  271 |             x->x_lowfreq, x->x_highfreq );
      |             ~~~~~~~~~~~~                       
      |              |
      |              t_int {aka long int}
filterbank~.c:270:50: warning: format â??%dâ?? expects argument of type â??intâ??, but argument 4 has type â??t_intâ?? {aka â??long intâ??} [-Wformat=]
  270 |     sprintf(buf, "pdtk_filterbank_dialog %%s %d %d\n",
      |                                                 ~^
      |                                                  |
      |                                                  int
      |                                                 %ld
  271 |             x->x_lowfreq, x->x_highfreq );
      |                           ~~~~~~~~~~~~~           
      |                            |
      |                            t_int {aka long int}
filterbank~.c:272:5: warning: â??gfxstub_newâ?? is deprecated [-Wdeprecated-declarations]
  272 |     gfxstub_new(&x->x_obj.ob_pd, x, buf);
      |     ^~~~~~~~~~~
/usr/include/pd/m_pd.h:844:27: note: declared here
  844 | PD_DEPRECATED EXTERN void gfxstub_new(t_pd *owner, void *key, const char *cmd); /* avoid this: use pdgui_stub_vnew() instead */
      |                           ^~~~~~~~~~~
filterbank~.c: In function â??filterbank_tilde_setupâ??:
filterbank~.c:680:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  680 |     sys_vgui("eval [read [open {%s/%s.tcl}]]\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 */
      |                           ^~~~~~~~
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -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 -O6 -funroll-loops -fomit-frame-pointer -o "grid.o" -c "grid.c"
grid.c: In function â??grid_draw_updateâ??:
grid.c:76:9: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
   76 |         GRID_SYS_VGUI3(".x%lx.c delete %lxPOINT\n", canvas, x);
      |         ^~~~~~~~~~~~~~
In file included from grid.c:15:
/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 */
      |                           ^~~~~~~~
grid.c:86:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
   86 |     GRID_SYS_VGUI7(".x%lx.c create rectangle %d %d %d %d -fill #FF0000 -tags %lxPOINT\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 */
      |                           ^~~~~~~~
grid.c: In function â??grid_draw_newâ??:
grid.c:100:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  100 |     GRID_SYS_VGUI8(".x%lx.c create rectangle %d %d %d %d -fill %s -tags %lxGRID\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 */
      |                           ^~~~~~~~
grid.c:104:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  104 |     GRID_SYS_VGUI7(".x%lx.c create rectangle %d %d %d %d -tags %lxo0\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 */
      |                           ^~~~~~~~
grid.c:108:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  108 |     GRID_SYS_VGUI7(".x%lx.c create rectangle %d %d %d %d -tags %lxo1\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 */
      |                           ^~~~~~~~
grid.c:121:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  121 |             GRID_SYS_VGUI9(".x%lx.c create line %d %d %d %d -fill #FFFFFF -tags %lxLINE%d%d\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 */
      |                           ^~~~~~~~
grid.c:130:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  130 |             GRID_SYS_VGUI9(".x%lx.c create line %d %d %d %d -fill #FFFFFF -tags %lxLINE%d%d\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 */
      |                           ^~~~~~~~
grid.c: In function â??grid_draw_moveâ??:
grid.c:145:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  145 |     GRID_SYS_VGUI7(".x%lx.c coords %lxGRID %d %d %d %d\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 */
      |                           ^~~~~~~~
grid.c:149:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  149 |     GRID_SYS_VGUI7(".x%lx.c coords %lxo0 %d %d %d %d\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 */
      |                           ^~~~~~~~
grid.c:153:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  153 |     GRID_SYS_VGUI7(".x%lx.c coords %lxo1 %d %d %d %d\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 */
      |                           ^~~~~~~~
grid.c:169:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  169 |             GRID_SYS_VGUI9(".x%lx.c coords %lxLINE%d%d %d %d %d %d\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 */
      |                           ^~~~~~~~
grid.c:177:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  177 |             GRID_SYS_VGUI9(".x%lx.c coords %lxLINE%d%d %d %d %d %d\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 */
      |                           ^~~~~~~~
grid.c: In function â??grid_draw_eraseâ??:
grid.c:192:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  192 |     GRID_SYS_VGUI3(".x%lx.c delete %lxGRID\n", canvas, x);
      |     ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c:193:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  193 |     GRID_SYS_VGUI3(".x%lx.c delete %lxo0\n", canvas, x);
      |     ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c:194:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  194 |     GRID_SYS_VGUI3(".x%lx.c delete %lxo1\n", canvas, x);
      |     ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c:199:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  199 |             GRID_SYS_VGUI4(".x%lx.c delete %lxLINE%d0\n", canvas, x, i);
      |             ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c:203:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  203 |             GRID_SYS_VGUI4(".x%lx.c delete %lxLINE0%d\n", canvas, x, i);
      |             ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c:208:9: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  208 |         GRID_SYS_VGUI3(".x%lx.c delete %lxPOINT\n", canvas, x);
      |         ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c: In function â??grid_draw_selectâ??:
grid.c:221:9: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  221 |         GRID_SYS_VGUI3(".x%lx.c itemconfigure %lxGRID -outline #0000FF\n", canvas, x);
      |         ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c:226:9: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  226 |         GRID_SYS_VGUI3(".x%lx.c itemconfigure %lxGRID -outline #000000\n", canvas, x);
      |         ^~~~~~~~~~~~~~
/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 */
      |                           ^~~~~~~~
grid.c: In function â??grid_propertiesâ??:
grid.c:291:5: warning: â??gfxstub_newâ?? is deprecated [-Wdeprecated-declarations]
  291 |     gfxstub_new(&x->x_obj.ob_pd, x, buf);
      |     ^~~~~~~~~~~
/usr/include/pd/m_pd.h:844:27: note: declared here
  844 | PD_DEPRECATED EXTERN void gfxstub_new(t_pd *owner, void *key, const char *cmd); /* avoid this: use pdgui_stub_vnew() instead */
      |                           ^~~~~~~~~~~
grid.c: In function â??grid_newâ??:
grid.c:624:27: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  624 |         if (!strncmp((str = argv[0].a_w.w_symbol->s_name), "grid", 5)
      |                           ^
grid.c: In function â??grid_setupâ??:
grid.c:730:5: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  730 |     sys_vgui("eval [read [open {%s/%s.tcl}]]\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 */
      |                           ^~~~~~~~
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -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 -O6 -funroll-loops -fomit-frame-pointer -o "mp3cast~.o" -c "mp3cast~.c"
mp3cast~.c: In function â??mp3cast_tilde_lame_initâ??:
mp3cast~.c:371:26: warning: too many arguments for format [-Wformat-extra-args]
  371 |         logpost(NULL, 4, "%s",  "mp3cast~ : using lame version : %s", lameVersion );
      |                          ^~~~
mp3cast~.c: In function â??mp3cast_passwordâ??:
mp3cast~.c:789:17: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  789 |     x->x_passwd = password->s_name;
      |                 ^
mp3cast~.c: In function â??mp3cast_mountpointâ??:
mp3cast~.c:875:21: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  875 |     x->x_mountpoint = mount->s_name;
      |                     ^
mp3cast~.c: In function â??mp3cast_nameâ??:
mp3cast~.c:882:15: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  882 |     x->x_name = name->s_name;
      |               ^
mp3cast~.c: In function â??mp3cast_urlâ??:
mp3cast~.c:889:14: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  889 |     x->x_url = url->s_name;
      |              ^
mp3cast~.c: In function â??mp3cast_genreâ??:
mp3cast~.c:896:16: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  896 |     x->x_genre = genre->s_name;
      |                ^
mp3cast~.c: In function â??mp3cast_descriptionâ??:
mp3cast~.c:919:22: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers]
  919 |     x->x_description = description->s_name;
      |                      ^
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -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 -O6 -funroll-loops -fomit-frame-pointer -o "mp3fileout~.o" -c "mp3fileout~.c"
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -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 -O6 -funroll-loops -fomit-frame-pointer -o "mp3streamin~.o" -c "mp3streamin~.c"
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -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 -O6 -funroll-loops -fomit-frame-pointer -o "mp3streamout~.o" -c "mp3streamout~.c"
mp3streamin~.c: In function â??mp3streamin_decode_inputâ??:
mp3streamin~.c:316:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  316 |             sys_vgui(".x%lx.c delete rectangle %xSTATUS\n", x->x_canvas, x );
      |             ^~~~~~~~
In file included from mp3streamin~.c:33:
/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 */
      |                           ^~~~~~~~
mp3streamin~.c:317:13: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  317 |             sys_vgui(".x%lx.c delete line %xTHRESHOLD\n", x->x_canvas, x );
      |             ^~~~~~~~
/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 */
      |                           ^~~~~~~~
mp3streamin~.c:330:25: error: implicit declaration of function â??rtext_widthâ??; did you mean â??rtext_findhitâ??? [-Wimplicit-function-declaration]
  330 |                 width = rtext_width( glist_findrtext( (t_glist*)x->x_canvas, (t_text *)x ) );
      |                         ^~~~~~~~~~~
      |                         rtext_findhit
mp3streamin~.c:330:38: error: implicit declaration of function â??glist_findrtextâ??; did you mean â??glist_getrtextâ??? [-Wimplicit-function-declaration]
  330 |                 width = rtext_width( glist_findrtext( (t_glist*)x->x_canvas, (t_text *)x ) );
      |                                      ^~~~~~~~~~~~~~~
      |                                      glist_getrtext
mp3streamin~.c:331:17: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  331 |                 sys_vgui(".x%lx.c create rectangle %d %d %d %d -fill %s -tags %xSTATUS\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 */
      |                           ^~~~~~~~
mp3streamin~.c:335:17: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  335 |                 sys_vgui(".x%lx.c create line %d %d %d %d -fill red -tags %xTHRESHOLD\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 */
      |                           ^~~~~~~~
mp3streamin~.c:347:21: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  347 |                     sys_vgui(".x%lx.c delete rectangle %xPBAR\n", x->x_canvas, x );
      |                     ^~~~~~~~
/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 */
      |                           ^~~~~~~~
mp3streamin~.c:348:21: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  348 |                     sys_vgui(".x%lx.c delete line %xTHRESHOLD\n", x->x_canvas, x );
      |                     ^~~~~~~~
/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 */
      |                           ^~~~~~~~
mp3streamin~.c: In function â??mp3streamin_acceptconnectionâ??:
mp3streamin~.c:439:9: warning: â??sys_vguiâ?? is deprecated [-Wdeprecated-declarations]
  439 |         sys_vgui(".x%lx.c create rectangle %d %d %d %d -fill lightblue -tags %xPBAR\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 */
      |                           ^~~~~~~~
make[2]: *** [Makefile:251: mp3streamin~.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mp3streamout~.c: In function â??mp3streamout_tilde_lame_initâ??:
mp3streamout~.c:379:26: warning: too many arguments for format [-Wformat-extra-args]
  379 |         logpost(NULL, 4, "%s",  "mp3streamout~ : using lame version : %s", lameVersion );
      |                          ^~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" arch.flags= "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "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" "LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,-as-needed" returned exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------


Reply to: