Your message dated Thu, 28 Jul 2005 02:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319481: fixed in faust 0.9.3-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Jul 2005 12:50:32 +0000
>From [EMAIL PROTECTED] Fri Jul 22 05:50:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d082231.adsl.hansenet.de (localhost.localdomain) [80.171.82.231]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dvwz1-0001yW-00; Fri, 22 Jul 2005 05:50:31 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1Dvwyx-00074F-2H; Fri, 22 Jul 2005 14:50:28 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: faust: FTBFS: Missing Build-Depends on 'flex'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 22 Jul 2005 14:50:27 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
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
---------------------------------------
Received: (at 319481-close) by bugs.debian.org; 28 Jul 2005 09:13:24 +0000
>From [EMAIL PROTECTED] Thu Jul 28 02:13:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1Dy4HF-0007hs-00; Thu, 28 Jul 2005 02:02:05 -0700
From: Mario Lang <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319481: fixed in faust 0.9.3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 02:02:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: faust
Source-Version: 0.9.3-2
We believe that the bug you reported is fixed in the latest version of
faust, which is due to be installed in the Debian FTP archive:
faust_0.9.3-2.diff.gz
to pool/main/f/faust/faust_0.9.3-2.diff.gz
faust_0.9.3-2.dsc
to pool/main/f/faust/faust_0.9.3-2.dsc
faust_0.9.3-2_i386.deb
to pool/main/f/faust/faust_0.9.3-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mario Lang <[EMAIL PROTECTED]> (supplier of updated faust package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 22 Jul 2005 15:30:36 +0200
Source: faust
Binary: faust
Architecture: source i386
Version: 0.9.3-2
Distribution: unstable
Urgency: low
Maintainer: Mario Lang <[EMAIL PROTECTED]>
Changed-By: Mario Lang <[EMAIL PROTECTED]>
Description:
faust - functional programming language for realtime audio applications
Closes: 319481
Changes:
faust (0.9.3-2) unstable; urgency=low
.
* Add flex to Build-Depends (Closes: Bug#319481).
Files:
93dc1944357e9585305c2cfa17da5599 568 sound optional faust_0.9.3-2.dsc
d58c87b3d7eafe889d6658be46e2b2ff 1636 sound optional faust_0.9.3-2.diff.gz
0314f89db7e330405033cc0c6ecd9b26 1097006 sound optional faust_0.9.3-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFC4Px+3/wCKmsRPkQRAms5AJ97nofdJq9JIhY8S9fUWrLTBawVDQCeOsB/
IopvKB225Oz9DUYynm+fZFM=
=X0va
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]