Bug#865936: gnome-chess FTBFS: error: conflicting types for 'clock_type_changed_cb'

Adrian Bunk bunk at debian.org
Sun Jun 25 23:51:45 UTC 2017


Source: gnome-chess
Version: 1:3.22.2-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes gnome-chess FTBFS:

https://tests.reproducible-builds.org/debian/history/gnome-chess.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gnome-chess.html

...
gnome-chess.c: In function 'chess_application_set_clock_type':
gnome-chess.c:6522:18: error: conflicting types for 'clock_type_changed_cb'
  G_MODULE_EXPORT clock_type_changed_cb (_tmp18_, self);
                  ^~~~~~~~~~~~~~~~~~~~~
gnome-chess.c:424:22: note: previous declaration of 'clock_type_changed_cb' was here
 void G_MODULE_EXPORT clock_type_changed_cb (GtkComboBox* combo, ChessApplication* self);
                      ^~~~~~~~~~~~~~~~~~~~~
gnome-chess.c: In function 'chess_application_set_timer_increment':
gnome-chess.c:6607:52: error: expected declaration specifiers or '...' before '(' token
  G_MODULE_EXPORT timer_increment_units_changed_cb ((GtkWidget*) _tmp23_, self);
                                                    ^
gnome-chess.c:6607:74: error: expected declaration specifiers or '...' before 'self'
  G_MODULE_EXPORT timer_increment_units_changed_cb ((GtkWidget*) _tmp23_, self);
                                                                          ^~~~
gnome-chess.c: At top level:
gnome-chess.c:7247:22: error: conflicting types for 'clock_type_changed_cb'
 void G_MODULE_EXPORT clock_type_changed_cb (GtkComboBox* combo, ChessApplication* self) {
                      ^~~~~~~~~~~~~~~~~~~~~
gnome-chess.c:6522:18: note: previous declaration of 'clock_type_changed_cb' was here
  G_MODULE_EXPORT clock_type_changed_cb (_tmp18_, self);
                  ^~~~~~~~~~~~~~~~~~~~~
gnome-chess.c: In function 'preferences_delete_event_cb':
gnome-chess.c:7309:51: error: expected ')' before '(' token
  G_MODULE_EXPORT preferences_response_cb (_tmp0_, (gint) GTK_RESPONSE_CANCEL, self);
                                                   ^
Makefile:556: recipe for target 'gnome_chess-gnome-chess.o' failed
make[3]: *** [gnome_chess-gnome-chess.o] Error 1



More information about the pkg-gnome-maintainers mailing list