Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828129 - app-text/ronn-ng-0.9.1 - fatal: the kramdown library is required (gem install kramdown)
Summary: app-text/ronn-ng-0.9.1 - fatal: the kramdown library is required (gem install...
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:
: 828421 (view as bug list)
Depends on:
Blocks: 828125
  Show dependency tree
 
Reported: 2021-12-04 13:37 UTC by Toralf Förster
Modified: 2022-03-14 19:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.97 KB, text/plain)
2021-12-04 13:37 UTC, Toralf Förster
Details
app-text:ronn-ng-0.9.1:20211204-122006.log (app-text:ronn-ng-0.9.1:20211204-122006.log,2.39 KB, text/plain)
2021-12-04 13:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,519.37 KB, text/plain)
2021-12-04 13:37 UTC, Toralf Förster
Details
environment (environment,85.15 KB, text/plain)
2021-12-04 13:37 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,29.99 KB, application/x-bzip)
2021-12-04 13:37 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 2021-12-04 13:37:17 UTC
>>> Compiling source in /var/tmp/portage/app-text/ronn-ng-0.9.1/work ...
 * Running compile phase for ruby26 ...
 * Running compile phase for ruby27 ...
 * Running compile phase for all ...
fatal: the 'kramdown' library is required (gem install kramdown)
 * ERROR: app-text/ronn-ng-0.9.1::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20211127-222420

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.56.1
  [2]   rust-1.56.1 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit ea5250063a9586134572debaaf925bc558dfdc20
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Dec 4 11:36:37 2021 +0000

    2021-12-04 11:36:34 UTC

emerge -qpvO app-text/ronn-ng
[ebuild  N    ] app-text/ronn-ng-0.9.1  USE="-doc -test" RUBY_TARGETS="ruby26 ruby27"
Comment 1 Toralf Förster gentoo-dev 2021-12-04 13:37:18 UTC
Created attachment 757413 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-04 13:37:20 UTC
Created attachment 757414 [details]
app-text:ronn-ng-0.9.1:20211204-122006.log
Comment 3 Toralf Förster gentoo-dev 2021-12-04 13:37:22 UTC
Created attachment 757415 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-12-04 13:37:24 UTC
Created attachment 757416 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-12-04 13:37:26 UTC
Created attachment 757417 [details]
etc.portage.tar.bz2
Comment 6 Hans de Graaff gentoo-dev Security 2021-12-05 07:16:07 UTC
Weird since kramdown is a dependency. I'm wondering if this is related to the broken mustache dependency in the gemspec. That has been fixed in 0.9.1-r1. Does that fix things for you?
Comment 7 Hans de Graaff gentoo-dev Security 2021-12-05 07:40:16 UTC
(In reply to Hans de Graaff from comment #6)
> Weird since kramdown is a dependency. I'm wondering if this is related to
> the broken mustache dependency in the gemspec. That has been fixed in
> 0.9.1-r1. Does that fix things for you?

Ah, never mind, the Rakefile needs these dependencies and we use that.
Comment 8 Larry the Git Cow gentoo-dev 2021-12-05 07:41:41 UTC
The bug has been closed via the following commit(s):

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

commit 1ef5e5ffa91374e5537b9ad3c39adb85976726a3
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2021-12-05 07:41:35 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2021-12-05 07:41:35 +0000

    app-text/ronn-ng: fix build dependencies
    
    We need these dependencies also during build since we call rake and the
    Rakefile requires them.
    
    Closes: https://bugs.gentoo.org/828129
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 app-text/ronn-ng/ronn-ng-0.9.1-r1.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
Comment 9 Toralf Förster gentoo-dev 2022-03-14 19:39:25 UTC
*** Bug 828421 has been marked as a duplicate of this bug. ***