On Mon, Oct 24, 2011 at 01:23:22PM +0200, Mònica Ramírez Arceda wrote:
> Source: thoggen
> Version: 0.7.1-1
> Severity: serious
> Tags: wheezy sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20111022 qa-ftbfs
> Justification: FTBFS on amd64
> 
[..]
> > th-app-window.c: In function 'app_window_check_free_disk_space':
> > th-app-window.c:1140:44: error: format not a string literal and no format 
> > arguments [-Werror=format-security]

Once the trivial part is fixed (patch attached), it still ftbfs against:

th-device-pool.c:118:1: error: unknown type name 'LibHalFunctions'
 
On upstream bugtracker, author says he's working on removing HAL dependency.
http://sourceforge.net/tracker/?func=detail&aid=3413814&group_id=124800&atid=700640

-- 
Simon Paillard
diff -Nru thoggen-0.7.1/debian/changelog thoggen-0.7.1/debian/changelog
--- thoggen-0.7.1/debian/changelog	2011-12-16 22:59:35.000000000 +0100
+++ thoggen-0.7.1/debian/changelog	2011-12-16 22:59:36.000000000 +0100
@@ -1,3 +1,10 @@
+thoggen (0.7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Closes: #646468:
+
+ -- Simon Paillard <spaill...@debian.org>  Fri, 16 Dec 2011 22:17:41 +0100
+
 thoggen (0.7.1-1) unstable; urgency=low
 
   * New upstream bugfix release, "All Quiet on the Northern Front".
diff -Nru thoggen-0.7.1/debian/patches/02_ftbfs-format-security.patch thoggen-0.7.1/debian/patches/02_ftbfs-format-security.patch
--- thoggen-0.7.1/debian/patches/02_ftbfs-format-security.patch	1970-01-01 01:00:00.000000000 +0100
+++ thoggen-0.7.1/debian/patches/02_ftbfs-format-security.patch	2011-12-16 22:59:36.000000000 +0100
@@ -0,0 +1,13 @@
+Index: thoggen-0.7.1/src/th-app-window.c
+===================================================================
+--- thoggen-0.7.1.orig/src/th-app-window.c	2011-12-16 22:15:46.000000000 +0100
++++ thoggen-0.7.1/src/th-app-window.c	2011-12-16 22:15:57.000000000 +0100
+@@ -1137,7 +1137,7 @@
+ 	                                          GTK_DIALOG_MODAL,
+ 	                                          GTK_MESSAGE_WARNING,
+ 	                                          GTK_BUTTONS_YES_NO,
+-	                                          errmsg->str);
++	                                          "%s", errmsg->str);
+ 
+ 	gtk_window_set_title (GTK_WINDOW (dlg), _("Not enough disk space - continue anyway?"));
+ 

Reply via email to