Package: sip-tester
Version: 1.1rc1-1
Severity: serious
Tags: patch

When building 'sip-tester' in a clean chroot,
I get the following error:

/usr/bin/make
make[1]: Entering directory `/sip-tester-1.1rc1'
make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m` sipp
make[2]: Entering directory `/sip-tester-1.1rc1'
cc   -D__LINUX -pthread -D__3PCC__    -I. -I/opt/openssl/include  -c -o 
xp_parser.o xp_parser.c
gcc   -D__LINUX -pthread -D__3PCC__    -I. -I/opt/openssl/include  -c -o 
scenario.o scenario.cpp
gcc   -D__LINUX -pthread -D__3PCC__    -I. -I/opt/openssl/include  -c -o 
screen.o screen.cpp
screen.cpp:26:20: error: curses.h: No such file or directory
screen.cpp: In function 'int screen_readkey()':
screen.cpp:61: error: 'getch' was not declared in this scope
screen.cpp: In function 'void screen_exit(int)':
screen.cpp:80: error: 'endwin' was not declared in this scope
screen.cpp: In function 'void screen_init(char*, void (*)())':
screen.cpp:163: error: 'initscr' was not declared in this scope
screen.cpp:165: error: 'noecho' was not declared in this scope
make[2]: *** [screen.o] Error 1
make[2]: Leaving directory `/sip-tester-1.1rc1'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/sip-tester-1.1rc1/debian/control ./debian/control
--- ../tmp-orig/sip-tester-1.1rc1/debian/control        2005-03-29 
21:02:48.518033146 +0200
+++ ./debian/control    2005-03-29 21:02:38.989819638 +0200
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: ARAKI Yasuhiro <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), libncurses5-dev
 Standards-Version: 3.6.1
 
 Package: sip-tester


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

Reply via email to