Your message dated Wed, 10 Aug 2005 10:32:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#294288: fixed in config-manager 0.1p83-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 8 Feb 2005 22:53:01 +0000 >From [EMAIL PROTECTED] Tue Feb 08 14:53:01 2005 Return-path: <[EMAIL PROTECTED]> Received: from d157137.adsl.hansenet.de (localhost.localdomain) [80.171.157.137] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CyeE9-0005HB-00; Tue, 08 Feb 2005 14:53:01 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CyeE2-0006CV-00; Tue, 08 Feb 2005 23:52:54 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: config-manager: FTBFS (amd64/gcc-4.0): control may reach end of non-void function 'std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, _CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]' being inlined Message-Id: <[EMAIL PROTECTED]> Date: Tue, 08 Feb 2005 23:52:54 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: config-manager Severity: normal Tags: patch When building 'config-manager' on amd64 with gcc-4.0, I get the following error: x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I./include -I./include -Wall -Werror -g -O2 -MT src/BoolOption.lo -MD -MP -MF src/.deps/BoolOption.Tpo -c src/BoolOption.cc -o src/BoolOption.o cc1plus: warnings being treated as errors /usr/lib/gcc/x86_64-linux/4.0.0/../../../../include/c++/4.0.0/bits/basic_string.h: In member function 'virtual const std::string BoolOption::shortOption() const': /usr/lib/gcc/x86_64-linux/4.0.0/../../../../include/c++/4.0.0/bits/basic_string.h:2029: warning: control may reach end of non-void function '_CharT* std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_M_refdata() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]' being inlined src/BoolOption.cc:34: warning: control may reach end of non-void function 'std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, _CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]' being inlined make[3]: *** [src/BoolOption.lo] Error 1 make[3]: Leaving directory `/config-manager-0.1p83/libgetopt' With the attached patch 'config-manager' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/config-manager-0.1p83/libgetopt/Makefile.am ./libgetopt/Makefile.am --- ../tmp-orig/config-manager-0.1p83/libgetopt/Makefile.am 2005-02-08 22:59:33.869798819 +0100 +++ ./libgetopt/Makefile.am 2005-02-08 22:59:06.833024851 +0100 @@ -4,7 +4,7 @@ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 foreign -AM_CXXFLAGS = -Wall -Werror +AM_CXXFLAGS = -Wall ##DIST_SUBDIRS = src ##SUBDIRS = src diff -urN ../tmp-orig/config-manager-0.1p83/libgetopt/Makefile.in ./libgetopt/Makefile.in --- ../tmp-orig/config-manager-0.1p83/libgetopt/Makefile.in 2005-02-08 22:59:33.921788770 +0100 +++ ./libgetopt/Makefile.in 2005-02-08 22:59:17.432975953 +0100 @@ -140,7 +140,7 @@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 foreign -AM_CXXFLAGS = -Wall -Werror +AM_CXXFLAGS = -Wall DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]* diff -urN ../tmp-orig/config-manager-0.1p83/src/cm.cc ./src/cm.cc --- ../tmp-orig/config-manager-0.1p83/src/cm.cc 2004-07-19 13:59:02.000000000 +0200 +++ ./src/cm.cc 2005-02-08 22:55:52.924505215 +0100 @@ -29,6 +29,7 @@ #include <cassert> #include <sstream> #include <fstream> +#include <errno.h> #include "ConfigSource.h" #include "ConfigArchSource.h" #include "FileSystemVisitor.h" --------------------------------------- Received: (at 294288-close) by bugs.debian.org; 10 Aug 2005 17:40:58 +0000 >From [EMAIL PROTECTED] Wed Aug 10 10:40:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E2uR1-0003tX-00; Wed, 10 Aug 2005 10:32:11 -0700 From: Anand Kumria <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#294288: fixed in config-manager 0.1p83-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 10 Aug 2005 10:32:11 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: config-manager Source-Version: 0.1p83-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.1p83-3.diff.gz to pool/main/c/config-manager/config-manager_0.1p83-3.diff.gz config-manager_0.1p83-3.dsc to pool/main/c/config-manager/config-manager_0.1p83-3.dsc config-manager_0.1p83-3_i386.deb to pool/main/c/config-manager/config-manager_0.1p83-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, 11 Aug 2005 02:24:37 +1000 Source: config-manager Binary: config-manager Architecture: source i386 Version: 0.1p83-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 and/or FTP Closes: 258581 288887 289102 294288 308262 Changes: config-manager (0.1p83-3) unstable; urgency=low . * Annual package cleanup * Update upstream location (Closes: #308262) * Apply patches, written by Andreas Jochens, so that building with gcc-4.0 succeeds (Closes: #258581, #294288) * Apply Jamie Wilkinson's patches to remove bashisms (Closes: #289102) * Allow (simple) changes to the config (Closes: #288887) * Rebuild for C++ 4.0 ABI transition Files: 2ccb065124b7a0eec9d5fef8b2061c42 726 devel optional config-manager_0.1p83-3.dsc c4d8e70ff60afe1a6bce0eb49911a8cf 726543 devel optional config-manager_0.1p83-3.diff.gz fac94ac26009ee58edfc6cc272f5f415 63184 devel optional config-manager_0.1p83-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQCVAwUBQvo2VmRmcAD8BdppAQJqiAQA1lb2cx5llMXo+cH2Pj09q2/OZAzy5onL 7cU7pzGYu4arAkkPQoPAIXvHdKlQqeAXQ1I/UhGEaU1pkt7GQp+peWSV+k3mLXlq 7YQDbcT5LErA3n9NnrSXCJYgl9N1JMZu3wBqrAalUNnwcYZc2KoLwazAyENK8x9C XIeMJm5tNr4= =FU3D -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]