[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#358087: marked as done (FTBFS with G++ 4.1: extra qualification)



Your message dated Tue, 21 Mar 2006 02:32:08 -0800
with message-id <E1FLe9o-0006gj-CO@spohr.debian.org>
and subject line Bug#358087: fixed in epos 1:2.5.36-6
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: epos
Version: 1:2.5.36-5
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 attached.


> Automatic build of epos_1:2.5.36-5 on bigsur by sbuild/mips 1.106
...
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT enumstring.lo -MD -MP -MF .deps/enumstring.Tpo -c enumstring.cc  -fPIC -DPIC -o .libs/enumstring.lo
> xml.h:42: error: extra qualification 'CXml::' on member 'print'
> make[4]: *** [enumstring.lo] Error 1
> make[4]: Leaving directory `/build/tbm/epos-2.5.36/src/nnet'


--- ./src/nnet/xml.h~	2006-03-21 06:06:17.000000000 +0000
+++ ./src/nnet/xml.h	2006-03-21 06:06:24.000000000 +0000
@@ -39,7 +39,7 @@
 		~CXml();
 
 		operator CString () const;
-		CString CXml::print (const CString &indent) const;
+		CString print (const CString &indent) const;
 
 		void		SetSubtype(Xmlsubtype n) { subt = n; }
 		Xmlsubtype	GetSubtype() { return subt; }
--- ./src/nnet/traindata.h~	2006-03-21 06:07:08.000000000 +0000
+++ ./src/nnet/traindata.h	2006-03-21 06:07:13.000000000 +0000
@@ -195,7 +195,7 @@
 	bool moveToRow (CInt row) const;
 
 	/// getSet returns: set of current row or ST_NULL if position not valid
-	inline CInt CTrainingData::getSet () const
+	inline CInt getSet () const
 	{ if (pos == data.end()) return ST_NULL; else return (*pos).set; }
 
 	/// getInputs returns: inputs on current row 

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


--- End Message ---
--- Begin Message ---
Source: epos
Source-Version: 1:2.5.36-6

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

epos_2.5.36-6.diff.gz
  to pool/main/e/epos/epos_2.5.36-6.diff.gz
epos_2.5.36-6.dsc
  to pool/main/e/epos/epos_2.5.36-6.dsc
epos_2.5.36-6_i386.deb
  to pool/main/e/epos/epos_2.5.36-6_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 358087@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated epos 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 21 Mar 2006 11:13:26 +0100
Source: epos
Binary: epos
Architecture: source i386
Version: 1:2.5.36-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 epos       - Language independent text-to-speech system
Closes: 358087
Changes: 
 epos (1:2.5.36-6) unstable; urgency=low
 .
   * QA upload.
   * src/nnet/xml.h, src/nnet/traindata.h: Fix build failure with g++ 4.1.
     Thanks to Martin Michlmayr for the patch.  Closes: #358087.
   * debian/rules: Make sure the automatically updated config.sub and
     config.guess don't end up in the Debian diff.
   * debian/watch: Add.
Files: 
 ad3f98efcfd9ed20e2cfbea35df61ec7 614 sound optional epos_2.5.36-6.dsc
 9eb90c63ad41143c6ecaa5da7bdc496b 10576 sound optional epos_2.5.36-6.diff.gz
 bb9bdc9f29a1c9a236431c519d434e26 636350 sound optional epos_2.5.36-6_i386.deb

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

iD8DBQFEH9KDxBYivKllgY8RAo0XAJwKB+zSSn8LoSHpVrj9bXS/xI7n/ACghZTB
calhVDIS4v/EmfeGHdFRQ+c=
=pYrl
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: