Your message dated Wed, 10 Aug 2005 10:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#258581: 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; 10 Jul 2004 13:53:19 +0000
>From [EMAIL PROTECTED] Sat Jul 10 06:53:19 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c147245.adsl.hansenet.de (localhost) [213.39.147.245] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BjII2-00081K-00; Sat, 10 Jul 2004 06:53:19 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BjII1-00038V-Lk; Sat, 10 Jul 2004 15:53:17 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: config-manager: FTBFS with gcc-3.4: `errno' undeclared (first use this 
function)
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 10 Jul 2004 15:53:17 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: config-manager
Severity: normal
Tags: patch

When building 'config-manager' with gcc-3.4 I get the following error:

creating libgetopt++.la
(cd .libs && rm -f libgetopt++.la && ln -s ../libgetopt++.la libgetopt++.la)
make[3]: Leaving directory `/config-manager-0.1p53/libgetopt'
make[3]: Entering directory `/config-manager-0.1p53'
if x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I. -I./libgetopt/include    -g -O2 
-MT cm.o -MD -MP -MF ".deps/cm.Tpo" \
  -c -o cm.o `test -f 'cm.cc' || echo './'`cm.cc; \
then mv -f ".deps/cm.Tpo" ".deps/cm.Po"; \
else rm -f ".deps/cm.Tpo"; exit 1; \
fi
cm.cc: In member function `void Config::makeReleaseId(const std::string&)':
cm.cc:585: error: `errno' undeclared (first use this function)
cm.cc:585: error: (Each undeclared identifier is reported only once for each 
function it appears in.)
cm.cc:585: error: `ENOENT' undeclared (first use this function)
make[3]: *** [cm.o] Error 1
make[3]: Leaving directory `/config-manager-0.1p53'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/config-manager-0.1p53'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/config-manager-0.1p53'
make: *** [build-stamp] Error 2

With the attached patch 'config-manager' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/config-manager-0.1p53/cm.cc ./cm.cc
--- ../tmp-orig/config-manager-0.1p53/cm.cc     2003-12-26 14:57:15.000000000 
+0100
+++ ./cm.cc     2004-07-10 15:42:47.120131835 +0200
@@ -21,6 +21,7 @@
  * 
  */
 
+#include <errno.h>
 #include "Config.h"
 #include <getopt++/GetOption.h>
 #include <getopt++/StringOption.h>

---------------------------------------
Received: (at 258581-close) by bugs.debian.org; 10 Aug 2005 17:40:59 +0000
>From [EMAIL PROTECTED] Wed Aug 10 10:40:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E2uR1-0003tQ-00; Wed, 10 Aug 2005 10:32:11 -0700
From: Anand Kumria <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#258581: 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

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]

Reply via email to