Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 904166

Summary: dev-ruby/actionmailbox-7.0.4.3-r1: fails tests: missing dev-ruby/actioncable test depend
Product: Gentoo Linux Reporter: jinqiang zhang <peeweep>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/30555
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: info.txt
build.log
build.log

Description jinqiang zhang 2023-04-11 12:11:34 UTC

dev-ruby/actionmailbox tests failure, the build.log show dev-ruby/actionmailbox require actioncable (dev-ruby/websocket-driver and dev-ruby/nio4r).


 * Running test phase for ruby31
Could not find compatible versions

Because every version of rails depends on actioncable >= 0
  and every version of actioncable depends on websocket-driver >= 0.6.1,
  every version of rails requires websocket-driver >= 0.6.1.
So, because websocket-driver >= 0.6.1 could not be found in locally installed gems
  and Gemfile depends on rails >= 0,
  version solving has failed.
Comment 1 jinqiang zhang 2023-04-11 12:14:36 UTC
Created attachment 859868 [details]
info.txt

emerge --info
Comment 2 jinqiang zhang 2023-04-11 12:21:21 UTC
Created attachment 859872 [details]
build.log

build.log: require websocket-driver
Comment 3 jinqiang zhang 2023-04-11 12:22:06 UTC
Created attachment 859873 [details]
build.log

build.log: after install websocket-driver, still require nio4r.
Comment 4 Larry the Git Cow gentoo-dev 2023-06-25 07:11:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798df65fcc0a431e8baf9f54ba1ec6afce86fc64

commit 798df65fcc0a431e8baf9f54ba1ec6afce86fc64
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2023-06-25 07:10:52 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2023-06-25 07:11:24 +0000

    dev-ruby/actionmailbox: add rails to test deps
    
    Closes: https://bugs.gentoo.org/904166
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/actionmailbox/actionmailbox-6.1.7.3.ebuild | 1 +
 dev-ruby/actionmailbox/actionmailbox-7.0.5.ebuild   | 1 +
 2 files changed, 2 insertions(+)