Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904166 - dev-ruby/actionmailbox-7.0.4.3-r1: fails tests: missing dev-ruby/actioncable test depend
Summary: dev-ruby/actionmailbox-7.0.4.3-r1: fails tests: missing dev-ruby/actioncable ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-04-11 12:11 UTC by jinqiang zhang
Modified: 2023-06-25 07:11 UTC (History)
0 users

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


Attachments
info.txt (info.txt,6.89 KB, text/plain)
2023-04-11 12:14 UTC, jinqiang zhang
Details
build.log (build.log,2.81 KB, text/plain)
2023-04-11 12:21 UTC, jinqiang zhang
Details
build.log (build.log,2.77 KB, text/plain)
2023-04-11 12:22 UTC, jinqiang zhang
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)