Your message dated Mon, 31 Jan 2005 13:47:04 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288582: fixed in sysstat 5.0.6-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; 4 Jan 2005 14:13:05 +0000
>From [EMAIL PROTECTED] Tue Jan 04 06:13:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158101.adsl.hansenet.de (localhost.localdomain)
[213.39.158.101]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ClpQn-0003qR-00; Tue, 04 Jan 2005 06:13:05 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1ClpWM-0001tj-KA; Tue, 04 Jan 2005 15:18:50 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: sysstat: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 04 Jan 2005 15:18:50 +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: sysstat
Severity: normal
Tags: patch
When building 'sysstat' on amd64 with gcc-4.0,
I get the following error:
sar.c: In function 'write_stats_for_db':
sar.c:2121: warning: pointer targets in passing argument 1 of 'strlen' differ
in signedness
sar.c:2121: warning: pointer targets in passing argument 1 of 'strlen' differ
in signedness
sar.c:2121: warning: pointer targets in passing argument 1 of 'strcmp' differ
in signedness
sar.c:2145: warning: pointer targets in passing argument 1 of 'strlen' differ
in signedness
sar.c:2145: warning: pointer targets in passing argument 1 of 'strlen' differ
in signedness
sar.c:2145: warning: pointer targets in passing argument 1 of 'strcmp' differ
in signedness
sar.c: In function 'sa_read':
sar.c:2224: error: invalid lvalue in assignment
make[1]: *** [sar] Error 1
make[1]: Leaving directory `/sysstat-5.0.6'
make: *** [build-stamp] Error 2
With the attached patch 'sysstat' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/sysstat-5.0.6/sar.c ./sar.c
--- ../tmp-orig/sysstat-5.0.6/sar.c 2004-08-09 21:16:41.000000000 +0200
+++ ./sar.c 2005-01-04 15:05:12.605144864 +0100
@@ -2221,7 +2221,7 @@
return 1; /* EOF */
size -= n;
- (char *) buffer += n;
+ buffer = (char *) buffer + n;
}
return 0;
---------------------------------------
Received: (at 288582-close) by bugs.debian.org; 31 Jan 2005 18:53:02 +0000
>From [EMAIL PROTECTED] Mon Jan 31 10:53:02 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 1CvgfW-0006s2-00; Mon, 31 Jan 2005 10:53:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CvgZk-00061p-00; Mon, 31 Jan 2005 13:47:04 -0500
From: Robert Luberda <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#288582: fixed in sysstat 5.0.6-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Jan 2005 13:47:04 -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: sysstat
Source-Version: 5.0.6-4
We believe that the bug you reported is fixed in the latest version of
sysstat, which is due to be installed in the Debian FTP archive:
isag_5.0.6-4_all.deb
to pool/main/s/sysstat/isag_5.0.6-4_all.deb
sysstat_5.0.6-4.diff.gz
to pool/main/s/sysstat/sysstat_5.0.6-4.diff.gz
sysstat_5.0.6-4.dsc
to pool/main/s/sysstat/sysstat_5.0.6-4.dsc
sysstat_5.0.6-4_i386.deb
to pool/main/s/sysstat/sysstat_5.0.6-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.
Robert Luberda <[EMAIL PROTECTED]> (supplier of updated sysstat 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 Jan 2005 19:09:24 +0100
Source: sysstat
Binary: isag sysstat
Architecture: source i386 all
Version: 5.0.6-4
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda <[EMAIL PROTECTED]>
Changed-By: Robert Luberda <[EMAIL PROTECTED]>
Description:
isag - Interactive System Activity Grapher for sysstat
sysstat - sar, iostat and mpstat - system performance tools for Linux
Closes: 288582 293006
Changes:
sysstat (5.0.6-4) unstable; urgency=low
.
* sar.c: Fix FTBFS on amd64 with gcc-4.0 (closes: 288582).
* Initial Czech translation of sysstat debconf templates (closes: #293006).
Thanks to Miroslav Kure <[EMAIL PROTECTED]>.
Files:
62e80f8d4da2ca561b3b0f79a6d6134d 622 admin optional sysstat_5.0.6-4.dsc
8a8d8bba75454adbb992c22cca9e4ffb 19546 admin optional sysstat_5.0.6-4.diff.gz
7b3edd2c44731034d2269b307682433c 20672 admin optional isag_5.0.6-4_all.deb
d3fec7427f059fb46c4700d06f08ed41 114208 admin optional sysstat_5.0.6-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB/nWiThh1cJ0wnDsRAuyZAJ0Qa8xC/GH26/KMwn9MBck5erdH4ACcCgOW
WQee5XSCUn5DqMT4UYwTBkg=
=9toj
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]