Your message dated Fri, 16 Jun 2006 11:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357964: fixed in pysvn 1.4.2-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: pysvn
Version: 1.4.1-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 (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of pysvn_1.4.1-1 on bigsur by sbuild/mips 1.106
...
> g++ -c -Wall -fPIC -fexceptions -frtti -I/usr/include/python2.3
> -I/usr/share/python2.3/CXX -I/usr/include/subversion-1 -I/usr/include/apr-0
> -I. -DNDEBUG -o pysvn.o pysvn.cpp
> pysvn_svnenv.hpp:257: error: extra qualification 'SvnContext::' on member
> 'handlerLogMsg2'
> pysvn_svnenv.hpp:276: error: extra qualification 'SvnContext::' on member
> 'handlerProgress'
> pysvn_svnenv.hpp:285: error: extra qualification 'SvnContext::' on member
> 'handlerNotify2'
> pysvn_svnenv.hpp:302: error: extra qualification 'SvnContext::' on member
> 'handlerCancel'
> pysvn.hpp:298: error: extra qualification 'pysvn_revision::' on member 'repr'
> make[1]: *** [pysvn.o] Error 1
--- ./Source/pysvn_svnenv.hpp~ 2006-03-20 14:15:56.000000000 +0000
+++ ./Source/pysvn_svnenv.hpp 2006-03-20 14:16:16.000000000 +0000
@@ -247,7 +247,7 @@
private:
#ifdef PYSVN_HAS_CONTEXT_LOG_MSG2
- static svn_error_t *SvnContext::handlerLogMsg2
+ static svn_error_t *handlerLogMsg2
(
const char **log_msg,
const char **tmp_file,
@@ -256,7 +256,7 @@
apr_pool_t *pool
);
#else
- static svn_error_t *SvnContext::handlerLogMsg
+ static svn_error_t *handlerLogMsg
(
const char **log_msg,
const char **tmp_file,
@@ -267,7 +267,7 @@
#endif
#ifdef PYSVN_HAS_CONTEXT_PROGRESS
- static void SvnContext::handlerProgress
+ static void handlerProgress
(
apr_off_t progress,
apr_off_t total,
@@ -277,14 +277,14 @@
#endif
#ifdef PYSVN_HAS_CONTEXT_NOTIFY2
- static void SvnContext::handlerNotify2
+ static void handlerNotify2
(
void * baton,
const svn_wc_notify_t *notify,
apr_pool_t *pool
);
#else
- static void SvnContext::handlerNotify
+ static void handlerNotify
(
void * baton,
const char *path,
@@ -296,7 +296,7 @@
svn_revnum_t revision
);
#endif
- static svn_error_t *SvnContext::handlerCancel
+ static svn_error_t *handlerCancel
(
void * baton
);
--- ./Source/pysvn.hpp~ 2006-03-20 14:16:54.000000000 +0000
+++ ./Source/pysvn.hpp 2006-03-20 14:17:02.000000000 +0000
@@ -295,7 +295,7 @@
virtual Py::Object getattr( const char *name );
virtual int setattr( const char *name, const Py::Object &value );
- virtual Py::Object pysvn_revision::repr();
+ virtual Py::Object repr();
const svn_opt_revision_t &getSvnRevision() const;
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: pysvn
Source-Version: 1.4.2-1
We believe that the bug you reported is fixed in the latest version of
pysvn, which is due to be installed in the Debian FTP archive:
pysvn_1.4.2-1.diff.gz
to pool/main/p/pysvn/pysvn_1.4.2-1.diff.gz
pysvn_1.4.2-1.dsc
to pool/main/p/pysvn/pysvn_1.4.2-1.dsc
pysvn_1.4.2.orig.tar.gz
to pool/main/p/pysvn/pysvn_1.4.2.orig.tar.gz
python-svn_1.4.2-1_i386.deb
to pool/main/p/pysvn/python-svn_1.4.2-1_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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated pysvn 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: Fri, 16 Jun 2006 20:18:32 +0200
Source: pysvn
Binary: python-svn
Architecture: source i386
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description:
python-svn - A(nother) Python interface to Subversion
Closes: 357964 373507
Changes:
pysvn (1.4.2-1) unstable; urgency=low
.
* New upstream version.
* Convert to new Python policy. Closes: #373507.
.
pysvn (1.4.1-1.1) unstable; urgency=low
.
* NMU as part of the GCC 4.1 transition.
* Remove extra qualification from C++ header file (closes: #357964).
Files:
04a5072be487864682bf31544e122066 701 python optional pysvn_1.4.2-1.dsc
05ce9f4c110580a2c1da93fc46fdba5f 455060 python optional pysvn_1.4.2.orig.tar.gz
559b79d6ab649c19ac3b26d1c47d9a00 15615 python optional pysvn_1.4.2-1.diff.gz
557476b5dface79d5da0f67f381924ce 682012 python optional
python-svn_1.4.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEkvvPStlRaw+TLJwRAolyAKCOZy1TFxg/wsqmGknUeCRgeIE2PgCeICf2
3hulrfnjfxLBI0YN1IUjI8M=
=J/CK
-----END PGP SIGNATURE-----
--- End Message ---