On Sun, May 08, 2011 at 03:32:39PM +0200, Aurelien Jarno wrote: > Package: openssl > Version: 1.0.0d-2 > Severity: important > Tags: patch > User: [email protected] > Usertags: sparc64 > > openssl FTBFS on sparc64 with a testsuite failure. This is due to a > small configuration issue, fixed by the patch below. I changed > SIXTY_FOUR_BIT_LONG into BN_LLONG, as it is done for debian-sparc-v9 or > solaris64-sparc-v9. Could you please apply this patch in the next > upload. Thanks in advance.
What is the size of a "long"? 64 bit? Then as far as I know you should use SIXTY_FOUR_BIT_LONG. If long is 64 bit, as it is on most of our 64 bit ports, I would look into why it's failing instead. Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

