Package: tracker Version: 0.6.0-1 Severity: important Tags: patch Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64 and amd64. This is often due to a missing function prototype definition. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions ----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> ----- X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com X-Spam-Level: X-Spam-Status: No, score=-1.4 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS autolearn=disabled version=3.1.7-deb X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com Subject: Log for successful build of tracker_0.6.0-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Sat, 28 Jul 2007 19:28:34 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.28.110538 Debian-Buildd-Error: Yes Function `tracker_string_replace' implicitly converted to pointer at tracker-search-tool-callbacks.c:569 ----- End forwarded message ----- -- dann frazier
--- tracker-0.6.0.orig/src/tracker-search-tool/tracker-search-tool-support.h 2007-07-21 10:55:20.000000000 -0600 +++ tracker-0.6.0/src/tracker-search-tool/tracker-search-tool-support.h 2007-08-02 23:12:54.000000000 -0600 @@ -121,6 +121,8 @@ open_file_with_xdg_open (GtkWidget * win gboolean open_file_with_nautilus (GtkWidget * window, const gchar * file); +char * +tracker_string_replace (const char *haystack, char *needle, char *replacement); gboolean open_file_with_application (GtkWidget * window, const gchar * file);