Package: faust Version: 0.9.3-1 Severity: serious Tags: patch When building 'faust' in a clean 'unstable' chroot, I get the following error:
g++ -O3 -Iboxes -Ierrors -Ievaluate -Igenerator -Iparser -Ipropagate -Isignals -Itlib -Idraw -c -o tlib/tree.o tlib/tree.cpp bison -d -o parser/faustparser.cpp parser/faustparser.y g++ -O3 -Iboxes -Ierrors -Ievaluate -Igenerator -Iparser -Ipropagate -Isignals -Itlib -Idraw -c -o parser/faustparser.o parser/faustparser.cpp flex -I -oparser/faustlexer.cpp parser/faustlexer.l make[2]: flex: Command not found make[2]: *** [parser/faustlexer.cpp] Error 127 Please add the missing Build-Depends on 'flex' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/faust-0.9.3/debian/control ./debian/control --- ../tmp-orig/faust-0.9.3/debian/control 2005-07-22 12:43:13.000000000 +0000 +++ ./debian/control 2005-07-22 12:42:53.000000000 +0000 @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Mario Lang <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 4.1.0), bison +Build-Depends: cdbs, debhelper (>= 4.1.0), bison, flex Standards-Version: 3.6.2 Package: faust -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]