Package: vtun Version: 2.6-5 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 Build Daemon <[EMAIL PROTECTED]> ----- Subject: Log for successful build of vtun_2.6-5 (dist=unstable) Date: Fri, 24 Nov 2006 17:04:53 +0000 (GMT) From: Build Daemon <[EMAIL PROTECTED]> To: undisclosed-recipients: ; X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.11.24.84932 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.9 required=3.5 tests=AWL,BAYES_50,UNDISC_RECIPS autolearn=disabled version=3.0.3 Debian-Buildd-Error: Yes Function `ptsname' implicitly converted to pointer at pty_dev.c:51 Function `lzo_malloc' implicitly converted to pointer at lfd_lzo.c:77 ----- End forwarded message ----- diff -urN vtun-2.6.orig/generic/pty_dev.c vtun-2.6/generic/pty_dev.c --- vtun-2.6.orig/generic/pty_dev.c 2002-12-20 10:44:46.000000000 -0700 +++ vtun-2.6/generic/pty_dev.c 2006-11-26 21:48:15.000000000 -0700 @@ -19,7 +19,7 @@ /* * pty_dev.c,v 1.1.1.1.2.1 2000/11/20 07:57:33 maxk Exp */ - +#define _XOPEN_SOURCE #include "config.h" #include <unistd.h> diff -urN vtun-2.6.orig/lfd_lzo.c vtun-2.6/lfd_lzo.c --- vtun-2.6.orig/lfd_lzo.c 2002-04-25 03:19:50.000000000 -0600 +++ vtun-2.6/lfd_lzo.c 2006-11-26 21:51:02.000000000 -0700 @@ -34,7 +34,7 @@ #include "lib.h" #ifdef HAVE_LZO - +#include <lzoutil.h> #include "lzo1x.h" static lzo_byte *zbuf; -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

