Package: inetutils Version: 2:1.5.dfsg.1-1 Severity: important Tags: patch Our automated buildd log filter[1] detected a problem 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 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 Buildd user <[EMAIL PROTECTED]> ----- Subject: Log for successful build of inetutils_2:1.5.dfsg.1-1 (dist=unstable) From: Buildd user <[EMAIL PROTECTED]> Date: Wed, 25 Oct 2006 03:36:27 +0000 To: undisclosed-recipients: ; X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.10.24.202432 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ldl.lart X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.5 tests=AWL,UNDISC_RECIPS autolearn=disabled version=3.0.3 Debian-Buildd-Error: Yes Function `getpass' implicitly converted to pointer at authenc.c:99 ----- End forwarded message ----- --- inetutils-1.5.dfsg.1.orig/telnet/authenc.c 2006-10-11 15:46:26.000000000 -0600 +++ inetutils-1.5.dfsg.1/telnet/authenc.c 2006-10-25 10:44:25.000000000 -0600 @@ -40,6 +40,7 @@ #include <arpa/telnet.h> #include <libtelnet/encrypt.h> #include <libtelnet/misc.h> +#include <unistd.h> #include "general.h" #include "ring.h" -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]