Your message dated Wed, 15 Mar 2006 13:48:20 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356964: fixed in gcvs 1.0final-11
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: gcvs
Version: 1.0final-10
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 gcvs_1.0final-10 on bigsur by sbuild/mips 1.94
...
> source='AboutDlg.cpp' object='AboutDlg.o' libtool=no \
>       depfile='.deps/AboutDlg.Po' tmpdepfile='.deps/AboutDlg.TPo' \
>       depmode=gcc3 /bin/sh ../depcomp \
>       g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../gcvs -I../gcvs/src -I/. 
> -I../cvstree -I../rf  -Wall -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -DqUnix -DqGTK -INONE -DqCvsDebug=0  -g -O2 -c -o 
> AboutDlg.o `test -f 'AboutDlg.cpp' || echo './'`AboutDlg.cpp
> ../rf/ustr.h:178: error: extra qualification 'UStr::' on member 'operator+='
> ../rf/ustr.h:180: error: extra qualification 'UStr::' on member 'operator+='
> ../rf/ustr.h:182: error: extra qualification 'UStr::' on member 'operator+='
> ../rf/ustr.h:184: error: extra qualification 'UStr::' on member 'operator+='
> make[3]: *** [AboutDlg.o] Error 1
> make[3]: Leaving directory `/build/tbm/gcvs-1.0final/common'


--- ./rf/ustr.h~        2006-03-15 02:23:31.000000000 +0000
+++ ./rf/ustr.h 2006-03-15 02:23:40.000000000 +0000
@@ -175,13 +175,13 @@
        //! concatenate
        UStr & operator<<(int addToStr);
        //! concatenate
-       UStr & UStr::operator+=(int addToStr);
+       UStr & operator+=(int addToStr);
        //! concatenate
-       UStr & UStr::operator+=(char *addToStr);
+       UStr & operator+=(char *addToStr);
        //! concatenate
-       UStr & UStr::operator+=(const char *addToStr);
+       UStr & operator+=(const char *addToStr);
        //! concatenate
-       UStr & UStr::operator+=(const UStr & addToStr);
+       UStr & operator+=(const UStr & addToStr);
 
        //! compare
        inline int compare(const char *thestr) const { return strcmp(*this, 
thestr); }

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


--- End Message ---
--- Begin Message ---
Source: gcvs
Source-Version: 1.0final-11

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

gcvs_1.0final-11.diff.gz
  to pool/main/g/gcvs/gcvs_1.0final-11.diff.gz
gcvs_1.0final-11.dsc
  to pool/main/g/gcvs/gcvs_1.0final-11.dsc
gcvs_1.0final-11_i386.deb
  to pool/main/g/gcvs/gcvs_1.0final-11_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.
Roland Stigge <[EMAIL PROTECTED]> (supplier of updated gcvs 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, 15 Mar 2006 21:25:28 +0100
Source: gcvs
Binary: gcvs
Architecture: source i386
Version: 1.0final-11
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge <[EMAIL PROTECTED]>
Changed-By: Roland Stigge <[EMAIL PROTECTED]>
Description: 
 gcvs       - Graphical frontend for CVS
Closes: 349363 356964
Changes: 
 gcvs (1.0final-11) unstable; urgency=low
 .
   * rf/ustr.h: Applied patch by Martin Michlmayr <[EMAIL PROTECTED]> to fix
     g++ 4.1 compilation (Closes: #356964)
   * Added gcvs.desktop, provided by Reinhard Tartler <[EMAIL PROTECTED]>
     (Closes: #349363)
Files: 
 8618c3053c27275c5b21b3e9c16f5e95 652 devel optional gcvs_1.0final-11.dsc
 25775eb549659bbc0ff2fc14b6e12a62 11222 devel optional gcvs_1.0final-11.diff.gz
 c25f000c08e4e16a38ea2effb8564896 710904 devel optional 
gcvs_1.0final-11_i386.deb

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

iD8DBQFEGHo2caH/YBv43g8RAiWaAJwN70O6QOpO7/0JgSnBIYrYazqjfACeP1ay
5LKkPmYjprkqc9iKYUTJs1k=
=3PkX
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to