Bug#264054: openmcu: FTBFS: Missing Build-Depends on 'libspeex-dev'

Andreas Jochens Andreas Jochens <aj@andaco.de>, 264054@bugs.debian.org
Sat, 07 Aug 2004 00:10:28 +0200


Package: openmcu
Severity: normal
Tags: patch

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

g++ -o obj_linux_x86_64_r/openmcu    -s -L/usr/lib -L/usr/share/openh323/lib   ./obj_linux_x86_64_r/main.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/openmcu] Error 1
make[1]: Leaving directory `/openmcu-1.1.7+cvs04092003'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/openmcu-1.1.7+cvs04092003/debian/control ./debian/control
--- ../tmp-orig/openmcu-1.1.7+cvs04092003/debian/control	2004-08-06 23:56:16.577694164 +0200
+++ ./debian/control	2004-08-06 23:55:41.350521969 +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.1
 
 Package: openmcu