Gentoo Archives: gentoo-user

From: Stephen Reynolds <stev.john.reynolds@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] dev-ruby/json-1.8.0
Date: Fri, 06 Jun 2014 16:48:56
Message-Id: CANbdgKhpdy9UruaDKCg2cVwKtnQ0NU=LL1DT7Ff-LjAk074ugQ@mail.gmail.com
1 Hi all
2
3 I am trying to emerge dev-ruby/json-1.8.0 and it keeps failing.
4 I have tried everything I know to fix it, without any success.
5
6 Regards
7
8
9 ----------------------------------------------------------------------------------------------------
10 * Package: dev-ruby/json-1.8.0
11 * Repository: gentoo
12 * Maintainer: ruby@g.o
13 * USE: amd64 doc elibc_glibc kernel_linux ruby_targets_ruby19
14 ruby_targets_ruby20 userland_GNU
15 * FEATURES: preserve-libs sandbox userpriv usersandbox
16 >>> Unpacking source...
17 * Running unpack phase for all ...
18 * Unpacking .gem file...
19 ...
20 [ ok ]
21 * Uncompressing metadata
22 ...
23 [ ok ]
24 * Unpacking data.tar.gz
25 ...
26 [ ok ]
27 >>> Source unpacked in /var/tmp/portage/dev-ruby/json-1.8.0/work
28 >>> Preparing source in /var/tmp/portage/dev-ruby/json-1.8.0/work ...
29 * Running prepare phase for all ...
30 * Running source copy phase for ruby19 ...
31 * Running source copy phase for ruby20 ...
32 >>> Source prepared.
33 >>> Configuring source in /var/tmp/portage/dev-ruby/json-1.8.0/work ...
34 >>> Source configured.
35 >>> Compiling source in /var/tmp/portage/dev-ruby/json-1.8.0/work ...
36 * Running compile phase for ruby19 ...
37 GNU Make 3.82
38 Built for x86_64-pc-linux-gnu
39 Copyright (C) 2010 Free Software Foundation, Inc.
40 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
41 >
42 This is free software: you are free to change and redistribute it.
43 There is NO WARRANTY, to the extent permitted by law.
44 Ragel State Machine Compiler version 6.7 May 2011
45 Copyright (c) 2001-2009 by Adrian Thurston
46 Ragel State Machine Compiler version 6.7 May 2011
47 Copyright (c) 2001-2009 by Adrian Thurston
48 cd ext/json/ext/parser
49 /usr/bin/ruby19 extconf.rb
50 creating Makefile
51 gmake
52 compiling parser.c
53 linking shared-object json/ext/parser.so
54 cd -
55 cp ext/json/ext/parser/parser.so ext/json/ext
56 cd ext/json/ext/generator
57 /usr/bin/ruby19 extconf.rb
58 creating Makefile
59 gmake
60 compiling generator.c
61 linking shared-object json/ext/generator.so
62 cd -
63 cp ext/json/ext/generator/generator.so ext/json/ext
64 * Running compile phase for ruby20 ...
65 GNU Make 3.82
66 Built for x86_64-pc-linux-gnu
67 Copyright (C) 2010 Free Software Foundation, Inc.
68 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
69 >
70 This is free software: you are free to change and redistribute it.
71 There is NO WARRANTY, to the extent permitted by law.
72 Ragel State Machine Compiler version 6.7 May 2011
73 Copyright (c) 2001-2009 by Adrian Thurston
74 Ragel State Machine Compiler version 6.7 May 2011
75 Copyright (c) 2001-2009 by Adrian Thurston
76 cd ext/json/ext/parser
77 /usr/bin/ruby20 extconf.rb
78 creating Makefile
79 gmake
80 compiling parser.c
81 linking shared-object json/ext/parser.so
82 cd -
83 cp ext/json/ext/parser/parser.so ext/json/ext
84 cd ext/json/ext/generator
85 /usr/bin/ruby20 extconf.rb
86 creating Makefile
87 gmake
88 compiling generator.c
89 linking shared-object json/ext/generator.so
90 cd -
91 cp ext/json/ext/generator/generator.so ext/json/ext
92 * Running compile phase for all ...
93 GNU Make 3.82
94 Built for x86_64-pc-linux-gnu
95 Copyright (C) 2010 Free Software Foundation, Inc.
96 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
97 >
98 This is free software: you are free to change and redistribute it.
99 There is NO WARRANTY, to the extent permitted by law.
100 Ragel State Machine Compiler version 6.7 May 2011
101 Copyright (c) 2001-2009 by Adrian Thurston
102 Ragel State Machine Compiler version 6.7 May 2011
103 Copyright (c) 2001-2009 by Adrian Thurston
104 Writing version information for 1.8.0
105 rdoc -o doc -t 'JSON Implementation for Ruby' -m README.rdoc README.rdoc
106 lib/json.rb lib/json/add/bigdecimal.rb lib/json/add/complex.rb
107 lib/json/add/core.rb lib/json/add/date.rb lib/json/add/date_time.rb
108 lib/json/add/exception.rb lib/json/add/ostruct.rb lib/json/add/range.rb
109 lib/json/add/rational.rb lib/json/add/regexp.rb lib/json/add/struct.rb
110 lib/json/add/symbol.rb lib/json/add/time.rb lib/json/common.rb
111 lib/json/ext.rb lib/json/generic_object.rb lib/json/pure.rb
112 lib/json/pure/generator.rb lib/json/pure/parser.rb lib/json/version.rb
113 ext/json/ext/parser/parser.c ext/json/ext/generator/generator.c
114 sh: rdoc: command not found
115 rake aborted!
116 Command failed with status (127): [rdoc -o doc -t 'JSON Implementation for
117 Ru...]
118 /var/tmp/portage/dev-ruby/json-1.8.0/work/all/json-1.8.0/Rakefile:346:in
119 `block in <top (required)>'
120 Tasks: TOP => doc
121 (See full trace by running task with --trace)
122 * ERROR: dev-ruby/json-1.8.0::gentoo failed (compile phase):
123 * failed to (re)build documentation
124 *
125 * Call stack:
126 * ebuild.sh, line 93: Called src_compile
127 * environment, line 4281: Called ruby-ng_src_compile
128 * environment, line 3939: Called _ruby_invoke_environment 'all'
129 'all_ruby_compile'
130 * environment, line 501: Called all_ruby_compile
131 * environment, line 585: Called all_fakegem_compile
132 * environment, line 545: Called die
133 * The specific snippet of code:
134 * rake ${RUBY_FAKEGEM_TASK_DOC} || die "failed to
135 (re)build documentation"
136 *
137 * If you need support, post the output of `emerge --info
138 '=dev-ruby/json-1.8.0::gentoo'`,
139 * the complete build log and the output of `emerge -pqv
140 '=dev-ruby/json-1.8.0::gentoo'`.
141 !!! When you file a bug report, please include the following information:
142 GENTOO_VM= CLASSPATH="" JAVA_HOME=""
143 JAVACFLAGS="" COMPILER=""
144 and of course, the output of emerge --info =json-1.8.0
145 * The complete build log is located at
146 '/var/tmp/portage/dev-ruby/json-1.8.0/temp/build.log'.
147 * The ebuild environment file is located at
148 '/var/tmp/portage/dev-ruby/json-1.8.0/temp/environment'.
149 * Working directory:
150 '/var/tmp/portage/dev-ruby/json-1.8.0/work/all/json-1.8.0'
151 * S: '/var/tmp/portage/dev-ruby/json-1.8.0/work/all/json-1.8.0'

Replies

Subject Author
[gentoo-user] Re: dev-ruby/json-1.8.0 walt <w41ter@×××××.com>