Source: mdk Version: 1.2.7+dfsg-1 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20140315 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. On new readline versions old-style function typedefs have been deprecated. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I.. -DMAKE_GUILE > -D_FORTIFY_SOURCE=2 -Wall -fno-strict-aliasing -pthread > -I/usr/include/guile/2.0 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread > -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 > -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ > -I/usr/include/freetype2 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz > -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -g -O2 -fPIE > -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security > -c -o mixvm_command.o mixvm_command.c > mixvm_command.c:87:20: error: 'Function' undeclared here (not in a function) > { (char *)NULL, (Function *)NULL, (char *)NULL } > ^ > mixvm_command.c:87:30: error: expected expression before ')' token > { (char *)NULL, (Function *)NULL, (char *)NULL } > ^ > mixvm_command.c: In function 'mixvm_cmd_init': > mixvm_command.c:235:39: error: 'CPPFunction' undeclared (first use in this > function) > rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_; > ^ > mixvm_command.c:235:39: note: each undeclared identifier is reported only > once for each function it appears in > mixvm_command.c:235:52: error: expected expression before ')' token > rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_; > ^ > mixvm_command.c:235:51: error: invalid operands to binary * (have 'struct > mix_vm_command_info_t *' and 'struct mix_vm_command_info_t *') > rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_; > ^ > mixvm_command.c:235:36: warning: assignment from incompatible pointer type > [enabled by default] > rl_attempted_completion_function = (CPPFunction *)mixvm_cmd_completion_; > ^ > mixvm_command.c: At top level: > mixvm_command.c:103:1: warning: 'mixvm_cmd_completion_' defined but not used > [-Wunused-function] > mixvm_cmd_completion_ (char *text, int start, int end) > ^ > make[3]: *** [mixvm_command.o] Error 1 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2014/03/15/mdk_1.2.7+dfsg-1_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. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org