質問編集履歴

1

エラー追加

2017/05/25 06:19

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -102,7 +102,105 @@
102
102
 
103
103
 
104
104
 
105
- ただし、sys/xattr.hがない、と言われていることはわかります。
105
+ この後bootsnap関係(config/boot.rb含む)を削除
106
+
107
+
108
+
109
+ ```
110
+
111
+ Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
112
+
113
+
114
+
115
+ current directory:
116
+
117
+ /usr/home/mastdon/live/vendor/bundle/ruby/2.4/gems/cld3-3.1.2/ext/cld3
118
+
119
+ /usr/local/bin/ruby24 -r ./siteconf20170525-87190-1e0reit.rb extconf.rb
120
+
121
+ Failed to locate protobuf
122
+
123
+ *** extconf.rb failed ***
124
+
125
+ Could not create Makefile due to some reason, probably lack of necessary
126
+
127
+ libraries and/or headers. Check the mkmf.log file for more details. You may
128
+
129
+ need configuration options.
130
+
131
+
132
+
133
+ Provided configuration options:
134
+
135
+ --with-opt-dir
136
+
137
+ --without-opt-dir
138
+
139
+ --with-opt-include
140
+
141
+ --without-opt-include=${opt-dir}/include
142
+
143
+ --with-opt-lib
144
+
145
+ --without-opt-lib=${opt-dir}/lib
146
+
147
+ --with-make-prog
148
+
149
+ --without-make-prog
150
+
151
+ --srcdir=.
152
+
153
+ --curdir
154
+
155
+ --ruby=/usr/local/bin/$(RUBY_BASE_NAME)24
156
+
157
+ --with-protobuf-config
158
+
159
+ --without-protobuf-config
160
+
161
+ --with-pkg-config
162
+
163
+ --without-pkg-config
164
+
165
+
166
+
167
+ To see why this extension failed to compile, please check the mkmf.log which can
168
+
169
+ be found here:
170
+
171
+
172
+
173
+ /usr/home/mastdon/live/vendor/bundle/ruby/2.4/extensions/amd64-freebsd-10/2.4/cld3-3.1.2/mkmf.log
174
+
175
+
176
+
177
+ extconf failed, exit code 1
178
+
179
+
180
+
181
+ Gem files will remain installed in
182
+
183
+ /usr/home/mastdon/live/vendor/bundle/ruby/2.4/gems/cld3-3.1.2 for inspection.
184
+
185
+ Results logged to
186
+
187
+ /usr/home/mastdon/live/vendor/bundle/ruby/2.4/extensions/amd64-freebsd-10/2.4/cld3-3.1.2/gem_make.out
188
+
189
+
190
+
191
+ An error occurred while installing cld3 (3.1.2), and Bundler cannot continue.
192
+
193
+ Make sure that `gem install cld3 -v '3.1.2'` succeeds before bundling.
194
+
195
+
196
+
197
+ In Gemfile:
198
+
199
+ cld3
200
+
201
+ ```
202
+
203
+ この後、cld3関係をすべて削除
106
204
 
107
205
 
108
206