-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattempted-install-part1.txt
274 lines (242 loc) · 10.3 KB
/
attempted-install-part1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
PS C:\Users\Gabe Ortiz> ruby --version
ruby 2.0.0p451 (2014-02-24) [x64-mingw32]
PS C:\Users\Gabe Ortiz> gem install bundler
Fetching: bundler-1.6.2.gem (100%)
Successfully installed bundler-1.6.2
Parsing documentation for bundler-1.6.2
Installing ri documentation for bundler-1.6.2
1 gem installed
PS C:\Users\Gabe Ortiz> cd skydrive
PS C:\Users\Gabe Ortiz\skydrive> cd documents
PS C:\Users\Gabe Ortiz\skydrive\documents> cd "my repositories"
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories> dir
Directory: C:\Users\Gabe Ortiz\skydrive\documents\my repositories
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 3/4/2014 7:32 AM .metadata
d---- 4/13/2014 8:24 AM datasciencecoursera
d---- 4/13/2014 8:25 AM datasharing
d---- 3/4/2014 7:32 AM gabeortiz.com
d---- 4/24/2014 3:23 PM github-cheat-sheet
d---- 4/24/2014 3:59 PM iamgabeortiz.github.io
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories> cd iamgabeortiz.github.io
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> dir
Directory: C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io
Mode LastWriteTime Length Name
---- ------------- ------ ----
----- 4/24/2014 4:26 PM 0 Gemfile
-a--- 4/24/2014 3:49 PM 109 index.html
-a--- 4/24/2014 3:59 PM 79 README.md
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> dir
Directory: C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io
Mode LastWriteTime Length Name
---- ------------- ------ ----
----- 4/24/2014 4:26 PM 0 Gemfile
-a--- 4/24/2014 4:27 PM 49 Gemfile.txt
-a--- 4/24/2014 3:49 PM 109 index.html
-a--- 4/24/2014 3:59 PM 79 README.md
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> bundle install
DL is deprecated, please use Fiddle
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Gem::InstallError: The 'RedCloth' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
An error occurred while installing RedCloth (4.2.9), and Bundler cannot
continue.
Make sure that `gem install RedCloth -v '4.2.9'` succeeds before bundling.
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> ruby dk.rb init
C:\Ruby200-x64\bin\ruby.exe: No such file or directory -- dk.rb (LoadError)
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> cd\
PS C:\> cd rubydevkit
PS C:\rubydevkit> ruby dk.rb init
[INFO] found RubyInstaller v2.0.0 at C:/Ruby200-x64
Initialization complete! Please review and modify the auto-generated
'config.yml' file to ensure it contains the root directories to all
of the installed Rubies you want enhanced by the DevKit.
PS C:\rubydevkit> ruby dk.rb install
[INFO] Updating convenience notice gem override for 'C:/Ruby200-x64'
[INFO] Installing 'C:/Ruby200-x64/lib/ruby/site_ruby/devkit.rb'
PS C:\rubydevkit> cd\
PS C:\> cd Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io
Set-Location : A positional parameter cannot be found that accepts argument 'Ortiz\skydrive\documents\my'.
At line:1 char:3
+ cd <<<< Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io
+ CategoryInfo : InvalidArgument: (:) [Set-Location], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PS C:\> cd "Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io"
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> bundle install
DL is deprecated, please use Fiddle
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Installing RedCloth 4.2.9
Installing i18n 0.6.9
Installing json 1.8.1
Installing minitest 5.3.3
Installing thread_safe 0.3.3
Installing tzinfo 1.1.0
Installing activesupport 4.1.0
Installing blankslate 2.1.2.4
Installing fast-stemmer 1.0.2
Installing classifier 1.3.4
Installing colorator 0.1
Installing highline 1.6.21
Installing commander 4.1.6
Installing ffi 1.9.3
Installing gemoji 1.5.0
Installing liquid 2.5.5
Installing rb-fsevent 0.9.4
Installing rb-inotify 0.9.3
Installing rb-kqueue 0.2.2
Installing listen 1.3.1
Installing maruku 0.7.0
Installing posix-spawn 0.3.8
Installing yajl-ruby 1.1.0
Installing pygments.rb 0.5.4
Installing redcarpet 2.3.0
Installing safe_yaml 1.0.3
Installing parslet 1.5.0
Installing toml 0.1.1
Installing jekyll 1.5.1
Installing mini_portile 0.5.3
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
C:/Ruby200-x64/bin/ruby.exe extconf.rb
checking for libxml/parser.h... no
-----
libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing depend
encies.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby200-x64/bin/ruby
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--with-iconv-dir
--without-iconv-dir
--with-iconv-include
--without-iconv-include=${iconv-dir}/include
--with-iconv-lib
--without-iconv-lib=${iconv-dir}/lib
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/lib
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/lib
--with-libxslt-config
--without-libxslt-config
--with-pkg-config
--without-pkg-config
--with-libxml-2.0-config
--without-libxml-2.0-config
--with-pkg-config
--without-pkg-config
--with-libiconv-config
--without-libiconv-config
--with-pkg-config
--without-pkg-config
Gem files will remain installed in C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.1 for inspection.
Results logged to C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.1/ext/nokogiri/gem_make.out
An error occurred while installing nokogiri (1.6.1), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.6.1'` succeeds before bundling.
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io> gem install nokogiri
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
C:/Ruby200-x64/bin/ruby.exe extconf.rb
checking for libxml/parser.h... no
-----
libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing depend
encies.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby200-x64/bin/ruby
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--with-iconv-dir
--without-iconv-dir
--with-iconv-include
--without-iconv-include=${iconv-dir}/include
--with-iconv-lib
--without-iconv-lib=${iconv-dir}/lib
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/lib
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/lib
--with-libxslt-config
--without-libxslt-config
--with-pkg-config
--without-pkg-config
--with-libxml-2.0-config
--without-libxml-2.0-config
--with-pkg-config
--without-pkg-config
--with-libiconv-config
--without-libiconv-config
--with-pkg-config
--without-pkg-config
Gem files will remain installed in C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.1 for inspection.
Results logged to C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.1/ext/nokogiri/gem_make.out
PS C:\Users\Gabe Ortiz\skydrive\documents\my repositories\iamgabeortiz.github.io>