http://bugs.openembedded.org/show_bug.cgi?id=271


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |russell-oe-
                   |                            |[EMAIL PROTECTED]




------- Comment #4 from [EMAIL PROTECTED]  2006-06-25 14:36 -------
As per this bug:
http://slugbug.nslu2-linux.org/bug.php?op=show&bugid=168&pos=5&PHPSESSID=ffafc458859d21e89af5c668242ef239
"a virgin compile of openvpn 2.0 (./configure; make) will compile fine, but
produces a binary that fails loopback crypto tests.

These commands:
./openvpn --genkey --secret key
./openvpn --test-crypto --secret key

produce this assert failure:
TESTING ENCRYPT/DECRYPT of packet length=97
Assertion failed at integer.h:94

This is the assert:
ASSERT (0 <= x && x < mod && -mod <= y && y <= mod);

And with this code inserted, it passes the test:
if(0 > x || x >= mod || -mod > y || y > mod)
fprintf(stderr, "x %d y %d mod %dn", x, y, mod);

I'm not sure why. "
...
"Added -fno-inline
Now compiles, and selftests ok."

The is also a problem for Open Zaurus on spitz.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to