Summary: | net-p2p/transmission-3.00: failed test (crypto-test) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Mike Gilbert <floppym> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 724786 | ||
Attachments: |
build.log
LastTest.log floppym emerge --info |
Description
Sam James
2020-05-26 14:46:29 UTC
Created attachment 641928 [details]
LastTest.log
No difference outside Portage. # ./transmission-test-crypto FAIL /var/tmp/portage/net-p2p/transmission-3.00/work/transmission-3.00/libtransmission/crypto-test.c:243: len == 5 (6 == 5) Created attachment 641930 [details]
floppym emerge --info
It works for me.
16/23 Test #4: crypto-test ...................... Passed 1.16 sec
We will need to figure out what is different about your system.
Here's my emerge --info for comparison.
I guess the most obvious difference is arm64 versus amd64. Also, I have the gtk, qt5, and systemd USE flags enabled, but I doubt those make any difference. The test fail seems to indicate that tr_base64_decode_str computes the wrong output_length. https://github.com/transmission/transmission/blob/3.00/libtransmission/crypto-utils.c#L244 Could you report this issue in the upstream issue tracker? https://github.com/transmission/transmission/issues The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcff528d83410f18aa91cad050c1e754360b55c5 commit fcff528d83410f18aa91cad050c1e754360b55c5 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-05-26 15:51:01 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-05-26 15:51:01 +0000 net-p2p/transmission: use bundled libb64 dev-libs/libb64-1.2.1 is buggy on ARM. Closes: https://bugs.gentoo.org/725506 Signed-off-by: Mike Gilbert <floppym@gentoo.org> .../{transmission-3.00.ebuild => transmission-3.00-r1.ebuild} | 3 +-- net-p2p/transmission/transmission-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) |