Your message dated Wed, 16 Aug 2006 01:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356590: fixed in bayonne 1.2.16-1
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)

--- Begin Message ---
Package: bayonne
Version: 1.2.15-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of bayonne_1.2.15-2 on bigsur by sbuild/mips 1.89
...
> make[2]: Entering directory `/build/tbm/bayonne-1.2.15/server'
> mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.  -DVERPATH=\"1.2.15\"     -g 
> -O2 -I/usr/include/cc++2 -D_GNU_SOURCE -DXML_SCRIPTS -c server.cpp
> server.cpp: In function 'void ost::tgi(int)':
> server.cpp:307: error: 'getInterp' was not declared in this scope
> server.cpp: In function 'void ost::final(int)':
> server.cpp:625: error: 'stopServers' was not declared in this scope
> server.cpp: In function 'void ost::initial(int, char**, int)':
> server.cpp:943: error: 'endKeydata' was not declared in this scope
> server.cpp:1191: error: 'getGroup' was not declared in this scope
> server.cpp:1266: error: 'startServers' was not declared in this scope
> make[2]: *** [server.o] Error 1
[and lots of similar errors later on]


--- ./server/bayonne.h~ 2006-03-12 21:42:18.000000000 +0000
+++ ./server/bayonne.h  2006-03-12 22:00:48.000000000 +0000
@@ -781,6 +781,10 @@
  * @author David Sugar <[EMAIL PROTECTED]>
  * @short phrase translations dso base for tts.
  */
+
+class Translator;
+Translator *getTranslator(const char *name);
+
 class Translator : protected Keydata
 {
 private:
@@ -1423,6 +1427,10 @@
  * @author David Sugar <[EMAIL PROTECTED]>
  * @short Request service.
  */
+
+class Request;
+Request *request(TrunkGroup *group, char **argv, unsigned timeout, const char 
*tag, const char *pid);
+
 class Request
 {
 private:
@@ -1473,6 +1481,10 @@
  * @author David Sugar <[EMAIL PROTECTED]>
  * @short Trunk group configuration.
  */
+
+class TrunkGroup;
+TrunkGroup *getGroup(const char *name);
+
 class TrunkGroup : public Keydata, public CallStat
 {
 private:
@@ -2938,6 +2950,10 @@
  * @author David Sugar <[EMAIL PROTECTED]>
  * @short Bayonne audit logging interface.
  */
+
+void audit(Trunk *trunk, char *detail);
+void alog(Trunk *trunk, char *detail);
+
 class Audit : public Mutex
 {
 private:
@@ -3553,6 +3569,10 @@
  * @short threaded server service.
  * @author David Sugar <[EMAIL PROTECTED]>
  */
+
+void startServers(void);
+void stopServers(void);
+
 class Server : public Thread
 {
 private:
@@ -3625,6 +3645,10 @@
  * @short generated sample tone.
  * @author David Sugar.
  */
+
+class phTone;
+phTone *getphTone(const char *name);
+
 class phTone
 {
 private:
@@ -3705,6 +3729,11 @@
  * @short TGI interpreter module.
  * @author David Sugar <[EMAIL PROTECTED]>
  */
+
+class TGI;
+void getInterp(char *cmd, char **args);
+TGI *getInterp(char *cmd);
+
 class TGI
 {
 private:
@@ -3782,6 +3811,12 @@
  * @short Module interface class.
  * @author David Sugar <[EMAIL PROTECTED]>
  */
+
+class Module;
+Module *getModule(modtype_t mod, const char *name);
+void detachModules(Trunk *trunk);
+void attachModules(Trunk *trunk);
+
 class Module : public Script
 {
 private:


-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: bayonne
Source-Version: 1.2.16-1

We believe that the bug you reported is fixed in the latest version of
bayonne, which is due to be installed in the Debian FTP archive:

bayonne-doc_1.2.16-1_all.deb
  to pool/main/b/bayonne/bayonne-doc_1.2.16-1_all.deb
bayonne-prompts-en_1.2.16-1_all.deb
  to pool/main/b/bayonne/bayonne-prompts-en_1.2.16-1_all.deb
bayonne-prompts-sys_1.2.16-1_all.deb
  to pool/main/b/bayonne/bayonne-prompts-sys_1.2.16-1_all.deb
bayonne_1.2.16-1.diff.gz
  to pool/main/b/bayonne/bayonne_1.2.16-1.diff.gz
bayonne_1.2.16-1.dsc
  to pool/main/b/bayonne/bayonne_1.2.16-1.dsc
bayonne_1.2.16-1_i386.deb
  to pool/main/b/bayonne/bayonne_1.2.16-1_i386.deb
bayonne_1.2.16.orig.tar.gz
  to pool/main/b/bayonne/bayonne_1.2.16.orig.tar.gz



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.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated bayonne 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: Wed, 16 Aug 2006 00:14:15 +0100
Source: bayonne
Binary: bayonne-prompts-en bayonne bayonne-doc bayonne-prompts-sys
Architecture: source all i386
Version: 1.2.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description: 
 bayonne    - Telephony server of the GNU project
 bayonne-doc - bayonne documentation
 bayonne-prompts-en - bayonne voice library for US English speaker
 bayonne-prompts-sys - bayonne sys voice library
Closes: 356590
Changes: 
 bayonne (1.2.16-1) unstable; urgency=low
 .
   * New upstream release
 .
   [ Kilian Krause ]
   * Add fix to build with gcc4.1. (Closes: #356590)
Files: 
 3cf87a50cfd06d23cf7f468440ac12dc 1095 comm optional bayonne_1.2.16-1.dsc
 94cb856a5f2155c74752aae99114d5fc 4613574 comm optional 
bayonne_1.2.16.orig.tar.gz
 7ec0b66d59b45a60ac2a7f35b7d711ab 30788 comm optional bayonne_1.2.16-1.diff.gz
 2523df9ba918a9a9bae584208ec56e23 1360260 comm optional 
bayonne-doc_1.2.16-1_all.deb
 ff787a1dbca1aeb3e51d5d985cd90271 1045138 comm optional 
bayonne-prompts-en_1.2.16-1_all.deb
 8995330c757b5fb6ca5262fb1cc30449 2223108 comm optional 
bayonne-prompts-sys_1.2.16-1_all.deb
 e671d89feb87221a1e398466ff56afee 533584 comm optional bayonne_1.2.16-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE4tUooCzanz0IthIRAh4DAJ47Ymkn2OUF2MTUdNWgmzBgYw+H0ACcC6vn
5KifKcmP1wZ4bYVPxhMcYz8=
=kynv
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to