Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746362 - net-news/newsboat-2.20.1 : /.../asciidoctor:9:in load: cannot load such file -- /usr/lib64/ruby/gems/2.7.0/gems/asciidoctor-2.0.10
Summary: net-news/newsboat-2.20.1 : /.../asciidoctor:9:in load: cannot load such file ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-03 19:47 UTC by Toralf Förster
Modified: 2021-01-02 09:59 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.15 KB, text/plain)
2020-10-03 19:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,363.86 KB, text/plain)
2020-10-03 19:47 UTC, Toralf Förster
Details
environment (environment,71.74 KB, text/plain)
2020-10-03 19:47 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,34.93 KB, application/x-bzip)
2020-10-03 19:47 UTC, Toralf Förster
Details
net-news:newsboat-2.20.1:20201003-183809.log (net-news:newsboat-2.20.1:20201003-183809.log,9.73 KB, text/plain)
2020-10-03 19:47 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.82 KB, application/x-bzip)
2020-10-03 19:47 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 2020-10-03 19:47:36 UTC
Traceback (most recent call last):
	1: from /usr/bin/asciidoctor:9:in `<main>'
/usr/bin/asciidoctor:9:in `load': cannot load such file -- /usr/lib64/ruby/gems/2.7.0/gems/asciidoctor-2.0.10/bin/asciidoctor (LoadError)
make: *** [Makefile:207: doc/newsboat.1] Error 1
 * ERROR: net-news/newsboat-2.20.1::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20200920-133319

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.46.0
  [2]   rust-1.46.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.265_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Oct  3 06:05:38 PM UTC 2020

emerge -qpvO net-news/newsboat
[ebuild  N    ] net-news/newsboat-2.20.1  USE="-debug -libressl"
Comment 1 Toralf Förster gentoo-dev 2020-10-03 19:47:37 UTC
Created attachment 663667 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-10-03 19:47:39 UTC
Created attachment 663670 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-10-03 19:47:41 UTC
Created attachment 663673 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-10-03 19:47:43 UTC
Created attachment 663676 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-10-03 19:47:44 UTC
Created attachment 663679 [details]
net-news:newsboat-2.20.1:20201003-183809.log
Comment 6 Toralf Förster gentoo-dev 2020-10-03 19:47:45 UTC
Created attachment 663682 [details]
temp.tbz2
Comment 7 Ionen Wolkens gentoo-dev 2020-10-03 20:24:31 UTC
Seems to be same deal as bug #744385, I'm not sure why it's trying to use ruby2.7 when it doesn't have support for it yet. From this end it's just a normal /usr/bin/asciidoctor command that's being ran.
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-02 05:43:31 UTC
(In reply to Ionen Wolkens from comment #7)
> Seems to be same deal as bug #744385, I'm not sure why it's trying to use
> ruby2.7 when it doesn't have support for it yet. From this end it's just a
> normal /usr/bin/asciidoctor command that's being ran.

I think toralf was using 'eselect ruby set' for a while, but not anymore.
Comment 9 Toralf Förster gentoo-dev 2021-01-02 09:59:49 UTC
(In reply to Sam James from comment #8)
> (In reply to Ionen Wolkens from comment #7)
> > Seems to be same deal as bug #744385, I'm not sure why it's trying to use
> > ruby2.7 when it doesn't have support for it yet. From this end it's just a
> > normal /usr/bin/asciidoctor command that's being ran.
> 
> I think toralf was using 'eselect ruby set' for a while, but not anymore.

Wll, it is still used:
https://github.com/toralf/tinderbox/blob/master/bin/job.sh#L695
but I set ruby to "latest" and asciidoctor is not supported by "latest".
/me wonders whether I shall set it to something else ?