Your message dated Thu, 24 Feb 2005 19:47:02 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285596: fixed in compartment 1.1.0-2
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; 14 Dec 2004 10:28:12 +0000
>From [EMAIL PROTECTED] Tue Dec 14 02:28:12 2004
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Ce9ue-0000Kg-00; Tue, 14 Dec 2004 02:28:12 -0800
Received: from c158150.adsl.hansenet.de (localhost.localdomain)
[213.39.158.150]
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Ce9ud-00078C-00; Tue, 14 Dec 2004 03:28:11 -0700
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Ce9yz-0002eY-7Q; Tue, 14 Dec 2004 11:32:41 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: compartment: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 14 Dec 2004 11:32:41 +0100
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: compartment
Severity: normal
Tags: patch
When building 'compartment' on amd64 with gcc-4.0,
I get the following error:
gcc -Wall -O2 -o compartment compartment.c
compartment.c: In function 'main':
compartment.c:167: error: invalid lvalue in assignment
compartment.c:169: error: invalid lvalue in assignment
compartment.c:171: warning: format '%d' expects type 'int', but argument 3 has
type 'long unsigned int'
make[1]: *** [compartment] Error 1
make[1]: Leaving directory `/compartment-1.1.0'
make: *** [install] Error 2
With the attached patch 'compartment' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/compartment-1.1.0/compartment.c ./compartment.c
--- ../tmp-orig/compartment-1.1.0/compartment.c 2004-12-14 11:30:18.797027912
+0100
+++ ./compartment.c 2004-12-14 11:30:12.402000104 +0100
@@ -164,11 +164,11 @@
my_secure();
openlog("compartment", LOG_PID, LOG_DAEMON);
if (sizeof(uid_t) == 4) {
- (unsigned long int) uidrange = 65535;
+ uidrange = 65535;
} else { if (sizeof(uid_t) == 8) {
- (unsigned long int) uidrange = (unsigned long int) 2147483646;
//4294967295;
+ uidrange = (unsigned long int) 2147483646; //4294967295;
} else
- fprintf(stderr, "Warning: weird uid size: %d\n", sizeof(uid_t));
+ fprintf(stderr, "Warning: weird uid size: %ld\n", sizeof(uid_t));
}
program_params = 1;
---------------------------------------
Received: (at 285596-close) by bugs.debian.org; 25 Feb 2005 00:53:51 +0000
>From [EMAIL PROTECTED] Thu Feb 24 16:53:51 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 1D4Tjr-0000sL-00; Thu, 24 Feb 2005 16:53:51 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D4TdG-00037s-00; Thu, 24 Feb 2005 19:47:02 -0500
From: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#285596: fixed in compartment 1.1.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 24 Feb 2005 19:47:02 -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:
Source: compartment
Source-Version: 1.1.0-2
We believe that the bug you reported is fixed in the latest version of
compartment, which is due to be installed in the Debian FTP archive:
compartment_1.1.0-2.diff.gz
to pool/main/c/compartment/compartment_1.1.0-2.diff.gz
compartment_1.1.0-2.dsc
to pool/main/c/compartment/compartment_1.1.0-2.dsc
compartment_1.1.0-2_i386.deb
to pool/main/c/compartment/compartment_1.1.0-2_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.
Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> (supplier of updated
compartment 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: Fri, 25 Feb 2005 01:22:10 +0100
Source: compartment
Binary: compartment
Architecture: source i386
Version: 1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Changed-By: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Description:
compartment - Confine services in a limited environment
Closes: 285596
Changes:
compartment (1.1.0-2) unstable; urgency=low
.
* Fix a FTBFS whe compiling with gcc-4 with a patch provided by
Andreas Jochens (Closes: #285596)
* Use dh_installman instead of dh_installmanpages
* Update FSF's address in debian/copyright
Files:
bb9e98287ef1aadd2ae9c7282c58096d 700 admin optional compartment_1.1.0-2.dsc
d21928424aaaf67a71ac1718e540c2d4 3833 admin optional
compartment_1.1.0-2.diff.gz
f20d64bb5beaf631bdafc5bb093c4a3e 16810 admin optional
compartment_1.1.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iQCVAwUBQh5wtftEPvakNq0lAQJspAQAoZe0mFwofS9CGG8qO8z4ss1c7rNmp0TW
TdVEUFosFZpV3Ha2qj0UwTf9Wf5O6kyHBsxNAH79/XM76Tq70xLwj2dMjcysJZL2
7RTIhHHIfcCd6qxGrzxWpfJxsHgsvMMAfe3hiEF2mA+PvPBxXzlTbOeX6LObuQHU
cbkasnQ1Wb0=
=rVmK
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]