Your message dated Fri, 25 Mar 2005 12:04:19 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301391: fixed in sleuthkit 2.00-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; 25 Mar 2005 15:28:00 +0000
>From [EMAIL PROTECTED] Fri Mar 25 07:28:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158007.adsl.hansenet.de (localhost.localdomain) [213.39.158.7]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DEqj9-0006p2-00; Fri, 25 Mar 2005 07:28:00 -0800
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DEqj9-0004o9-3T; Fri, 25 Mar 2005 16:27:59 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: sleuthkit: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 16:27:59 +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: sleuthkit
Severity: normal
Tags: patch
When building 'sleuthkit' on amd64 with gcc-4.0,
I get the following error:
gcc -DLINUX2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DVER=\"2.00\"
-I../misc -I../imgtools -c -o ntfs.o ntfs.c
ntfs.c: In function 'ntfs_proc_attrseq':
ntfs.c:770: error: invalid lvalue in assignment
make: *** [ntfs.o] Error 1
make: Leaving directory `/sleuthkit-2.00/src/fstools'
With the attached patch 'sleuthkit' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/sleuthkit-2.00/src/fstools/ntfs.c ./src/fstools/ntfs.c
--- ../tmp-orig/sleuthkit-2.00/src/fstools/ntfs.c 2005-03-16
01:42:30.000000000 +0100
+++ ./src/fstools/ntfs.c 2005-03-25 16:22:24.896619434 +0100
@@ -767,7 +767,7 @@
((uintptr_t) attr <= ((uintptr_t) attrseq + len)) &&
(getu32(fs, attr->len) > 0 &&
(getu32(fs, attr->type) != 0xffffffff));
- (uintptr_t) attr = (uintptr_t) attr + getu32(fs, attr->len)) {
+ attr = (uintptr_t) attr + getu32(fs, attr->len)) {
/* Get the type of this attribute */
uint32_t type = getu32(fs, attr->type);
---------------------------------------
Received: (at 301391-close) by bugs.debian.org; 25 Mar 2005 17:23:53 +0000
>From [EMAIL PROTECTED] Fri Mar 25 09:23:53 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 1DEsXJ-0006vw-00; Fri, 25 Mar 2005 09:23:53 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DEsEN-0006W6-00; Fri, 25 Mar 2005 12:04:19 -0500
From: [EMAIL PROTECTED] (Martin A. Godisch)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#301391: fixed in sleuthkit 2.00-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 12:04:19 -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: sleuthkit
Source-Version: 2.00-2
We believe that the bug you reported is fixed in the latest version of
sleuthkit, which is due to be installed in the Debian FTP archive:
sleuthkit_2.00-2.diff.gz
to pool/main/s/sleuthkit/sleuthkit_2.00-2.diff.gz
sleuthkit_2.00-2.dsc
to pool/main/s/sleuthkit/sleuthkit_2.00-2.dsc
sleuthkit_2.00-2_i386.deb
to pool/main/s/sleuthkit/sleuthkit_2.00-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.
Martin A. Godisch <[EMAIL PROTECTED]> (supplier of updated sleuthkit 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 Mar 2005 17:37:21 +0100
Source: sleuthkit
Binary: sleuthkit
Architecture: source i386
Version: 2.00-2
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch <[EMAIL PROTECTED]>
Changed-By: Martin A. Godisch <[EMAIL PROTECTED]>
Description:
sleuthkit - Tools for forensics analysis
Closes: 301391
Changes:
sleuthkit (2.00-2) unstable; urgency=low
.
* Fixed FTBFS on amd64/gcc-4.0, closes: #301391.
Thanks to Andreas Jochens.
Files:
b46c6b6d95733a94e7d70b55e3269b47 557 admin optional sleuthkit_2.00-2.dsc
3190184351fb3500a3a01823eb7b53ad 11179 admin optional sleuthkit_2.00-2.diff.gz
abfbbbcb6cb0c166deec97c022cfbc86 1401978 admin optional
sleuthkit_2.00-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCRD60mpGCHWjc1gYRAhG3AKDRbRN7Y4VxLxsw2EfgOJ7QKIq8xQCfTxUL
KjlombsFOAyoqwZyog21RCs=
=yc3q
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]