Activity log for bug #1184442

Date Who What changed Old value New value Message
2013-05-26 22:56:21 Jean-Philippe Orsini bug added bug
2013-05-26 23:09:19 Jean-Philippe Orsini attachment added LP1184442.debdiff https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1184442/+attachment/3687464/+files/LP1184442.debdiff
2013-05-26 23:11:28 Jean-Philippe Orsini description Due to a Saucy GTK update, psensor cannot be build. The error is due to the deprecation of the GTK Color Selection widget, and the Psensor build fails on deprecation warnings. Due to a Saucy GTK update, psensor cannot be build. The error is due to the deprecation of the GTK Color Selection widget, and the Psensor build fails on deprecation warnings. ui_color.c: In function 'ui_change_color': ui_color.c:26:2: error: unknown type name 'GtkColorSelection' GtkColorSelection *colorsel; ^ ui_color.c:28:2: error: unknown type name 'GtkColorSelectionDialog' GtkColorSelectionDialog *colordlg; ^ ui_color.c:35:3: error: implicit declaration of function 'GTK_COLOR_SELECTION_DIALOG' [-Werror=implicit-function-declaration] (gtk_color_selection_dialog_new(title)); ^ ui_color.c:35:3: error: implicit declaration of function 'gtk_color_selection_dialog_new' [-Werror=implicit-function-declaration] ui_color.c:34:11: error: assignment makes pointer from integer without a cast [-Werror] colordlg = GTK_COLOR_SELECTION_DIALOG ^ ui_color.c:38:3: error: implicit declaration of function 'GTK_COLOR_SELECTION' [-Werror=implicit-function-declaration] (gtk_color_selection_dialog_get_color_selection(colordlg)); ^ ui_color.c:38:3: error: implicit declaration of function 'gtk_color_selection_dialog_get_color_selection' [-Werror=implicit-function-declaration] ui_color.c:37:11: error: assignment makes pointer from integer without a cast [-Werror] colorsel = GTK_COLOR_SELECTION ^ ui_color.c:40:2: error: implicit declaration of function 'gtk_color_selection_set_current_color' [-Werror=implicit-function-declaration] gtk_color_selection_set_current_color(colorsel, &color); ^ ui_color.c:45:3: error: implicit declaration of function 'gtk_color_selection_get_current_color' [-Werror=implicit-function-declaration] gtk_color_selection_get_current_color(colorsel, &color); ^ cc1: all warnings being treated as errors
2013-05-26 23:14:53 Jean-Philippe Orsini bug added subscriber Ubuntu Sponsors Team
2013-05-27 06:44:30 Martin Pitt psensor (Ubuntu): status New Fix Committed
2013-05-27 07:16:19 Launchpad Janitor psensor (Ubuntu): status Fix Committed Fix Released
2014-04-08 07:33:23 Launchpad Janitor branch linked lp:debian/psensor
2014-04-08 07:33:38 Launchpad Janitor branch linked lp:ubuntu/psensor