Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 748486 - dev-ruby/parser-2.7.2.0-r1 : LoadError: cannot load such file -- cliver
Summary: dev-ruby/parser-2.7.2.0-r1 : LoadError: cannot load such file -- cliver
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: 2020-10-13 14:01 UTC by Toralf Förster
Modified: 2020-10-16 09:33 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.59 KB, text/plain)
2020-10-13 14:01 UTC, Toralf Förster
Details
dev-ruby:parser-2.7.2.0-r1:20201013-135118.log (dev-ruby:parser-2.7.2.0-r1:20201013-135118.log,3.86 KB, text/plain)
2020-10-13 14:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,177.06 KB, text/plain)
2020-10-13 14:01 UTC, Toralf Förster
Details
environment (environment,80.03 KB, text/plain)
2020-10-13 14:01 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.22 KB, application/x-bzip)
2020-10-13 14:01 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-13 14:01:17 UTC
racc --superclass=Parser::Base lib/parser/rubymotion.y -o lib/parser/rubymotion.rb --no-line-convert
rake aborted!
LoadError: cannot load such file -- cliver
/var/tmp/portage/dev-ruby/parser-2.7.2.0-r1/work/ruby25/parser-2.7.2.0/Rakefile:65:in `block in <top (required)>'
/var/tmp/portage/dev-ruby/parser-2.7.2.0-r1/work/ruby25/parser-2.7.2.0/Rakefile:44:in `block in <top (required)>'
Tasks: TOP => ragel_check

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.47.0
  [2]   rust-1.47.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	Tue Oct 13 12:37:16 PM UTC 2020

emerge -qpvO dev-ruby/parser
[ebuild  N    ] dev-ruby/parser-2.7.2.0-r1  USE="-doc -test" RUBY_TARGETS="ruby25 ruby26 ruby27"
Comment 1 Toralf Förster gentoo-dev 2020-10-13 14:01:18 UTC
Created attachment 665050 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-10-13 14:01:20 UTC
Created attachment 665053 [details]
dev-ruby:parser-2.7.2.0-r1:20201013-135118.log
Comment 3 Toralf Förster gentoo-dev 2020-10-13 14:01:21 UTC
Created attachment 665056 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-10-13 14:01:23 UTC
Created attachment 665059 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-10-13 14:01:24 UTC
Created attachment 665062 [details]
etc.portage.tbz2
Comment 6 Larry the Git Cow gentoo-dev 2020-10-16 09:33:54 UTC
The bug has been closed via the following commit(s):

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

commit ce67635674baacb6f7cf27f5f26756fc2de767c5
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2020-10-16 09:33:45 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2020-10-16 09:33:45 +0000

    dev-ruby/parser: fix build dependencies
    
    dev-ruby/cliver is now a built-time dependency, not just a test
    dependency.
    
    Closes: https://bugs.gentoo.org/748486
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/parser/parser-2.7.2.0-r1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)