Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479336 - dev-ruby/thread_safe should depend on dev-ruby/atomic
Summary: dev-ruby/thread_safe should depend on dev-ruby/atomic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 23:44 UTC by Jonathan Geisler
Modified: 2013-08-02 05:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Geisler 2013-07-31 23:44:13 UTC
The thread_safe package requires atomic and so it should have atomic as a runtime dependency.

Reproducible: Always

Steps to Reproduce:
1. emerge thread_safe
2. run ruby program that requires thread_safe
Actual Results:  
kaboom!

Expected Results:  
things should just work

I've got a local ebuild that adds a simple line:

  ruby_add_rdepend "dev-ruby/atomic"

That fixes the problem for me.  I'm skipping attaching said ebuild since it is such a small change to the ebuild
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2013-08-02 05:58:14 UTC
  02 Aug 2013; Manuel Rüger <mrueg@gentoo.org> -thread_safe-0.1.0.ebuild,
  thread_safe-0.1.2.ebuild:
  Add missing dep, thanks to Jonathan Geisler. Fixes bug #479336. Cleanup.