[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-PDL-2.17.0-2.fc26

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 Fedora Update System changed: What|Removed |Added Status|ON_QA

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #9 from Fedora Update System --- perl-PDL-2.16.0-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #7 from Fedora Update System --- perl-PDL-2.16.0-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-75eb9845f8 -- You are receiving this mail

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #6 from Fedora Update System --- perl-PDL-2.16.0-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-499e3ba8d4 -- You are receiving this mail

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|MODIFIED Fixed In

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 Petr Pisar changed: What|Removed |Added Assignee|jples...@redhat.com |ppi...@redhat.com --

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #5 from Petr Pisar --- And it looks like the same issue as in gsl.spec itself: # disable FMA %ifarch aarch64 ppc64 ppc64le s390 s390x export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off" %endif Disabling

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #4 from Petr Pisar --- The t/bad.t failure depends on enabling GSL support. It fails only if enabled. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #3 from Petr Pisar --- Back trace: (gdb) bt #0 0x3fffb6f7896c in 0017.plt_call.pdl_qsort_ind_D () from blib/arch/auto/PDL/Ufunc/Ufunc.so #1 0x3fffb7006b28 in pdl_qsort_ind_D (xx=0x10057810,

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #2 from Petr Pisar --- The crashing test can be reduced to: perl -Iblib/{lib,arch} -e 'use PDL; $a = pdl( qw(1 2 3 2) ); $ix = qsorti( $a );' The crash depends on count and values of the pdl() argument. --

[Bug 1410162] perl-PDL-2.17.0-1.fc26 FTBFS: tests segfaut on 64-bit PowerPC

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410162 --- Comment #1 from Petr Pisar --- The t/bad.t crashes after finishing test #47: ok 40 - setbadif/stats test 5 ok 41 - setbadif/stats test 6 ok 42 - setbadtoval() worked ok 43 -and inplace ok 44 - isbad() worked ok 45