Source: pd-unauthorized Version: 0.1-4 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -g -O2 > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -O6 -funroll-loops -fomit-frame-pointer -o > "mp3streamin~.o" -c "mp3streamin~.c" > mp3fileout~.c:87:13: error: conflicting types for ‘sys_sockerror’ > 87 | extern void sys_sockerror(char *s); > | ^~~~~~~~~~~~~ > In file included from mp3fileout~.c:35: > /usr/include/pd/s_stuff.h:182:13: note: previous declaration of > ‘sys_sockerror’ was here > 182 | EXTERN void sys_sockerror(const char *s); > | ^~~~~~~~~~~~~ > mp3streamin~.c:86:13: error: conflicting types for ‘sys_sockerror’ > 86 | extern void sys_sockerror(char *s); > | ^~~~~~~~~~~~~ > In file included from mp3streamin~.c:38: > /usr/include/pd/s_stuff.h:182:13: note: previous declaration of > ‘sys_sockerror’ was here > 182 | EXTERN void sys_sockerror(const char *s); > | ^~~~~~~~~~~~~ > make[2]: *** [Makefile:251: mp3fileout~.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/06/20/pd-unauthorized_0.1-4_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.