Package: sapwood
Version: 3.1.1.debian.10+0m5-1
Severity: normal
Tags: patch

Hi,

the Ubuntu buildds for amd64 and ia64 check for functions implicitly
converted to pointers and fails if it finds them.

,----[ 
http://launchpadlibrarian.net/48786369/buildlog_ubuntu-maverick-amd64.sapwood_3.1.1.debian.10%2B0m5-1_FAILEDTOBUILD.txt.gz
 ]-
| sapwood-client.c: In function 'sapwood_client_get_socket':
| sapwood-client.c:60: warning: implicit declaration of function 
'sapwood_socket_path_get_default'
| sapwood-client.c:60: warning: assignment makes pointer from integer without a 
cast
| Function `sapwood_socket_path_get_default' implicitly converted to pointer at 
sapwood-client.c:60
`----
More information can be found at:
    http://wiki.debian.org/ImplicitPointerConversions

Attached is a patch to add the missing include for the declarations.

Regards,
Michael
Index: sapwood-3.1.1.debian.10+0m5/engine/sapwood-client.c
===================================================================
--- sapwood-3.1.1.debian.10+0m5.orig/engine/sapwood-client.c	2010-07-11 19:33:21.000000000 +0200
+++ sapwood-3.1.1.debian.10+0m5/engine/sapwood-client.c	2010-07-11 19:33:23.000000000 +0200
@@ -32,6 +32,7 @@
 #include <unistd.h>
 
 #include "sapwood-client.h"
+#include "../protocol/sapwood-proto.h"
 
 GQuark
 sapwood_client_get_error_quark (void)

Reply via email to