Package: owl Version: 2.1.8-2 Severity: important Tags: patch Our automated buildd log filter[1] detected a problem[2] that will cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions [2] Function `owl_zephyr_get_realm' implicitly converted to pointer at perlglue.xs:49 Function `owl_zephyr_get_sender' implicitly converted to pointer at perlglue.xs:56 diff -urN owl-2.1.8.orig/perlglue.xs owl-2.1.8/perlglue.xs --- owl-2.1.8.orig/perlglue.xs 2004-05-07 17:35:40.000000000 -0600 +++ owl-2.1.8/perlglue.xs 2005-09-01 14:25:43.000000000 -0600 @@ -15,6 +15,8 @@ extern char *owl_function_ztext_stylestrip(char *); extern void g; extern int owl_global_get_cols(void*); +extern char *owl_zephyr_get_realm(); +extern char *owl_zephyr_get_sender(); MODULE = owl PACKAGE = owl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]