Package: qmailanalog-installer Version: 0.70-1 Severity: important Tags: patch Justification: fails to build from source
Fails to build due to famous errno issue. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.4dedibox_r5 Locale: LANG=POSIX, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968) Versions of packages qmailanalog-installer depends on: ii build-essential 11.3 informational list of build-essent ii debhelper 5.0.40 helper programs for debian/rules ii fakeroot 1.5.10 Gives a fake root environment ii patch 2.5.9-4 Apply a diff file to an original ii sudo 1.6.8p12-4 Provide limited super user privile ii wget 1.10.2-2 retrieves files from the web qmailanalog-installer recommends no packages. -- no debconf information
--- /root/qmailanalog-0.70/error.h 1998-08-30 23:39:27.000000000 +0200 +++ error.h 2006-10-22 21:09:02.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include <errno.h> extern int error_intr; extern int error_nomem;

