Bug#265204: ohphone: FTBFS: Missing Build-Depends on 'libspeex-dev'

Andreas Jochens Andreas Jochens <aj@andaco.de>, 265204@bugs.debian.org
Thu, 12 Aug 2004 08:45:33 +0200


Package: ohphone
Severity: normal
Tags: patch

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

g++  -DP_USE_PRAGMA -ffunction-sections -fdata-sections -D_REENTRANT -Wall  -DP_64BIT -I/usr/share/pwlib/include -DPTRACING -I/usr/share/openh323/include -DHAS_OSS   -x c++ -c xlibvid.cxx -o obj_linux_x86_64_r/xlibvid.o
g++ -o obj_linux_x86_64_r/ohphone    -s -L/usr/lib -L/usr/share/openh323/lib   ./obj_linux_x86_64_r/main.o  ./obj_linux_x86_64_r/vidlinux.o  ./obj_linux_x86_64_r/xlibvid.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[2]: *** [obj_linux_x86_64_r/ohphone] Error 1
make[2]: Leaving directory `/ohphone-1.4.3'

With the attached patch 'ohphone' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ohphone-1.4.3/debian/control ./debian/control
--- ../tmp-orig/ohphone-1.4.3/debian/control	2004-08-12 08:36:01.197132700 +0200
+++ ./debian/control	2004-08-12 08:35:57.027941024 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
 Uploaders: Tim Johann <t1m@phrogstar.de>, Kilian Krause <kk@verfaction.de>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Mark Purcell <msp@debian.org>, Santiago Garcia Mantinan <manty@debian.org>
-Build-Depends: debhelper (>=4.0.0), libpt-dev (>=1.6.6.4-2), libopenh323-dev (>=1.13.5.4-1), xlibs-dev, libsdl-dev, svgalibg1-dev [i386], g++ (>=2:3.2), dpatch
+Build-Depends: debhelper (>=4.0.0), libpt-dev (>=1.6.6.4-2), libopenh323-dev (>=1.13.5.4-1), xlibs-dev, libsdl-dev, svgalibg1-dev [i386], g++ (>=2:3.2), dpatch, libspeex-dev
 Standards-Version: 3.6.1
 
 Package: ohphone