For some reason, an emerge -uDNp @world fails at rdoc-4.2.0 (see code below).
My ruby profile is set to Ruby22 and I have RUBY_TARGETS="ruby22" in /etc/make.conf, so I am not sure what I am missing.
Any help would be appreciated.
Best,
Alex
Code: Select all
>>> Emerging (1 of 1) dev-ruby/rdoc-4.2.0::gentoo
* rdoc-4.2.0.gem SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
* Running unpack phase for all ...
* Unpacking .gem file... ... [ ok ]
* Uncompressing metadata ... [ ok ]
* Unpacking data.tar.gz ... [ ok ]
>>> Source unpacked in /var/tmp/portage/dev-ruby/rdoc-4.2.0/work
>>> Preparing source in /var/tmp/portage/dev-ruby/rdoc-4.2.0/work ...
* Running prepare phase for all ...
* Applying rdoc-3.0.1-bin-require.patch ... [ ok ]
* Running source copy phase for ruby22 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/rdoc-4.2.0/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/rdoc-4.2.0/work ...
* Running compile phase for ruby22 ...
* Running compile phase for all ...
>>> Source compiled.
>>> Test phase [not enabled]: dev-ruby/rdoc-4.2.0
>>> Install rdoc-4.2.0 into /var/tmp/portage/dev-ruby/rdoc-4.2.0/image/ category dev-ruby
* Running install phase for ruby22 ...
* Running install phase for all ...
* ERROR: dev-ruby/rdoc-4.2.0::gentoo failed (install phase):
* USE Flag 'ruby_targets_ruby20' not in IUSE for dev-ruby/rdoc-4.2.0
*
* Call stack:
* ebuild.sh, line 115: Called src_install
* environment, line 4418: Called ruby-ng_src_install
* environment, line 4118: Called _ruby_invoke_environment 'all' 'all_ruby_install'
* environment, line 559: Called all_ruby_install
* environment, line 655: Called use 'ruby_targets_ruby20'
* phase-helpers.sh, line 200: Called die
* The specific snippet of code:
* die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
*
* If you need support, post the output of `emerge --info '=dev-ruby/rdoc-4.2.0::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-ruby/rdoc-4.2.0::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =rdoc-4.2.0
* The complete build log is located at '/var/tmp/portage/dev-ruby/rdoc-4.2.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-ruby/rdoc-4.2.0/temp/environment'.
* Working directory: '/var/tmp/portage/dev-ruby/rdoc-4.2.0/work/all/rdoc-4.2.0'
* S: '/var/tmp/portage/dev-ruby/rdoc-4.2.0/work/all/rdoc-4.2.0'




