Skip Menu |

This queue is for tickets about the Steemit-WsClient CPAN distribution.

Report information
The Basics
Id: 124575
Status: resolved
Priority: 0/
Queue: Steemit-WsClient

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.10



Subject: Can't locate object method "from_bytes" via package "Math::BigInt"
Tests fail, maybe if an older Math::BigInt version (< 1.999804) is installed? ... # Testing Steemit 0.05, Perl 5.024000, /opt/perl-5.24.0/bin/perl Can't locate object method "to_bytes" via package "Math::BigInt" at /home/cpansand/.cpan/build/2018022509/perlSteemit-Steemit-WsClient-0.05-2/blib/lib/Steemit/Base58.pm line 71. # Looks like your test exited with 255 just after 1. t/01-keys.t .......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests ... Module Need Have -------------------------- ---- ---------- Math::BigInt 0 1.999726 ...
On 2018-02-25 06:49:58, SREZIC wrote: Show quoted text
> Tests fail, maybe if an older Math::BigInt version (< 1.999804) is > installed? > > ... > # Testing Steemit 0.05, Perl 5.024000, /opt/perl-5.24.0/bin/perl > Can't locate object method "to_bytes" via package "Math::BigInt" at > /home/cpansand/.cpan/build/2018022509/perlSteemit-Steemit-WsClient- > 0.05-2/blib/lib/Steemit/Base58.pm line 71. > # Looks like your test exited with 255 just after 1. > t/01-keys.t .......... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 4/5 subtests > ... > Module Need Have > -------------------------- ---- ---------- > Math::BigInt 0 1.999726 > ...
... and it seems that this is not enough; the implementing bigint library also needs to be capable of handling to_bytes: # Testing Steemit 0.06, Perl 5.024000, /opt/perl-5.24.0/bin/perl to_bytes() requires a newer version of the Math::BigInt::GMP library. at /home/cpansand/.cpan/build/2018022512/perlSteemit-Steemit-WsClient-0.06-2/blib/lib/Steemit/Base58.pm line 71. # Looks like your test exited with 255 just after 1. t/01-keys.t .......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests
thanks for the reports i have pinned Math::BigInt and Math::BigInt::GMP and the issue is hopefully gone now ;)