Package: pcsx-df
Version: 1:1.813-1
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.
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
----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL
PROTECTED]> -----
X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: *
X-Spam-Status: No, score=1.1 required=3.5 tests=AWL,INFO_TLD,UNDISC_RECIPS,
WEIRD_QUOTING autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for failed build of pcsx-df_1:1.813-1 (dist=unstable)
From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]>
Date: Sun, 18 Nov 2007 19:48:52 +0000
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data:
2007.11.18.112841
Debian-Buildd-Error: Yes
Function `get_state_filename' implicitly converted to pointer at LnxMain.c:257
Function `get_state_filename' implicitly converted to pointer at Plugin.c:57
----- End forwarded message -----
--
dann frazier
diff -urpN pcsx-df-1.813.orig/gui/LnxMain.c pcsx-df-1.813/gui/LnxMain.c
--- pcsx-df-1.813.orig/gui/LnxMain.c 2007-09-17 19:27:15.000000000 -0600
+++ pcsx-df-1.813/gui/LnxMain.c 2007-11-19 13:07:54.000000000 -0700
@@ -52,6 +52,8 @@ enum {
int UseGui = USE_GUI;
char cdrfilename[MAXPATHLEN] = "";
+gchar* get_state_filename (int i);
+
void create_memory_card (char *filename, char *conf_mcd) {
gchar *mcd;
struct stat buf;
diff -urpN pcsx-df-1.813.orig/gui/Plugin.c pcsx-df-1.813/gui/Plugin.c
--- pcsx-df-1.813.orig/gui/Plugin.c 2007-06-02 13:16:07.000000000 -0600
+++ pcsx-df-1.813/gui/Plugin.c 2007-11-19 13:08:09.000000000 -0700
@@ -32,6 +32,7 @@
#define MAX_SLOTS 5 /* ADB TODO Same as Gtk2Gui.c */
void OnFile_Exit();
+gchar* get_state_filename (int i);
unsigned long gpuDisp;