Package: sipsak
Version: 0.9.2-1
Severity: serious
Tags: patch

When building 'sipsak' in a clean 'unstable' amd64 chroot,
I get the following error:

if  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -g -O2 -Wall 
-I/usr/include -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; 
fi
In file included from md5.c:33:
md5.h:49: error: syntax error before 'UINT4'
md5.h:49: warning: no semicolon at end of struct or union
md5.h:50: warning: type defaults to 'int' in declaration of 'count'
md5.h:50: warning: data definition has no type or storage class
md5.h:52: error: syntax error before '}' token
md5.h:52: warning: type defaults to 'int' in declaration of 'MD5_CTX'
md5.h:52: warning: data definition has no type or storage class

Please add the missing Build-Depends on 'libgnutls-dev' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/sipsak-0.9.2/debian/control ./debian/control
--- ../tmp-orig/sipsak-0.9.2/debian/control     2005-09-23 10:22:21.000000000 
+0000
+++ ./debian/control    2005-09-23 10:21:45.000000000 +0000
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: ARAKI Yasuhiro <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libruli4-dev
+Build-Depends: debhelper, libgnutls-dev, libruli4-dev
 Standards-Version: 3.6.2.1
 
 Package: sipsak


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

Reply via email to