Your message dated Mon, 31 Jul 2006 05:47:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#379478: fixed in schroot 1.0.0-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: schroot Version: 0.99.4-1 Severity: important Tags: patch Hi, I get the following error if I try to compile schroot using g++ 4.0.4: if i486-linux-gnu-g++ -DGETTEXT_PACKAGE=\"schroot\" -DLOCALEDIR=\"/usr/share/locale\" -D_GNU_SOURCE -I. -I../../../schroot -I.. -I../sbuild -I../../.. -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing -g -O2 -MT schroot-listmounts-main.o -MD -MP -MF ".deps/schroot-listmounts-main.Tpo" -c -o schroot-listmounts-main.o ../../../schroot/schroot-listmounts-main.cc; \ then mv -f ".deps/schroot-listmounts-main.Tpo" ".deps/schroot-listmounts-main.Po"; else rm -f ".deps/schroot-listmounts-main.Tpo"; exit 1; fi ../../../schroot/schroot-listmounts-main.cc: In member function ‘virtual void schroot_listmounts::main::action_listmounts()’: ../../../schroot/schroot-listmounts-main.cc:124: error: no match for ‘operator!=’ in ‘pos != std::vector<_Tp, _Alloc>::rend() [with _Tp = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, _Alloc = std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >]()’ make[4]: *** [schroot-listmounts-main.o] Fehler 1 make[4]: Leaving directory `/tmp/schroot-0.99.4/debian/build/schroot' make[3]: *** [all-recursive] Fehler 1 make[3]: Leaving directory `/tmp/schroot-0.99.4/debian/build/schroot' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/tmp/schroot-0.99.4/debian/build' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/tmp/schroot-0.99.4/debian/build' make: *** [build-stamp] Fehler 2 The following patch fixes it: diff -ur schroot-0.99.4/schroot/schroot-listmounts-main.cc schroot-0.99.4.new/schroot/schroot-listmounts-main.cc --- schroot-0.99.4/schroot/schroot-listmounts-main.cc 2006-07-20 16:00:38.000000000 +0200 +++ schroot-0.99.4.new/schroot/schroot-listmounts-main.cc 2006-07-23 18:14:33.000000000 +0200 @@ -117,7 +117,7 @@ main::action_listmounts () { // Check mounts. - sbuild::string_list mounts = + const sbuild::string_list mounts = list_mounts("/proc/mounts"); for (sbuild::string_list::const_reverse_iterator pos = mounts.rbegin(); Jens
--- End Message ---
--- Begin Message ---Source: schroot Source-Version: 1.0.0-1 We believe that the bug you reported is fixed in the latest version of schroot, which is due to be installed in the Debian FTP archive: dchroot-dsa_1.0.0-1_powerpc.deb to pool/main/s/schroot/dchroot-dsa_1.0.0-1_powerpc.deb dchroot_1.0.0-1_powerpc.deb to pool/main/s/schroot/dchroot_1.0.0-1_powerpc.deb schroot_1.0.0-1.diff.gz to pool/main/s/schroot/schroot_1.0.0-1.diff.gz schroot_1.0.0-1.dsc to pool/main/s/schroot/schroot_1.0.0-1.dsc schroot_1.0.0-1_powerpc.deb to pool/main/s/schroot/schroot_1.0.0-1_powerpc.deb schroot_1.0.0.orig.tar.gz to pool/main/s/schroot/schroot_1.0.0.orig.tar.gz 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. Roger Leigh <[EMAIL PROTECTED]> (supplier of updated schroot 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: Mon, 31 Jul 2006 11:58:08 +0100 Source: schroot Binary: dchroot-dsa dchroot schroot Architecture: source powerpc Version: 1.0.0-1 Distribution: unstable Urgency: low Maintainer: Debian buildd-tools Developers <[EMAIL PROTECTED]> Changed-By: Roger Leigh <[EMAIL PROTECTED]> Description: dchroot - Execute commands in a chroot environment dchroot-dsa - Execute commands in a chroot environment schroot - Execute commands in a chroot environment Closes: 379478 379483 Changes: schroot (1.0.0-1) unstable; urgency=low . * New upstream release. * debian/copyright: - Update with location of new SVN repository and Alioth file download location. - Add location of SVN schroot-1.0 branch. * schroot/schroot-listmounts-main.cc: mounts is const, to fix a GCC 4.0 compiler bug: "FTBFS: error: no match for âoperator!=â in âpos != std::vectorâ", thanks to Jens Seidel (Closes: #379478). * po/de.po: New German translation, thanks to Jens Seidel (Closes: #379483). Files: 171296c2dbebb6504966f7b069ee9da9 972 admin optional schroot_1.0.0-1.dsc 5154ca0ec9832aec60db99b41884040a 3887726 admin optional schroot_1.0.0.orig.tar.gz 0e22cb7592dacf74e3f45328731dbf9d 20 admin optional schroot_1.0.0-1.diff.gz 5c28b9f53a885eeb4de89cf08bb2c38f 481298 admin optional schroot_1.0.0-1_powerpc.deb dcf30f9d9c68725ccc5a9c2692ada3eb 271272 admin optional dchroot_1.0.0-1_powerpc.deb 3a89a453108ad321a96ff86fa0f68e7b 269926 admin optional dchroot-dsa_1.0.0-1_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEzfhwVcFcaSW/uEgRAqLLAKCSiOn2rOnYt1Bk5DdQG43bnQCLmgCePkmk PZSDTqQCBlzg1oV8iEA+3n4= =h8DE -----END PGP SIGNATURE-----
--- End Message ---

