Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] bundler-2.1.4 failing to emerge
Date: Wed, 06 Jul 2022 18:03:21
Message-Id: 0f6bba72-8ae2-2d57-b430-65b115089529@sys-concept.com
In Reply to: [gentoo-user] bundler-2.1.4 failing to emerge by thelma@sys-concept.com
1 Thelma
2 On 7/6/22 11:50, thelma@×××××××××××.com wrote:
3 > I'm updating my system, but it is stopping on dev-ruby/bundler-2.1.4
4 >
5 > According rebuild, below it shouldn't be related to new "python"
6 >
7 > [ebuild   R   ] dev-ruby/bundler-2.1.4  USE="doc -test" RUBY_TARGETS="ruby27 -ruby26*"
8 >
9 > ------message--------
10 > ERROR: compile
11 > ERROR: dev-ruby/bundler-2.1.4::gentoo failed (compile phase):
12 >   failed to (re)build documentation
13 >
14 > Call stack:
15 >     ebuild.sh, line  127:  Called src_compile
16 >   environment, line 2182:  Called ruby-ng_src_compile
17 >   environment, line 1782:  Called _ruby_invoke_environment 'all' 'all_ruby_compile'
18 >   environment, line  618:  Called all_ruby_compile
19 >   environment, line  727:  Called all_fakegem_compile
20 >   environment, line  688:  Called die
21 > The specific snippet of code:
22 >                   rdoc ${RUBY_FAKEGEM_DOC_SOURCES} || die "failed to (re)build documentation";
23 >
24 > If you need support, post the output of `emerge --info '=dev-ruby/bundler-2.1.4::gentoo'`,
25 > the complete build log and the output of `emerge -pqv '=dev-ruby/bundler-2.1.4::gentoo'`.
26 > The complete build log is located at '/var/tmp/portage/dev-ruby/bundler-2.1.4/temp/build.log'.
27 > The ebuild environment file is located at '/var/tmp/portage/dev-ruby/bundler-2.1.4/temp/environment'.
28 > Working directory: '/var/tmp/portage/dev-ruby/bundler-2.1.4/work/all/bundler-2.1.4'
29 > S: '/var/tmp/portage/dev-ruby/bundler-2.1.4/work/all/bundler-2.1.4'
30
31 I think it is a bug in recent version of rubby, "documentation doesn't exist or has a wrong link"
32 Removing "doc" flag solve the problem:
33
34 =dev-ruby/bundler-2.1.4 -doc