Bug#264049: openam: FTBFS: Missing Build-Depends on 'libspeex-dev'

Andreas Jochens Andreas Jochens <aj@andaco.de>, 264049@bugs.debian.org
Fri, 06 Aug 2004 23:45:16 +0200


Package: openam
Severity: normal
Tags: patch

When building 'openam' in a clean chroot, I get the following error:

g++ -o obj_linux_x86_64_r/openam    -s -L/usr/lib -L/usr/share/openh323/lib   ./obj_linux_x86_64_r/main.o  ./obj_linux_x86_64_r/cmds.o -lopenh323 -lresolv -lpt -lspeex  -lpthread -lldap -lldap_r -llber -lsasl2 -lssl -lcrypto -lexpat -lresolv -ldl  
/usr/bin/ld: cannot find -lspeex
collect2: ld returned 1 exit status
make[1]: *** [obj_linux_x86_64_r/openam] Error 1
make[1]: Leaving directory `/openam-1.1.17'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/openam-1.1.17/debian/control ./debian/control
--- ../tmp-orig/openam-1.1.17/debian/control	2004-08-06 23:31:06.841802013 +0200
+++ ./debian/control	2004-08-06 23:31:03.749403098 +0200
@@ -2,7 +2,7 @@
 Section: comm
 Priority: optional
 Maintainer: Santiago Garcia Mantinan <manty@debian.org>
-Build-Depends: debhelper (>=3.0.0), libpt-dev (>=1.5.2-2), libopenh323-dev (>=1.12.2-2), g++ (>=2:3.2)
+Build-Depends: debhelper (>=3.0.0), libpt-dev (>=1.5.2-2), libopenh323-dev (>=1.12.2-2), libspeex-dev
 Standards-Version: 3.6.0
 
 Package: openam