Your message dated Fri, 13 Jan 2006 01:32:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347493: fixed in ccrypt 1.7-9
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 Jan 2006 02:48:19 +0000
>From [EMAIL PROTECTED] Tue Jan 10 18:48:19 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mmjgroup.com ([192.34.35.33])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EwW27-00024V-LG
        for [EMAIL PROTECTED]; Tue, 10 Jan 2006 18:48:19 -0800
Received: from mix.mmjgroup.com (mix.mmjgroup.com [192.34.35.16])
        by mmjgroup.com (Postfix) with ESMTP id 2B06B16E3E
        for <[EMAIL PROTECTED]>; Tue, 10 Jan 2006 19:48:17 -0700 (MST)
Received: by mix.mmjgroup.com (Postfix, from userid 1000)
        id D8107171D85; Tue, 10 Jan 2006 19:48:16 -0700 (MST)
Date: Tue, 10 Jan 2006 19:48:16 -0700
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: ccrypt_1.7-8(ia64/unstable): FBTFS: unaligned references
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: ccrypt
Version: 1.7-8
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of ccrypt_1.7-8 on caballero by sbuild/ia64 85
> Build started at 20060110-2207

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0)

[...]

> make[2]: Entering directory `/build/buildd/ccrypt-1.7'
> Making all in src
> make[3]: Entering directory `/build/buildd/ccrypt-1.7/src'
> if ia64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -g -O3 -MT 
> maketables.o -MD -MP -MF ".deps/maketables.Tpo" -c -o maketables.o 
> maketables.c; \
>       then mv -f ".deps/maketables.Tpo" ".deps/maketables.Po"; else rm -f 
> ".deps/maketables.Tpo"; exit 1; fi
> ia64-linux-gnu-gcc  -Wall -g -O3   -o maketables  maketables.o  -lcrypt 
> ./maketables > tables.c
> /bin/sh: line 1:  2611 Bus error               ./maketables >tables.c
> make[3]: *** [tables.c] Error 135
> make[3]: Leaving directory `/build/buildd/ccrypt-1.7/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/ccrypt-1.7'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/ccrypt-1.7'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64&pkg=ccrypt&ver=1.7-8

The following patch fixes this bug:

diff -ur t/ccrypt-1.7/src/maketables.c ccrypt-1.7/src/maketables.c
--- t/ccrypt-1.7/src/maketables.c       2004-03-29 04:53:40.000000000 +0000
+++ ccrypt-1.7/src/maketables.c 2006-01-11 02:43:54.000000000 +0000
@@ -84,7 +84,8 @@
 /* ---------------------------------------------------------------------- */
 
 static word32 multrot2113(int rot, word8 m) {
-  word8 r[4];
+  word32 rw[1];
+  word8 *r=(word8*)rw;
 
   r[rot]         = multiply(2,m);
   r[(rot+1) % 4] = m;
@@ -130,7 +131,8 @@
 
 int main() {
   int rot, m, i, rcon;
-  word8 r[4];
+  word32 rw[1];
+  word8 *r=(word8*)rw;
 
   printf("#include \"rijndael.h\"\n\n");
 

---------------------------------------
Received: (at 347493-close) by bugs.debian.org; 13 Jan 2006 09:40:41 +0000
>From [EMAIL PROTECTED] Fri Jan 13 01:40:41 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1ExLHy-0002E4-BB; Fri, 13 Jan 2006 01:32:06 -0800
From: Chris Vanden Berghe <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#347493: fixed in ccrypt 1.7-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 13 Jan 2006 01:32:06 -0800
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: ccrypt
Source-Version: 1.7-9

We believe that the bug you reported is fixed in the latest version of
ccrypt, which is due to be installed in the Debian FTP archive:

ccrypt_1.7-9.diff.gz
  to pool/main/c/ccrypt/ccrypt_1.7-9.diff.gz
ccrypt_1.7-9.dsc
  to pool/main/c/ccrypt/ccrypt_1.7-9.dsc
ccrypt_1.7-9_i386.deb
  to pool/main/c/ccrypt/ccrypt_1.7-9_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.
Chris Vanden Berghe <[EMAIL PROTECTED]> (supplier of updated ccrypt 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, 13 Jan 2006 08:37:26 +0100
Source: ccrypt
Binary: ccrypt
Architecture: source i386
Version: 1.7-9
Distribution: unstable
Urgency: low
Maintainer: Chris Vanden Berghe <[EMAIL PROTECTED]>
Changed-By: Chris Vanden Berghe <[EMAIL PROTECTED]>
Description: 
 ccrypt     - secure encryption and decryption of files and streams
Closes: 347493
Changes: 
 ccrypt (1.7-9) unstable; urgency=low
 .
   * added patch to fix unaligned references problems on IA64 (closes: #347493)
   * changed email address
Files: 
 c7084b08568670466cdbfb69576f3d25 561 utils optional ccrypt_1.7-9.dsc
 32039882db891943f123536cc05496d6 4277 utils optional ccrypt_1.7-9.diff.gz
 dd4854ac34c84841240277d837861cce 70854 utils optional ccrypt_1.7-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDx29afs2tQGwAhPwRAsjMAJ9nXfhPGC6QW3qRAnr/EilXdXRiSACggso+
Pmd6Rft4m0LLjfaq0hy0Og0=
=i3qL
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to