Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645972 - dev-ruby/public_suffix-2.0.5: tests failed: LoadError: cannot load such file -- bundler/gem_tasks
Summary: dev-ruby/public_suffix-2.0.5: tests failed: LoadError: cannot load such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-28 15:58 UTC by Thomas Deutschmann (RETIRED)
Modified: 2018-01-29 06:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2018-01-28 15:58:05 UTC
Trying to keyword dev-ruby/public_suffix on x86 as a requirement for bug 565818 which is failing with:

 * Package:    dev-ruby/public_suffix-2.0.5
 * Repository: gentoo
 * Maintainer: ruby@gentoo.org
 * USE:        abi_x86_32 elibc_glibc kernel_linux ruby_targets_ruby22 ruby_targets_ruby23 test userland_GNU x86
 * FEATURES:   preserve-libs sandbox test userpriv usersandbox
>>> 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/public_suffix-2.0.5/work
>>> Preparing source in /var/tmp/portage/dev-ruby/public_suffix-2.0.5/work ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby22 ...
 * Running source copy phase for ruby23 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/public_suffix-2.0.5/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/public_suffix-2.0.5/work ...
 * Running compile phase for all ...
>>> Source compiled.
>>> Test phase: dev-ruby/public_suffix-2.0.5
 * Running test phase for ruby22 ...
rake aborted!
LoadError: cannot load such file -- bundler/gem_tasks
/var/tmp/portage/dev-ruby/public_suffix-2.0.5/work/ruby22/public_suffix-2.0.5/Rakefile:1:in `<top (required)>'
(See full trace by running task with --trace)
 * ERROR: dev-ruby/public_suffix-2.0.5::gentoo failed (test phase):
 *   tests failed
Comment 1 Larry the Git Cow gentoo-dev 2018-01-29 06:53:18 UTC
The bug has been closed via the following commit(s):

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

commit f4aa3174bfcba744e797485cad88cbc47135fb45
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2018-01-29 06:52:58 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2018-01-29 06:52:58 +0000

    avoid need for bundler dependency
    
    Closes: https://bugs.gentoo.org/645972
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/public_suffix/public_suffix-2.0.5.ebuild | 7 ++++---
 dev-ruby/public_suffix/public_suffix-3.0.1.ebuild | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)