Your message dated Wed, 16 May 2018 02:37:26 +0000 with message-id <e1fimji-000cah...@fasolo.debian.org> and subject line Bug#896566: fixed in gummi 0.6.6-5 has caused the Debian Bug report #896566, regarding gummi: FTBFS against new libsyntex 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 ow...@bugs.debian.org immediately.) -- 896566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896566 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: gummi Version: 0.6.6-4 Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: sid buster gummi fails to build against the new version of libsyntex in unstable: | gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -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/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread -I/usr/include/gtksourceview-2.0 -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -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/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread -I/usr/include/gtkspell-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/synctex -export-dynamic -Wall -O2 -DGUMMI_LIBS=\"/usr/lib/x86_64-linux-gnu/gummi\" -DGUMMI_DATA=\"/usr/share/gummi\" -DGUMMI_LOCALES=\"/usr/share/locale\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gui/gui-preview.o gui/gui-preview.c | gui/gui-preview.c: In function 'synctex_run_parser': | gui/gui-preview.c:1044:5: error: unknown type name 'synctex_scanner_t'; use 'struct' keyword to refer to the type | synctex_scanner_t sync_scanner = synctex_scanner_new_with_output_file(pc->uri, C_TMPDIR, 1); | ^~~~~~~~~~~~~~~~~ | struct | gui/gui-preview.c:1044:38: warning: initialization makes integer from pointer without a cast [-Wint-conversion] | synctex_scanner_t sync_scanner = synctex_scanner_new_with_output_file(pc->uri, C_TMPDIR, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1048:30: warning: passing argument 1 of 'synctex_display_query' makes pointer from integer without a cast [-Wint-conversion] | if(synctex_display_query(sync_scanner, tex_file, line, column)>0) { | ^~~~~~~~~~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:202:22: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int' | synctex_status_t synctex_display_query(synctex_scanner_p scanner,const char * name,int line,int column, int page_hint); | ^~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1048:8: error: too few arguments to function 'synctex_display_query' | if(synctex_display_query(sync_scanner, tex_file, line, column)>0) { | ^~~~~~~~~~~~~~~~~~~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:202:22: note: declared here | synctex_status_t synctex_display_query(synctex_scanner_p scanner,const char * name,int line,int column, int page_hint); | ^~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1049:9: error: unknown type name 'synctex_node_t'; use 'struct' keyword to refer to the type | synctex_node_t node; | ^~~~~~~~~~~~~~ | struct | gui/gui-preview.c:1055:24: warning: implicit declaration of function 'synctex_next_result'; did you mean 'synctex_node_height'? [-Wimplicit-function-declaration] | while ((node = synctex_next_result(sync_scanner))) { | ^~~~~~~~~~~~~~~~~~~ | synctex_node_height | gui/gui-preview.c:1059:42: warning: passing argument 1 of 'synctex_node_page' makes pointer from integer without a cast [-Wint-conversion] | sn->page = synctex_node_page(node) - 1; // syncTeX counts from 1, but poppler from 0 | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:293:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | int synctex_node_page(synctex_node_p node); | ^~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1060:48: warning: passing argument 1 of 'synctex_node_box_visible_h' makes pointer from integer without a cast [-Wint-conversion] | sn->x = synctex_node_box_visible_h(node); | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:239:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | float synctex_node_box_visible_h(synctex_node_p node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1061:48: warning: passing argument 1 of 'synctex_node_box_visible_v' makes pointer from integer without a cast [-Wint-conversion] | sn->y = synctex_node_box_visible_v(node); | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:240:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | float synctex_node_box_visible_v(synctex_node_p node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1062:56: warning: passing argument 1 of 'synctex_node_box_visible_width' makes pointer from integer without a cast [-Wint-conversion] | sn->width = synctex_node_box_visible_width(node); | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:241:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | float synctex_node_box_visible_width(synctex_node_p node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1063:58: warning: passing argument 1 of 'synctex_node_box_visible_height' makes pointer from integer without a cast [-Wint-conversion] | sn->height = synctex_node_box_visible_height(node); | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:242:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | float synctex_node_box_visible_height(synctex_node_p node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:1071:26: warning: passing argument 1 of 'synctex_scanner_free' makes pointer from integer without a cast [-Wint-conversion] | synctex_scanner_free(sync_scanner); | ^~~~~~~~~~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:120:9: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int' | int synctex_scanner_free(synctex_scanner_p scanner); | ^~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c: In function 'on_button_pressed': | gui/gui-preview.c:2041:9: error: unknown type name 'synctex_scanner_t'; use 'struct' keyword to refer to the type | synctex_scanner_t sync_scanner = synctex_scanner_new_with_output_file(pc->uri, C_TMPDIR, 1); | ^~~~~~~~~~~~~~~~~ | struct | gui/gui-preview.c:2041:42: warning: initialization makes integer from pointer without a cast [-Wint-conversion] | synctex_scanner_t sync_scanner = synctex_scanner_new_with_output_file(pc->uri, C_TMPDIR, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:2043:31: warning: passing argument 1 of 'synctex_edit_query' makes pointer from integer without a cast [-Wint-conversion] | if(synctex_edit_query(sync_scanner, page+1, x/pc->scale, y/pc->scale)>0) { | ^~~~~~~~~~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:203:22: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int' | synctex_status_t synctex_edit_query(synctex_scanner_p scanner,int page,float h,float v); | ^~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:2044:13: error: unknown type name 'synctex_node_t'; use 'struct' keyword to refer to the type | synctex_node_t node; | ^~~~~~~~~~~~~~ | struct | gui/gui-preview.c:2052:93: warning: passing argument 1 of 'synctex_node_tag' makes pointer from integer without a cast [-Wint-conversion] | const gchar *file = synctex_scanner_get_name(sync_scanner, synctex_node_tag(node)); | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:283:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | int synctex_node_tag(synctex_node_p node); | ^~~~~~~~~~~~~~~~ | gui/gui-preview.c:2052:62: warning: passing argument 1 of 'synctex_scanner_get_name' makes pointer from integer without a cast [-Wint-conversion] | const gchar *file = synctex_scanner_get_name(sync_scanner, synctex_node_tag(node)); | ^~~~~~~~~~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:323:18: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int' | const char * synctex_scanner_get_name(synctex_scanner_p scanner,int tag); | ^~~~~~~~~~~~~~~~~~~~~~~~ | gui/gui-preview.c:2053:47: warning: passing argument 1 of 'synctex_node_line' makes pointer from integer without a cast [-Wint-conversion] | gint line = synctex_node_line(node); | ^~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:284:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int' | int synctex_node_line(synctex_node_p node); | ^~~~~~~~~~~~~~~~~ | gui/gui-preview.c:2063:30: warning: passing argument 1 of 'synctex_scanner_free' makes pointer from integer without a cast [-Wint-conversion] | synctex_scanner_free(sync_scanner); | ^~~~~~~~~~~~ | In file included from gui/gui-preview.c:51:0: | /usr/include/synctex/synctex_parser.h:120:9: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int' | int synctex_scanner_free(synctex_scanner_p scanner); | ^~~~~~~~~~~~~~~~~~~~ | In file included from ./snippets.h:38:0, | from ./gui/gui-snippets.h:36, | from ./gui/gui-main.h:41, | from gui/gui-preview.c:45: | gui/gui-preview.c: At top level: | ./editor.h:110:13: warning: inline function 'editor_scroll_to_cursor' declared but never defined | inline void editor_scroll_to_cursor (GuEditor* ec); | ^~~~~~~~~~~~~~~~~~~~~~~ | make[3]: *** [Makefile:507: gui/gui-preview.o] Error 1 Full build log is available at https://people.debian.org/~sramacher/logs/gummi_amd64-2018-04-22T09:25:54Z.build Cheers -- Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: gummi Source-Version: 0.6.6-5 We believe that the bug you reported is fixed in the latest version of gummi, 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 896...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Hugo Lefeuvre <h...@debian.org> (supplier of updated gummi 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 ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 15 May 2018 21:38:45 -0400 Source: gummi Binary: gummi Architecture: source amd64 Version: 0.6.6-5 Distribution: unstable Urgency: high Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org> Changed-By: Hugo Lefeuvre <h...@debian.org> Description: gummi - GTK+ based LaTeX editor with live preview Closes: 896566 Changes: gummi (0.6.6-5) unstable; urgency=high . * Fix FTBFS again new libsyntex (Closes: #896566). Ack Samuel Thibault for the patch ! * Bump Standards-Version to 4.1.4. * Bump compat to 11. Update debhelper dependency accordingly. * Update Vcs-* fields (salsa migration). * Bump copyright years. * Bump debian/watch to version 4. * Remove unnecessary --parallel build option. * Remove trailing whitespaces from debian/changelog. Checksums-Sha1: 2376aab62e7a2f697761aeb9048d10bc88c6ef8e 1690 gummi_0.6.6-5.dsc 6c9a607c74da2e4208c3e1cee6ad9dd94b5e69b9 5244 gummi_0.6.6-5.debian.tar.xz 4bfd667dd0d709e4bba4de0efc1ca4266a4f1625 422428 gummi-dbgsym_0.6.6-5_amd64.deb f62e8286dc09c2ebe2484577f9fd7ba92ee607ef 11759 gummi_0.6.6-5_amd64.buildinfo b656fd387b4e6dfad7778acdc5d9441f5bf5993e 307528 gummi_0.6.6-5_amd64.deb Checksums-Sha256: 653ee14855265adde0d415b84a8bcb69ac5c34b1fbefcf8ceb559a01fcc8c3c0 1690 gummi_0.6.6-5.dsc 939280b445fb2ad87aa80dfaadd36e91ce028294c480d73b6c6fdb13fde0575c 5244 gummi_0.6.6-5.debian.tar.xz 8a7693dad3b8d793d13c23b7456675006ee33bbd303c947a98f65a0e48e39274 422428 gummi-dbgsym_0.6.6-5_amd64.deb e7fd833f7e6a818af477efc700889864c4d3254a85db16507b5c966d06f303b7 11759 gummi_0.6.6-5_amd64.buildinfo 1b776629aa444fd6c836d221868c65d84a2352142b2c47c8893103219a746c58 307528 gummi_0.6.6-5_amd64.deb Files: 1988790e1e5d3664dc873062f0a25451 1690 tex optional gummi_0.6.6-5.dsc 02f4bf88f520550cb9d5086f6e06e613 5244 tex optional gummi_0.6.6-5.debian.tar.xz 4d3ab197b8900c2207eb0b791f49abea 422428 debug optional gummi-dbgsym_0.6.6-5_amd64.deb b551c4edeea97f9d66835e4beeb6c828 11759 tex optional gummi_0.6.6-5_amd64.buildinfo eeca2ed78f8a3780d2dfcfaa27071c47 307528 tex optional gummi_0.6.6-5_amd64.deb -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE5LpPtQuYJzvmooL3LVy48vb3khkFAlr7jrMACgkQLVy48vb3 khkdgQf+O8AWrTUyl2xjYeT4XQm+mK0MahPChiWhStDfqBSXr3yDF++Kux7qA/DT F6om72KEW87Kw8Vx3nNeEaX5KE72NIhezGeDJ3eFfadgZEar62F1uyZrsCcoGOXw dlzbn0piSmJmBKmbkcW1QU8gs1wM+b7YDSi6gLjT97pWKuBxY6tlYMEWns+9+8xF k3CydkeEPdk+BznPOHnbgjtFAyt75nFCXyG65U5YpPCmAxWvBd77Uh1xzPoN4eog C5cwotxiuXHawKTLZJ+feaUoBIq5KcRPFypQAfLNTacUQP7nVHlAYdS63PCrw5Zn HFrT/ZM3TqIk5LgNVH+qr+82CKKBiQ== =88yA -----END PGP SIGNATURE-----
--- End Message ---