Package: anjuta Version: 2:2.3.5-2 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. Function `svn_path_canonicalize' implicitly converted to pointer at svn-command.c:607 This is often due to a missing function prototype definition. For more information, see [2]. [1] http://people.debian.org/~dannf/check-implicit-pointer-functions [2] http://wiki.debian.org/ImplicitPointerConversions --- anjuta-2.3.5/plugins/subversion/svn-command.h~ 2008-02-10 01:33:23.000000000 -0700 +++ anjuta-2.3.5/plugins/subversion/svn-command.h 2008-03-04 20:13:52.000000000 -0700 @@ -29,6 +29,7 @@ #include <svn_client.h> #include <svn_pools.h> #include <svn_config.h> +#include <svn_path.h> #include "plugin.h" #include <libanjuta/anjuta-async-command.h> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]