Package: srg Version: 1.3.3-1 Severity: normal Tags: patch When building 'srg' in a clean 'unstable' chroot, I get the following error:
/bin/sh ../libtool --mode=link g++ -g -O2 -o srg -L../libconfig srg-configuration.o srg-ip2user.o srg-LocationReport.o srg-main.o srg-md5.o srg-output.o srg-parseURL.o srg-Report.o srg-SiteReport.o srg-UserReport.o srg-utils.o -lconfig mkdir .libs g++ -g -O2 -o srg srg-configuration.o srg-ip2user.o srg-LocationReport.o srg-main.o srg-md5.o srg-output.o srg-parseURL.o srg-Report.o srg-SiteReport.o srg-UserReport.o srg-utils.o -L/srg-1.3.3/libconfig /srg-1.3.3/libconfig/.libs/libconfig.a /srg-1.3.3/libconfig/.libs/libconfig.a(config.lexer.o)(.text+0xa8e): In function `yylex': /srg-1.3.3/libconfig/config.lexer.c:856: undefined reference to `yywrap' collect2: ld returned 1 exit status make[3]: *** [srg] Error 1 make[3]: Leaving directory `/srg-1.3.3/src' Please add the missing Build-Depends on 'flex' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/srg-1.3.3/debian/control ./debian/control --- ../tmp-orig/srg-1.3.3/debian/control 2005-03-29 22:15:34.900358884 +0200 +++ ./debian/control 2005-03-29 22:15:31.646968878 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Matt Brown <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0) +Build-Depends: debhelper (>> 3.0.0), flex Standards-Version: 3.6.1 Package: srg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

