Package: gamazons
Version: 0.83-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 gamazons_0.83-1 (dist=unstable)
From: Buildd user <[EMAIL PROTECTED]>
Date: Sun, 10 Dec 2006 15:43:52 +0000
To: undisclosed-recipients: ;
X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 
2006.12.10.73433
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=-1.1 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS 
        autolearn=disabled version=3.0.3
Debian-Buildd-Error: Yes

Function `lookup_widget' implicitly converted to pointer at board.c:36
Function `lookup_widget' implicitly converted to pointer at bstate.c:24
Function `lookup_widget' implicitly converted to pointer at moves.c:1914

----- End forwarded message -----

+++ gamazons-0.83/src/board.c   2006-12-11 11:33:58.000000000 -0700
@@ -6,6 +6,7 @@
 #include "board.h"
 #include "bstate.h"
 #include "callbacks.h"
+#include "support.h"
 
 /* local Prototypes */
 
--- gamazons-0.83/src/moves.c~  2002-11-24 17:47:38.000000000 -0700
+++ gamazons-0.83/src/moves.c   2006-12-11 11:34:27.000000000 -0700
@@ -28,6 +28,7 @@
 
 #include "amazons.h"
 #include "unit-test.h"
+#include "support.h"
 
 
 #define HEVAL heval  // for testing differant hevals
--- gamazons-0.83/src/bstate.c~ 2002-11-24 17:47:38.000000000 -0700
+++ gamazons-0.83/src/bstate.c  2006-12-11 11:34:11.000000000 -0700
@@ -2,6 +2,7 @@
 #include "amazons.h"
 #include "board.h"
 #include "bstate.h"
+#include "support.h"
 
 static Board_State bstate;
 extern struct game_states states;

-- 
dann frazier | HP Open Source and Linux Organization


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to