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 --------------------------------------------------------------------------------

