Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703908 - app-i18n/tomoe-0.6.0-r4 : * USE Flag ruby_targets_ruby25 not in IUSE for app-i18n/tomoe-0.6.0-r4
Summary: app-i18n/tomoe-0.6.0-r4 : * USE Flag ruby_targets_ruby25 not in IUSE for app...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-26 21:23 UTC by Toralf Förster
Modified: 2020-03-09 19:29 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.29 KB, text/plain)
2019-12-26 21:23 UTC, Toralf Förster
Details
app-i18n:tomoe-0.6.0-r4:20191226-142259.log (app-i18n:tomoe-0.6.0-r4:20191226-142259.log,3.06 KB, text/plain)
2019-12-26 21:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,199.41 KB, text/plain)
2019-12-26 21:23 UTC, Toralf Förster
Details
environment (environment,100.76 KB, text/plain)
2019-12-26 21:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.71 KB, application/x-bzip)
2019-12-26 21:23 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.07 KB, application/x-bzip)
2019-12-26 21:23 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-12-26 21:23:01 UTC
>>> Configuring source in /var/tmp/portage/app-i18n/tomoe-0.6.0-r4/work/tomoe-0.6.0 ...
 * ERROR: app-i18n/tomoe-0.6.0-r4::gentoo failed (configure phase):
 *   USE Flag 'ruby_targets_ruby25' not in IUSE for app-i18n/tomoe-0.6.0-r4
 * 
 * Call stack:
 *          ebuild.sh, line  125:  Called src_configure

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-libressl-20191221-230500

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 26 Dec 2019 13:45:40 +0000

emerge -qpvO app-i18n/tomoe
[ebuild  N    ] app-i18n/tomoe-0.6.0-r4  USE="-hyperestraier -mysql -python -ruby -static-libs -subversion" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" RUBY_TARGETS="ruby24"
Comment 1 Toralf Förster gentoo-dev 2019-12-26 21:23:04 UTC
Created attachment 600820 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-26 21:23:08 UTC
Created attachment 600822 [details]
app-i18n:tomoe-0.6.0-r4:20191226-142259.log
Comment 3 Toralf Förster gentoo-dev 2019-12-26 21:23:11 UTC
Created attachment 600824 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-12-26 21:23:13 UTC
Created attachment 600826 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-12-26 21:23:16 UTC
Created attachment 600828 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-26 21:23:20 UTC
Created attachment 600830 [details]
temp.tbz2
Comment 7 Arfrever Frehtes Taifersar Arahesis 2020-03-09 17:56:03 UTC
app-i18n/tomoe installs ELF files linked against librubyXY library:

# scanelf -qyF "%F: %n" $(qlist app-i18n/tomoe-0 | sort) | grep -i ruby
/usr/lib64/ruby/site_ruby/2.7.0/x86_64-linux/tomoe.so: libruby27.so.2.7,libtomoe.so.0,libgobject-2.0.so.0,libglib-2.0.so.0,libc.so.6
/usr/lib64/tomoe/module/dict/ruby.so: libruby27.so.2.7,libtomoe.so.0,libgobject-2.0.so.0,libglib-2.0.so.0,libc.so.6

However ruby-single.eclass provides nothing suitable for such packages...
E.g. ${RUBY_DEPS} contains "|| ( ... )" list of Ruby implementations, which is plainly incorrect for app-i18n/tomoe.
Comment 8 Larry the Git Cow gentoo-dev 2020-03-09 19:29:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70cc29909da06b6d42ec3e3429de29fbdc93d87

commit f70cc29909da06b6d42ec3e3429de29fbdc93d87
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2020-03-09 17:39:59 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-03-09 19:26:44 +0000

    app-i18n/tomoe: Fix Ruby usage.
    
    Closes: https://bugs.gentoo.org/703908
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 app-i18n/tomoe/tomoe-0.6.0-r5.ebuild | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)