help-shishi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#366528: FTBFS: 2 of 10 tests failed


From: Simon Josefsson
Subject: Bug#366528: FTBFS: 2 of 10 tests failed
Date: Wed, 10 May 2006 15:56:38 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Roberto Pariset <address@hidden> writes:

> Package: shishi
> Severity: serious
>
> Hi,
> shishi_0.0.25-1 FTBFS on amd64 (but seems also on others) by failing
> tests:

Hi Roberto!

Thanks for the report, I debugged this and the fix is as below (for
gl/md4.c in Shishi).  It will be part in the next release.

Thanks,
Simon

Index: md4.c
===================================================================
RCS file: /sources/gnulib/gnulib/lib/md4.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- md4.c       22 Oct 2005 16:32:14 -0000      1.4
+++ md4.c       10 May 2006 13:37:20 -0000      1.5
@@ -273,8 +273,8 @@ md4_process_bytes (const void *buffer, s
 /* --- Code below is the primary difference between md5.c and md4.c --- */
 
 /* MD4 round constants */
-#define K1 0x5a827999L
-#define K2 0x6ed9eba1L
+#define K1 0x5a827999
+#define K2 0x6ed9eba1
 
 /* Round functions.  */
 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]