Log for attempted build of libmath-mpfr-perl_3.17-1 on m68k (dist=unstable)
Thorsten Glaser
tg at mirbsd.de
Thu May 2 12:57:51 UTC 2013
sisyphus1 at optusnet.com.au dixit:
> You could also replace the "IV" in that script with whatever is reported by
> 'perl-V:ivtype', then comment in the 2 lines of code that are presently
> commented out. That way we additionally get to see how that architecture
> handles the case where the P specifier is given an IV.
m68k is big endian, and in Debian GNU/Linux, it is:
ivtype='long long';
sizeof(long long) is 8 as usual (with an alignment requirement of 2,
which is unusually lax but permitted).
> It might be enlightening (for me, at least) to see what the following C script
> outputs on these troublesome machines:
size of mp_prec_t: 4
precision of x: 80
precision of x: 0
Thanks for these quick responses!
bye,
//mirabilos
--
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh
More information about the pkg-perl-maintainers
mailing list