Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 719906 - app-misc/rpick fails tests
Summary: app-misc/rpick fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Randy Barlow
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 719680
  Show dependency tree
 
Reported: 2020-04-28 08:15 UTC by Agostino Sarubbo
Modified: 2020-05-13 13:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,53.83 KB, text/plain)
2020-04-28 08:15 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-04-28 08:15:37 UTC
This is an auto-filled bug because app-misc/rpick fails tests.
The issue was originally discovered on x86, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-28 08:15:43 UTC
Created attachment 635008 [details]
build.log

build log and emerge --info
Comment 2 Randy Barlow 2020-04-28 14:09:13 UTC
Hi Agostino!

I experienced this issue in Fedora as well - it affects 32 bit arches. It happens because the tests tried to seed a random number generator in a particular way to get particular outcomes to happen, and on 32 bit architectures the RNG gets different results.

I have fixed this issue upstream with this commit:

https://gitlab.com/bowlofeggs/rpick/-/commit/9d3e9b704e48b9dedb3612f40735f24dfc94f598
Comment 3 Randy Barlow 2020-05-08 04:13:11 UTC
I just released rpick-0.6.1, which built successfully on all Fedora arches (including i686):

https://koji.fedoraproject.org/koji/buildinfo?buildID=1505026

Thus, I am hopeful that it will work in Gentoo on x86 as well ☺
Comment 4 Larry the Git Cow gentoo-dev 2020-05-13 13:43:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd2f2ab6d4f9d632155bc462d0c75376c1a593f

commit 9cd2f2ab6d4f9d632155bc462d0c75376c1a593f
Author:     Randy Barlow <randy@electronsweatshop.com>
AuthorDate: 2020-05-08 03:56:57 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-05-13 13:42:54 +0000

    app-misc/rpick: Update to 0.6.1
    
    Closes: https://bugs.gentoo.org/719906
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
    Closes: https://github.com/gentoo/gentoo/pull/15706
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-misc/rpick/Manifest           | 14 +++++++
 app-misc/rpick/rpick-0.6.1.ebuild | 87 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+)