Your message dated Fri, 19 May 2006 16:32:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361331: fixed in qdacco 0.4-3
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: qdacco
Version: 0.3a-1
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 I'll upgrade this to serious.

A patch is attached.


> worddata.h:21: error: extra qualification 'Worddata::' on member 
> 'getDefinition'
> worddata.h:22: error: extra qualification 'Wordata::' on member 'getGender'
> worddata.h:23: error: extra qualification 'Wordata::' on member 'getTipus'
> worddata.h:24: error: extra qualification 'Wordata::' on member 'getCatexamp'
...


--- ./worddata.h~       2006-04-07 21:55:55.000000000 +0000
+++ ./worddata.h        2006-04-07 21:56:09.000000000 +0000
@@ -18,17 +18,17 @@
        void putEngexamp(QString q);
        void putExample(QString q);
 
-       QString WordData::getDefinition(int i);
-       QString WordData::getGender(int i);
-       QString WordData::getTipus(int i);
-       QString WordData::getCatexamp(int i);
-       QString WordData::getEngexamp(int i);
-       QString WordData::getExample(int i);
+       QString getDefinition(int i);
+       QString getGender(int i);
+       QString getTipus(int i);
+       QString getCatexamp(int i);
+       QString getEngexamp(int i);
+       QString getExample(int i);
 
-       int WordData::getNum();
-       void WordData::incNum();
-       QString WordData::getEntry(int i);
-       void WordData::setPdebug(int i);
+       int getNum();
+       void incNum();
+       QString getEntry(int i);
+       void setPdebug(int i);
 
 private:
        int num;
--- ./StructureParser.h~        2006-04-07 21:56:16.000000000 +0000
+++ ./StructureParser.h 2006-04-07 21:56:25.000000000 +0000
@@ -27,7 +27,7 @@
     bool startElement( const QString&, const QString&, const QString& ,
                        const QXmlAttributes& attributes);
     bool endElement( const QString&, const QString&, const QString& );
-    bool StructureParser::characters ( const QString & ch );
+    bool characters ( const QString & ch );
     void setParaula(const QString &s);
        void setPdebug(int i);
     WordData getWordData();


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


--- End Message ---
--- Begin Message ---
Source: qdacco
Source-Version: 0.4-3

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

qdacco_0.4-3.diff.gz
  to pool/main/q/qdacco/qdacco_0.4-3.diff.gz
qdacco_0.4-3.dsc
  to pool/main/q/qdacco/qdacco_0.4-3.dsc
qdacco_0.4-3_i386.deb
  to pool/main/q/qdacco/qdacco_0.4-3_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.
Miguel Gea Milvaques <[EMAIL PROTECTED]> (supplier of updated qdacco 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: Sat, 20 May 2006 01:07:26 +0200
Source: qdacco
Binary: qdacco
Architecture: source i386
Version: 0.4-3
Distribution: unstable
Urgency: low
Maintainer: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Changed-By: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Description: 
 qdacco     - offline Dacco Catalan <-> English dictionary frontend
Closes: 361331
Changes: 
 qdacco (0.4-3) unstable; urgency=low
 .
   * Remove FTBFS with gcc 4.1 (Thanks to Martin Michlmayr) Closes: #361331
Files: 
 09710dd24bb2c4e512b0b19392f60ca6 591 text optional qdacco_0.4-3.dsc
 c3b694e3f457f2ffb17f47b73d25283f 5822 text optional qdacco_0.4-3.diff.gz
 fec7bc067bbbb608083dd7a0e0e7acd3 91486 text optional qdacco_0.4-3_i386.deb

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

iD8DBQFEblFoNTNQylgICMQRAjWlAJ4tU9UKY8pdDEVb+hD9kyK9VDzwyQCgmYtJ
sd2cNzJWJXN9NWlM+1xxx2c=
=7xCc
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to