-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Source: sip-tester
Version: 1:3.1-1
Severity: serious
Justification: FTBFS
tags: patch

Hi,

your package FTBFS on some architectures.
https://buildd.debian.org/pkg.cgi?pkg=sip-tester

- ------
g++       -I. -I/usr/include/openssl  -c -o deadcall.o deadcall.cpp
deadcall.cpp: In member function 'virtual bool 
deadcall::process_incoming(char*)':
deadcall.cpp:78: warning: deprecated conversion from string constant to 'char*'
deadcall.cpp: In member function 'virtual bool 
deadcall::process_twinSippCom(char*)':
deadcall.cpp:86: warning: deprecated conversion from string constant to 'char*'
g++       -I. -I/usr/include/openssl  -c -o task.o task.cpp
g++       -I. -I/usr/include/openssl  -c -o socketowner.o socketowner.cpp
g++       -I. -I/usr/include/openssl  -c -o listener.o listener.cpp
gcc     \
         -o sipp   xp_parser.o message.o scenario.o screen.o call.o comp.o 
sipp.o stat.o actions.o variables.o infile.o deadcall.o task.o socketowner.o 
listener.o -ldl -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib 
-L /usr/lib64 -L`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; 
else echo ./ext; fi;`/lib -lgsl -lgslcblas   
/usr/bin/ld: cannot find -lgsl
collect2: ld returned 1 exit status
make[2]: *** [sipp] Error 1
make[2]: Leaving directory 
`/build/buildd-sip-tester_3.1-1-i386-gCP7sp/sip-tester-3.1'

- ------

I created a patch that fix this problem.
Could you check and apply this patch?

Best regards,
  Nobuhiro

- - -- 
Nobuhiro Iwamatsu
  GPG ID: 40AD1FA6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwVlYYACgkQQSHHQzFw6+lgKACglmq3YBPF4msaSiw8ug4nSG+m
FJoAoLGK8jwOMJ5srXwcAdTyxCkJHLyA
=Wv8y
-----END PGP SIGNATURE-----
diff --git a/debian/control b/debian/control
index 601b350..8b2177c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
 Uploaders: Mark Purcell <m...@debian.org>, ARAKI Yasuhiro <a...@debian.org>, Paul Wise <p...@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, libnet1-dev, libpcap-dev
+Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, libnet1-dev, libpcap-dev, libgsl0-dev
 Build-Conflicts: libssl-dev
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sipp/

Reply via email to