Bug#504092: perl: unable to printf long long numbers

2008-10-31 Thread Mario 'BitKoenig' Holbe
Package: perl Version: 5.10.0-16 Hello, on i386 I have no way to printf long long values: [EMAIL PROTECTED]:/home/holbe% perl -e 'printf(%i\n, 11171763644)' -1 [EMAIL PROTECTED]:/home/holbe% perl -e 'printf(%li\n, 11171763644)' -1 [EMAIL PROTECTED]:/home/holbe% perl -e 'printf(%lli\n,

Bug#504092: perl: unable to printf long long numbers

2008-10-31 Thread Mario 'BitKoenig' Holbe
On Fri, Oct 31, 2008 at 11:56:26AM +0100, Mario 'BitKoenig' Holbe wrote: on i386 I have no way to printf long long values: ... This is most likely something to forward upstream. ...or it's not? First, I thought it has something to do with how perl stores integers, but it seems not to be that