Your message dated Thu, 03 Feb 2005 14:47:03 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#258855: fixed in fakechroot 0.3+1.2.4
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; 11 Jul 2004 20:59:55 +0000
>From [EMAIL PROTECTED] Sun Jul 11 13:59:55 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 1BjlQR-000514-00; Sun, 11 Jul 2004 13:59:55 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1BjlQP-00084W-SD; Sun, 11 Jul 2004 22:59:53 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: fakechroot: FTBFS with gcc-3.4: extra ;
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 11 Jul 2004 22:59:53 +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: fakechroot
Severity: normal
Tags: patch
When building 'fakechroot' with gcc-3.4 I get the following error:
if g++ -DHAVE_CONFIG_H -I. -I.. -I. -Wall -pedantic -g -O2 -MT faked.o -MD
-MP -MF ".deps/faked.Tpo" \
-c -o faked.o `test -f '../faked.cc' || echo '../'`../faked.cc; \
then mv -f ".deps/faked.Tpo" ".deps/faked.Po"; \
else rm -f ".deps/faked.Tpo"; exit 1; \
fi
../faked.cc:137: error: extra `;'
With the attached patch 'fakechroot' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/fakechroot-0.2.6+0.7.8/faked.cc ./faked.cc
--- ../tmp-orig/fakechroot-0.2.6+0.7.8/faked.cc 2003-09-30 17:50:42.000000000
+0200
+++ ./faked.cc 2004-07-11 22:51:11.084606438 +0200
@@ -134,7 +134,7 @@
return false;
else
return a.dev<b.dev;
-};
+}
std::set <struct fakestat, std::less<struct fakestat> > data;
---------------------------------------
Received: (at 258855-close) by bugs.debian.org; 3 Feb 2005 19:53:12 +0000
>From [EMAIL PROTECTED] Thu Feb 03 11:53:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cwn2O-0001yX-00; Thu, 03 Feb 2005 11:53:12 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CwmwR-0003qm-00; Thu, 03 Feb 2005 14:47:03 -0500
From: Piotr Roszatycki <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#258855: fixed in fakechroot 0.3+1.2.4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 03 Feb 2005 14:47:03 -0500
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
Source: fakechroot
Source-Version: 0.3+1.2.4
We believe that the bug you reported is fixed in the latest version of
fakechroot, which is due to be installed in the Debian FTP archive:
fakechroot_0.3+1.2.4.dsc
to pool/main/f/fakechroot/fakechroot_0.3+1.2.4.dsc
fakechroot_0.3+1.2.4.tar.gz
to pool/main/f/fakechroot/fakechroot_0.3+1.2.4.tar.gz
fakechroot_0.3+1.2.4_i386.deb
to pool/main/f/fakechroot/fakechroot_0.3+1.2.4_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.
Piotr Roszatycki <[EMAIL PROTECTED]> (supplier of updated fakechroot 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, 3 Feb 2005 12:38:54 +0100
Source: fakechroot
Binary: fakechroot
Architecture: source i386
Version: 0.3+1.2.4
Distribution: unstable
Urgency: low
Maintainer: Piotr Roszatycki <[EMAIL PROTECTED]>
Changed-By: Piotr Roszatycki <[EMAIL PROTECTED]>
Description:
fakechroot - gives a fake chroot environment
Closes: 247199 252503 258855
Changes:
fakechroot (0.3+1.2.4) unstable; urgency=low
.
* Merged with fakeroot 1.2.4 and fakechroot 0.2.6.1 (downloaded from
http://www.altlinux.org/). Thanks to ALT Linux guys for maintaining
the code.
* Patch updated to the latest debootstrap. Closes: #247199.
* Fixed typo in package description. Closes: #252503.
* The new version builds with gcc-3.4. Closes: #258855.
Files:
177491b00a3ae9f14c94bdb3f038afaf 620 utils optional fakechroot_0.3+1.2.4.dsc
52eb07a30eaa569786f04579aa88bce6 51794 utils optional
fakechroot_0.3+1.2.4.tar.gz
83ecc66c4c0d31b7a9bebcc4f4ba8bc8 43704 utils optional
fakechroot_0.3+1.2.4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCAn2QhMHHe8CxClsRArSlAKC3ScL594TqoeUqnMP502971QvStACghy2D
I3DaspD5WLwlTx9t1m7qyZg=
=Khj+
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]