Log for attempted build of libmath-mpfr-perl_3.17-1 on m68k (dist=unstable)

sisyphus1 at optusnet.com.au sisyphus1 at optusnet.com.au
Fri May 3 05:29:08 UTC 2013



-----Original Message----- 
From: sisyphus

> where sub _repack() looks like:
>
> sub _repack {
>   return unpack("V", pack("N", $_[0]));
> }
>
> And if we do that, then the test passes ? .... right ?

Ummm ... perhaps not.
Try:

sub _repack {
  return unpack("J>", pack("J<", $_[0]));
}

Cheers,
Rob







More information about the pkg-perl-maintainers mailing list