[Bug 1459155] perl-Math-Pari-2.010809-5.fc27: FTBFS with Perl 5.26 on 32-bit platforms

2017-06-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1459155 Paul Howarth changed: What|Removed |Added Status|NEW |CLOSED Fixed In

[Bug 1459155] perl-Math-Pari-2.010809-5.fc27: FTBFS with Perl 5.26 on 32-bit platforms

2017-06-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1459155 --- Comment #2 from Petr Pisar --- This code: use Math::Pari; #$b= Math::Pari::gadd (1,1); $b= Math::Pari::gadd (1,1); print "$b\n"; my $r = Math::Pari::pari2iv($b); print "$r\n"; prints: 2 9 If you uncomment the first

[Bug 1459155] perl-Math-Pari-2.010809-5.fc27: FTBFS with Perl 5.26 on 32-bit platforms

2017-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1459155 Petr Pisar changed: What|Removed |Added CC||ppi...@redhat.com