Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
Date: Mon, 22 Jul 2019 11:03:15
Message-Id: 2241287.Q1U16nWE7z@localhost
In Reply to: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error by Dale
1 On Monday, 22 July 2019 11:12:55 BST Dale wrote:
2 > Howdy,
3 >
4 > I did my usual sync and ran into a slight problem. Given the minimal
5 > output, I can't quite figure out if there is a way around this.
6 > Sometimes I can emerge a few packages individually and get around this
7 > sort of thing. On this one tho, I just can't quite figure out how to
8 > get around the problem. Things I've tried so far. Made sure nothing in
9 > package.use is ruby related and made sure no packages in the list are in
10 > there either. I updated @system successfully and tried again, same
11 > error. I've tried unmasking next up packages with no change. I
12 > reversed that and tried to mask some packages, same thing or it
13 > complains about the masked packages one. I've tried to emerge the
14 > packages listed individually, in different order even, with no change.
15 > This is what I get.
16 >
17 >
18 >
19 > root@fireball / # emerge -uvaDN world
20 >
21 > These are the packages that would be merged, in order:
22 >
23 > Calculating dependencies... done!
24 >
25 > emerge: there are no ebuilds to satisfy
26 > ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
27 > (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
28 > (dependency required by
29 > "dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
30 > (dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
31 > (dependency required by "@selected" [set])
32 > (dependency required by "@world" [argument])
33 > root@fireball / #
34
35
36 Have you specified ruby target 2.5 anywhere in your /etc/portage and, or
37 uninstalled/masked ruby 2.4? The above packages are installed with the
38 default ruby 2.4 here:
39
40 ~ $ equery u dev-ruby/xmlrpc
41 [ Legend : U - final flag setting for installation]
42 [ : I - package is installed with flag ]
43 [ Colors : set, unset ]
44 * Found these USE flags for dev-ruby/xmlrpc-0.3.0:
45 U I
46 - - doc : Add extra documentation (API, Javadoc, etc). It is
47 recommended to
48 enable per package instead of globally
49 + + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
50 - - test : Enable dependencies and/or preparations necessary
51 to run tests (usually
52 controlled by FEATURES=test but can be toggled
53 independently)
54
55 ~ $ equery u dev-ruby/rake
56 [ Legend : U - final flag setting for installation]
57 [ : I - package is installed with flag ]
58 [ Colors : set, unset ]
59 * Found these USE flags for dev-ruby/rake-12.3.1:
60 U I
61 - - doc : Add extra documentation (API, Javadoc, etc). It is
62 recommended to
63 enable per package instead of globally
64 + + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
65 - - test : Enable dependencies and/or preparations necessary
66 to run tests (usually
67 controlled by FEATURES=test but can be toggled
68 independently)
69
70 --
71 Regards,
72
73 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies