Hi, I am packaging bird 2.0.7 for openSUSE s390x, and the tests are failing with the following: [ 48s] LD -Wl,-z,relro -pie -pthread -o obj/nest/a-path_test obj/nest/a-path_test.o ... [ 48s] obj/filter/tree_test 0.115749752s [ OK ] [ 49s] obj/filter/filter_test 0.700194688s [ OK ] [ 49s] obj/filter/trie_test 0.157692001s [ OK ] [ 49s] obj/lib/heap_test 0.011880888s [ OK ] [ 49s] obj/lib/buffer_test 0.002189509s [ OK ] [ 49s] obj/lib/event_test 0.000482824s [ OK ] [ 49s] obj/lib/flowspec_test 0.001865918s [ OK ] [ 49s] obj/lib/bitops_test 0.001912407s [ OK ] [ 49s] obj/lib/patmatch_test 0.000268604s [ OK ] [ 49s] obj/lib/fletcher16_test: t_fletcher16_compute 0.000228385s [FAIL] [ 49s] obj/lib/fletcher16_test: t_fletcher16_checksum 0.000196775s [FAIL] [ 49s] obj/lib/fletcher16_test 0.000489688s [FAIL] [ 49s] make: *** [Makefile:180: obj/lib/fletcher16_test.ok] Error 1 [ 49s] error: Bad exit status from /var/tmp/rpm-tmp.Y1ueWS (%check) [ 49s] Has anybody looked into that? Fedora "solved it" by simply disabling tests for s390x architecture, Debian and Ubuntu don't build Bird for s390x... -- Best regards / S pozdravem, BSc. Mark Stopka, BBA Managing Partner (at) PERLUR Group mobile: +420 704 373 561 website: www.perlur.cloud
Never mind, I think this commit fixes the problem... https://gitlab.nic.cz/labs/bird/-/commit/2928c5bcc7c3caaeb6de34a84ca63de9a12... Let me verify... -- Best regards / S pozdravem, BSc. Mark Stopka, BBA Managing Partner (at) PERLUR Group mobile: +420 704 373 561 website: www.perlur.cloud On Mon, Nov 16, 2020 at 1:37 PM Mark Stopka <mstopka@opensuse.org> wrote:
Hi, I am packaging bird 2.0.7 for openSUSE s390x, and the tests are failing with the following:
[ 48s] LD -Wl,-z,relro -pie -pthread -o obj/nest/a-path_test obj/nest/a-path_test.o ... [ 48s] obj/filter/tree_test 0.115749752s [ OK ] [ 49s] obj/filter/filter_test 0.700194688s [ OK ] [ 49s] obj/filter/trie_test 0.157692001s [ OK ] [ 49s] obj/lib/heap_test 0.011880888s [ OK ] [ 49s] obj/lib/buffer_test 0.002189509s [ OK ] [ 49s] obj/lib/event_test 0.000482824s [ OK ] [ 49s] obj/lib/flowspec_test 0.001865918s [ OK ] [ 49s] obj/lib/bitops_test 0.001912407s [ OK ] [ 49s] obj/lib/patmatch_test 0.000268604s [ OK ] [ 49s] obj/lib/fletcher16_test: t_fletcher16_compute 0.000228385s [FAIL] [ 49s] obj/lib/fletcher16_test: t_fletcher16_checksum 0.000196775s [FAIL] [ 49s] obj/lib/fletcher16_test 0.000489688s [FAIL] [ 49s] make: *** [Makefile:180: obj/lib/fletcher16_test.ok] Error 1 [ 49s] error: Bad exit status from /var/tmp/rpm-tmp.Y1ueWS (%check) [ 49s]
Has anybody looked into that? Fedora "solved it" by simply disabling tests for s390x architecture, Debian and Ubuntu don't build Bird for s390x... -- Best regards / S pozdravem, BSc. Mark Stopka, BBA Managing Partner (at) PERLUR Group
mobile: +420 704 373 561 website: www.perlur.cloud
On Mon, Nov 16, 2020 at 01:47:37PM +0100, Mark Stopka wrote:
Never mind, I think this commit fixes the problem...
https://gitlab.nic.cz/labs/bird/-/commit/2928c5bcc7c3caaeb6de34a84ca63de9a12...
Yes, that is likely a fix for this issue. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
I can confirm now that it is indeed the correct patch, thanks for producing it! -- Sent from mobile Best regards / S pozdravem, BSc. Mark Stopka, BBA Managing Partner @ PERLUR Group mobile: +420 704 373 561 website: www.perlur.cloud On Mon, Nov 16, 2020, 15:39 Ondrej Zajicek <santiago@crfreenet.org> wrote:
On Mon, Nov 16, 2020 at 01:47:37PM +0100, Mark Stopka wrote:
Never mind, I think this commit fixes the problem...
https://gitlab.nic.cz/labs/bird/-/commit/2928c5bcc7c3caaeb6de34a84ca63de9a12...
Yes, that is likely a fix for this issue.
-- Elen sila lumenn' omentielvo
Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Hello Mark, On Mon, 16 Nov 2020, Mark Stopka wrote:
Has anybody looked into that? Fedora "solved it" by simply disabling tests for s390x architecture, Debian and Ubuntu don't build Bird for s390x...
...Fedora here! According to my tests, BIRD 2.0.8 should have this fixed (it's already fixed in Git according to my last tests a few months ago), thus I didn't bother with it, yet. Regards, Robert
Great, thanks for reaching out, I think I identified the patch that fixes it, I am currency building the patched version as I am not certain when new release will be cut! :-) New to the project and all, I am sure you know the drill! -- Best regards / S pozdravem, BSc. Mark Stopka, BBA Managing Partner (at) PERLUR Group mobile: +420 704 373 561 website: www.perlur.cloud On Mon, Nov 16, 2020 at 2:02 PM Robert Scheck <bird@robert-scheck.de> wrote:
Hello Mark,
On Mon, 16 Nov 2020, Mark Stopka wrote:
Has anybody looked into that? Fedora "solved it" by simply disabling tests for s390x architecture, Debian and Ubuntu don't build Bird for s390x...
...Fedora here! According to my tests, BIRD 2.0.8 should have this fixed (it's already fixed in Git according to my last tests a few months ago), thus I didn't bother with it, yet.
Regards, Robert
participants (3)
-
Mark Stopka -
Ondrej Zajicek -
Robert Scheck