Skip Menu |

This queue is for tickets about the Crypt-IDEA CPAN distribution.

Report information
The Basics
Id: 16359
Status: resolved
Priority: 0/
Queue: Crypt-IDEA

People
Owner: Nobody in particular
Requestors: cory.omand [...] sun.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Test fail on Solaris/SPARC 64-bit
Using Solaris 8 SPARC 64-bit (USIII), 1.04 with minor modifications to typedef u_intN in idea.h, Perl 5.8.7, Sun One Compiler 10, and Solaris 8 x86 32-bit (PIII). The test suite passes on the x86 system, but fails on the SPARC system. After applying the patch from bug 11602 (use htons() to fix byte order, with the idea.h typedef bits removed), the test suite passes on both platforms.
From: cory.omand [...] sun.com
[guest - Thu Dec 8 12:03:53 2005]: Show quoted text
> Using Solaris 8 SPARC 64-bit (USIII), 1.04 with minor modifications to > typedef u_intN in idea.h, Perl 5.8.7, Sun One Compiler 10, and > Solaris 8 x86 32-bit (PIII). > > The test suite passes on the x86 system, but fails on the SPARC > system. After applying the patch from bug 11602 (use htons() to > fix byte order, > with the idea.h typedef bits removed), the test suite passes on both > platforms.
There is also an annoying but harmless typo in the test.pl I submitted. In the decryption test, the test outputs 'Testing Decription' --
Uploading 1.05 to PAUSE .. tested on Linux x86, Solaris SPARC, Mac OS X 10.4.3 Fully patched with htons (previous patch), new tests, updated docs. Should make these problems go away now ::crosses fingers:: -d