Package: dapl
Version: 2.0.19-1.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainer,
In ubuntu 12.10 dapl fails to build due to NULL not being defined in
dat_strerror.c
see:
https://launchpadlibrarian.net/117352959/buildlog_ubuntu-
quantal-i386.dapl_2.0.19-1.1_FAILEDTOBUILD.txt.gz

Debian is not affected, but in future it could be.

Thanks for considering the patch.



-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-16-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u dapl-2.0.19/debian/changelog dapl-2.0.19/debian/changelog
only in patch2:
unchanged:
--- dapl-2.0.19.orig/dat/common/dat_strerror.c
+++ dapl-2.0.19/dat/common/dat_strerror.c
@@ -43,6 +43,8 @@
 #include <dat2/udat.h>
 #endif				/* __UDAPL__ */
 
+#include <stddef.h>
+
 /*********************************************************************
  *                                                                   *
  * Internal Function Declarations                                    *

Reply via email to