Your message dated Fri, 07 Jul 2006 02:32:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#375866: fixed in config-manager 0.3-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: config-manager Version: 0.3-2 Severity: serious Tags: patch When building 'config-manager' on unstable, I get the following error: depbase=`echo src/File.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I./libgetopt/include -g -O2 -MT src/File.o -MD -MP -MF "$depbase.Tpo" -c -o src/File.o src/File.cc; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi src/File.h:27: error: extra qualification 'File::' on member 'Copy' make[3]: *** [src/File.o] Error 1 make[3]: Leaving directory `/config-manager-0.3' With the attached patch 'config-manager' can be compiled using gcc-4.1. Regards Andreas Jochens diff -urN ../tmp-orig/config-manager-0.3/src/File.h ./src/File.h --- ../tmp-orig/config-manager-0.3/src/File.h 2005-12-31 03:25:57.000000000 +0000 +++ ./src/File.h 2006-06-28 15:12:16.000000000 +0000 @@ -24,7 +24,7 @@ class File : public FileSystemComposite { public: - static void File::Copy (string const &source, string const& target); + static void Copy (string const &source, string const& target); File (string const &path, bool const isASymlink = false, mode_t const &protection = mode_t()); void visit (FileSystemVisitor &); Path const &path() const { return path_;}
--- End Message ---
--- Begin Message ---Source: config-manager Source-Version: 0.3-3 We believe that the bug you reported is fixed in the latest version of config-manager, which is due to be installed in the Debian FTP archive: config-manager_0.3-3.diff.gz to pool/main/c/config-manager/config-manager_0.3-3.diff.gz config-manager_0.3-3.dsc to pool/main/c/config-manager/config-manager_0.3-3.dsc config-manager_0.3-3_i386.deb to pool/main/c/config-manager/config-manager_0.3-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. Anand Kumria <[EMAIL PROTECTED]> (supplier of updated config-manager 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: Thu, 6 Jul 2006 10:15:25 +1000 Source: config-manager Binary: config-manager Architecture: source i386 Version: 0.3-3 Distribution: unstable Urgency: low Maintainer: Anand Kumria <[EMAIL PROTECTED]> Changed-By: Anand Kumria <[EMAIL PROTECTED]> Description: config-manager - manage directories with Arch, CVS, HTTP, FTP and/or Subversion Closes: 363213 366598 375866 Changes: config-manager (0.3-3) unstable; urgency=low . * Update to revision 159 of the python side, which brings in the config-manager.implementations library (Closes: #366598) * Remove extraneous File:: qualifier (Closes: #375866) * Fixup spelling mistake (Closes: #363213) * Update copyright with new location * Note that config-manager is GPLv2 (or later) * Move to priority 'extra' as both bazaar and pybaz have Files: 7be0e40f8e8957b3fbfa44aa1d206060 767 devel extra config-manager_0.3-3.dsc 8c15476abbb1018d9d9c80f3094aebfe 634086 devel extra config-manager_0.3-3.diff.gz 4ee0522331c98a8271719fe6f4214559 83150 devel extra config-manager_0.3-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iQCVAwUBRK4OS2RmcAD8BdppAQI9igQA4K05Dm85S2Pbh4+TDR7h0knl3Q2LOSt/ 7CKjh9KAhYEIVTVJ8JwSJF6gXWDCT4EzdagAUmqkHFazvj2i4XQDiKBNYs0fL5bS iIULfiksM4z6l3n1a1byVTvB1OsKdZM0mPpm2chEp4AawKaPikQRKwAKw9y/nH0f 8Kd064zOWQU= =KwmG -----END PGP SIGNATURE-----
--- End Message ---

