Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798822 - dev-ruby/activestorage-6.1.*: weird dependencies
Summary: dev-ruby/activestorage-6.1.*: weird dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-26 17:42 UTC by Kobboi
Modified: 2021-06-27 05:43 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 Kobboi 2021-06-26 17:42:16 UTC
6.1.4 currently has unresolvable dependencies:

        >=dev-ruby/mini_mime-1.1.0 =dev-ruby/mini_mime-1.0*

6.1.3.2 has resolvable but weird dependencies:

        >=dev-ruby/mini_mime-1.0.2 =dev-ruby/mini_mime-1.0*


Current portage upgrade output:

[ebuild     U ] dev-perl/Log-Agent-1.5.0 [1.1.0]
[ebuild     U ] dev-perl/Locale-Maketext-Lexicon-1.0.0-r1 [1.0.0]
[ebuild     U ] dev-perl/Log-Dispatch-2.700.0 [2.670.0]
[ebuild     U ] dev-ruby/mini_mime-1.1.0 [1.0.3]
[ebuild     U ] dev-ruby/activesupport-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/activemodel-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/activejob-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/activerecord-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/actionview-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/actionpack-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/activestorage-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/actioncable-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/actionmailer-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/railties-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/actionmailbox-6.1.4 [6.1.3.2]
[ebuild     U ] dev-ruby/actiontext-6.1.4 [6.1.3.2]
[ebuild     U ] dev-python/urllib3-1.26.6 [1.26.5]
[ebuild     U ] dev-python/python-dotenv-0.18.0-r1 [0.18.0]
[ebuild     U ] dev-python/botocore-1.20.101 [1.20.100]
[ebuild     U ] app-admin/awscli-1.19.101 [1.19.100]
[ebuild     U ] dev-python/boto3-1.17.101 [1.17.100]
[ebuild     U ] dev-python/ipython-7.25.0 [7.24.1-r1]
[ebuild     U ] dev-ruby/bundler-2.2.21 [2.2.20]
[ebuild     U ] dev-ruby/rails-6.1.4 [6.1.3.2]
 
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
 
dev-ruby/mini_mime:0
 
  (dev-ruby/mini_mime-1.1.0:0/0::gentoo, ebuild scheduled for merge) USE="-doc -test" ABI_X86="(64)" RUBY_TARGETS="ruby26 -ruby25 -ruby27 -ruby30" pulled in by
    >=dev-ruby/mini_mime-1.1.0[ruby_targets_ruby26(-)] required by (dev-ruby/activestorage-6.1.4:6.1/6.1::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" RUBY_TARGETS="ruby26 -ruby25 -ruby27"
    ^^                   ^^^^^                                                                                                                                                                                                                                                                                                                                      
 
  (dev-ruby/mini_mime-1.0.3:0/0::gentoo, installed) USE="-doc -test" ABI_X86="(64)" RUBY_TARGETS="ruby26 -ruby25 -ruby27 -ruby30" pulled in by
    =dev-ruby/mini_mime-1.0*[ruby_targets_ruby26(-)] required by (dev-ruby/activestorage-6.1.4:6.1/6.1::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" RUBY_TARGETS="ruby26 -ruby25 -ruby27"
    ^     


Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2021-06-27 05:43:58 UTC
commit 45acb1c40cbe70b4a6583c674556cdf1a360a64a
Author: Hans de Graaff <graaff@gentoo.org>
Date:   Sun Jun 27 07:35:46 2021 +0200

    dev-ruby/activestorage: fix mini_mime deps
    
    Package-Manager: Portage-3.0.20, Repoman-3.0.2
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>