Your message dated Thu, 25 May 2006 02:47:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355987: fixed in devtodo 0.1.19-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)

--- Begin Message ---
Package: devtodo
Version: 0.1.19-1
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 devtodo_0.1.19-1 on bigsur by sbuild/mips 1.78
...
> make[3]: Entering directory `/build/tbm/devtodo-0.1.19/src'
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../util -DNDEBUG   -Wall 
> -g -O2 -MT Todo.o -MD -MP -MF ".deps/Todo.Tpo" -c -o Todo.o Todo.cc; \
>       then mv -f ".deps/Todo.Tpo" ".deps/Todo.Po"; else rm -f 
> ".deps/Todo.Tpo"; exit 1; fi
> TodoDB.h:111: error: extra qualification 'TodoDB::' on member 'markDone'
> make[3]: *** [Todo.o] Error 1


--- src/TodoDB.h~       2006-03-09 05:47:51.000000000 +0000
+++ src/TodoDB.h        2006-03-09 05:47:57.000000000 +0000
@@ -108,7 +108,7 @@
                void initColour();
                void initColourPost();
                Todo::Priority getPriority(string current = "");
-               int TodoDB::markDone(Todo &todo);
+               int markDone(Todo &todo);
 
                void formatItem(ostream &out, int depth, Todo const &item, 
string const &format);
 

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


--- End Message ---
--- Begin Message ---
Source: devtodo
Source-Version: 0.1.19-2

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

devtodo_0.1.19-2.diff.gz
  to pool/main/d/devtodo/devtodo_0.1.19-2.diff.gz
devtodo_0.1.19-2.dsc
  to pool/main/d/devtodo/devtodo_0.1.19-2.dsc
devtodo_0.1.19-2_i386.deb
  to pool/main/d/devtodo/devtodo_0.1.19-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.
Arthur Korn <[EMAIL PROTECTED]> (supplier of updated devtodo 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: RIPEMD160

Format: 1.7
Date: Thu, 25 May 2006 11:31:34 +0200
Source: devtodo
Binary: devtodo
Architecture: source i386
Version: 0.1.19-2
Distribution: unstable
Urgency: low
Maintainer: Arthur Korn <[EMAIL PROTECTED]>
Changed-By: Arthur Korn <[EMAIL PROTECTED]>
Description: 
 devtodo    - hierarchical, prioritised todo list manager
Closes: 355987
Changes: 
 devtodo (0.1.19-2) unstable; urgency=low
 .
   * Strip class qualification from member in declaration to make G++ 4.1 happy,
     closes: #355987
   * Standards-Version 3.6.2.0 -> 3.7.2.0 without changes
Files: 
 dc6d3c460f368319a5fc2cf166d552d8 618 utils optional devtodo_0.1.19-2.dsc
 3d4210c17c3a85d431aabcca28c445ac 52325 utils optional devtodo_0.1.19-2.diff.gz
 ad2a37b71b9ecda8516ae1dbce91948f 162170 utils optional 
devtodo_0.1.19-2_i386.deb

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

iD8DBQFEdXrGNgpsykSg/LgRA3GyAJ4vZT0SyESOdKKNmoyuGKdy7pyvmwCcC28R
iHG2x9QYrzmqKMaMVR7foH8=
=RVtp
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to