質問編集履歴
3
エラー内容の更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,11 @@
|
|
12
12
|
|
13
13
|
rails s でサーバーが立ち上がらない
|
14
14
|
|
15
|
+
|
16
|
+
|
17
|
+
gem update sqlite
|
18
|
+
|
15
|
-
|
19
|
+
で以下のようなエラーが発生します。
|
16
20
|
|
17
21
|
|
18
22
|
|
@@ -24,125 +28,125 @@
|
|
24
28
|
|
25
29
|
```rails
|
26
30
|
|
27
|
-
Usage
|
31
|
+
Updating installed gems
|
28
32
|
|
33
|
+
Updating sqlite3
|
34
|
+
|
35
|
+
Temporarily enhancing PATH for MSYS/MINGW...
|
36
|
+
|
37
|
+
Installing required msys2 packages: mingw-w64-x86_64-sqlite3
|
38
|
+
|
39
|
+
エラー: mingw32: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" の署名は信頼されていません
|
40
|
+
|
41
|
+
エラー: mingw64: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" の署名は信頼されていません
|
42
|
+
|
43
|
+
エラー: msys: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" の署名は信頼されていません
|
44
|
+
|
45
|
+
エラー: データベース 'mingw32' は無効です (無効または破損したデータベース (PGP 鍵))
|
46
|
+
|
47
|
+
エラー: データベース 'mingw64' は無効です (無効または破損したデータベース (PGP 鍵))
|
48
|
+
|
49
|
+
エラー: データベース 'msys' は無効です (無効または破損したデータベース (PGP 鍵))
|
50
|
+
|
29
|
-
|
51
|
+
pacman failed with the following output:
|
52
|
+
|
53
|
+
Building native extensions. This could take a while...
|
54
|
+
|
55
|
+
ERROR: Error installing sqlite3:
|
56
|
+
|
57
|
+
ERROR: Failed to build gem native extension.
|
30
58
|
|
31
59
|
|
32
60
|
|
33
|
-
|
61
|
+
current directory: C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.2/ext/sqlite3
|
34
62
|
|
35
|
-
|
63
|
+
C:/Ruby26-x64/bin/ruby.exe -I C:/Ruby26-x64/lib/ruby/2.6.0 -r ./siteconf20200624-14040-ehpnz6.rb extconf.rb
|
36
64
|
|
37
|
-
|
65
|
+
checking for sqlite3.h... no
|
38
66
|
|
39
|
-
|
67
|
+
sqlite3.h is missing. Install SQLite3 from http://www.sqlite.org/ first.
|
40
68
|
|
41
|
-
|
69
|
+
*** extconf.rb failed ***
|
42
70
|
|
43
|
-
|
71
|
+
Could not create Makefile due to some reason, probably lack of necessary
|
44
72
|
|
45
|
-
|
73
|
+
libraries and/or headers. Check the mkmf.log file for more details. You may
|
46
74
|
|
47
|
-
[--skip-yarn], [--no-skip-yarn] # Don't use Yarn for managing JavaScript dependencies
|
48
|
-
|
49
|
-
[--skip-gemfile], [--no-skip-gemfile] # Don't create a Gemfile
|
50
|
-
|
51
|
-
-G, [--skip-git], [--no-skip-git] # Skip .gitignore file
|
52
|
-
|
53
|
-
[--skip-keeps], [--no-skip-keeps] # Skip source control .keep files
|
54
|
-
|
55
|
-
-M, [--skip-action-mailer], [--no-skip-action-mailer] # Skip Action Mailer files
|
56
|
-
|
57
|
-
-O, [--skip-active-record], [--no-skip-active-record] # Skip Active Record files
|
58
|
-
|
59
|
-
[--skip-active-storage], [--no-skip-active-storage] # Skip Active Storage files
|
60
|
-
|
61
|
-
-P, [--skip-puma], [--no-skip-puma] # Skip Puma related files
|
62
|
-
|
63
|
-
-C, [--skip-action-cable], [--no-skip-action-cable] # Skip Action Cable files
|
64
|
-
|
65
|
-
-S, [--skip-sprockets], [--no-skip-sprockets] # Skip Sprockets files
|
66
|
-
|
67
|
-
[--skip-spring], [--no-skip-spring] # Don't install Spring application preloader
|
68
|
-
|
69
|
-
[--skip-listen], [--no-skip-listen] # Don't generate configuration that depends on the listen gem
|
70
|
-
|
71
|
-
[--skip-coffee], [--no-skip-coffee] # Don't use CoffeeScript
|
72
|
-
|
73
|
-
-J, [--skip-javascript], [--no-skip-javascript] # Skip JavaScript files
|
74
|
-
|
75
|
-
|
75
|
+
need configuration options.
|
76
|
-
|
77
|
-
-T, [--skip-test], [--no-skip-test] # Skip test files
|
78
|
-
|
79
|
-
[--skip-system-test], [--no-skip-system-test] # Skip system test files
|
80
|
-
|
81
|
-
[--skip-bootsnap], [--no-skip-bootsnap] # Skip bootsnap gem
|
82
|
-
|
83
|
-
[--dev], [--no-dev] # Setup the application with Gemfile pointing to your Rails checkout
|
84
|
-
|
85
|
-
[--edge], [--no-edge] # Setup the application with Gemfile pointing to Rails repository
|
86
|
-
|
87
|
-
[--rc=RC] # Path to file containing extra configuration options for rails command
|
88
|
-
|
89
|
-
[--no-rc], [--no-no-rc] # Skip loading of extra configuration options from .railsrc file
|
90
|
-
|
91
|
-
[--api], [--no-api] # Preconfigure smaller stack for API only apps
|
92
|
-
|
93
|
-
-B, [--skip-bundle], [--no-skip-bundle] # Don't run bundle install
|
94
|
-
|
95
|
-
[--webpack=WEBPACK] # Preconfigure for app-like JavaScript with Webpack (options: react/vue/angular/elm/stimulus)
|
96
76
|
|
97
77
|
|
98
78
|
|
99
|
-
|
79
|
+
Provided configuration options:
|
100
80
|
|
101
|
-
|
81
|
+
--with-opt-dir
|
102
82
|
|
103
|
-
|
83
|
+
--without-opt-dir
|
104
84
|
|
105
|
-
|
85
|
+
--with-opt-include
|
106
86
|
|
87
|
+
--without-opt-include=${opt-dir}/include
|
88
|
+
|
89
|
+
--with-opt-lib
|
90
|
+
|
91
|
+
--without-opt-lib=${opt-dir}/lib
|
92
|
+
|
93
|
+
--with-make-prog
|
94
|
+
|
95
|
+
--without-make-prog
|
96
|
+
|
97
|
+
--srcdir=.
|
98
|
+
|
99
|
+
--curdir
|
100
|
+
|
101
|
+
--ruby=C:/Ruby26-x64/bin/$(RUBY_BASE_NAME)
|
102
|
+
|
103
|
+
--with-sqlcipher
|
104
|
+
|
105
|
+
--without-sqlcipher
|
106
|
+
|
107
|
+
--with-sqlite3-config
|
108
|
+
|
109
|
+
--without-sqlite3-config
|
110
|
+
|
111
|
+
--with-pkg-config
|
112
|
+
|
113
|
+
--without-pkg-config
|
114
|
+
|
115
|
+
--with-sqlcipher
|
116
|
+
|
117
|
+
--without-sqlcipher
|
118
|
+
|
119
|
+
--with-sqlite3-dir
|
120
|
+
|
121
|
+
--without-sqlite3-dir
|
122
|
+
|
123
|
+
--with-sqlite3-include
|
124
|
+
|
107
|
-
|
125
|
+
--without-sqlite3-include=${sqlite3-dir}/include
|
126
|
+
|
127
|
+
--with-sqlite3-lib
|
128
|
+
|
129
|
+
--without-sqlite3-lib=${sqlite3-dir}/lib
|
108
130
|
|
109
131
|
|
110
132
|
|
111
|
-
Rails options:
|
112
|
-
|
113
|
-
|
133
|
+
To see why this extension failed to compile, please check the mkmf.log which can be found here:
|
114
|
-
|
115
|
-
-v, [--version], [--no-version] # Show Rails version number and quit
|
116
134
|
|
117
135
|
|
118
136
|
|
119
|
-
Description:
|
120
|
-
|
121
|
-
|
137
|
+
C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.2/mkmf.log
|
122
|
-
|
123
|
-
directory structure and configuration at the path you specify.
|
124
138
|
|
125
139
|
|
126
140
|
|
127
|
-
|
141
|
+
extconf failed, exit code 1
|
128
|
-
|
129
|
-
'rails new' runs in the .railsrc configuration file in your home directory.
|
130
142
|
|
131
143
|
|
132
144
|
|
133
|
-
|
145
|
+
Gem files will remain installed in C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.2 for inspection.
|
134
146
|
|
135
|
-
|
147
|
+
Results logged to C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.2/gem_make.out
|
136
148
|
|
137
|
-
|
138
|
-
|
139
|
-
Example:
|
140
|
-
|
141
|
-
|
149
|
+
Gems updated: sqlite3
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
|
146
150
|
|
147
151
|
|
148
152
|
|
@@ -164,22 +168,16 @@
|
|
164
168
|
|
165
169
|
でminnaに移動後サーバーを立てています。
|
166
170
|
|
167
|
-
また、sqlite3
|
171
|
+
また、sqlite3に関して
|
168
172
|
|
169
|
-
|
173
|
+
どこだったか忘れてしまいましたが
|
170
174
|
|
171
|
-
|
175
|
+
そちらを参考にGemfileを
|
176
|
+
|
177
|
+
gem 'sqlite3', '~> 1.3', '>= 1.3.13'
|
178
|
+
|
179
|
+
上のように編集済みです
|
172
180
|
|
173
181
|
|
174
182
|
|
175
183
|
### 補足情報(FW/ツールのバージョンなど)
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
bundle installをしたところ1.3.13 versionになっていました。
|
180
|
-
|
181
|
-
リンクは忘れましたが、以前サイトで見たversionになります。
|
182
|
-
|
183
|
-
今は編集してGemfileでは1.3.6 versionになっていますが、実際まだ以前のバージョンのようです。
|
184
|
-
|
185
|
-
bundle update, bundle install, gem update sqlite3, gem uninstall sqlite3からのbundle installなどを試しましたが状況は変わりません。
|
2
補足内容の拡充
test
CHANGED
File without changes
|
test
CHANGED
@@ -176,4 +176,10 @@
|
|
176
176
|
|
177
177
|
|
178
178
|
|
179
|
+
bundle installをしたところ1.3.13 versionになっていました。
|
180
|
+
|
179
|
-
|
181
|
+
リンクは忘れましたが、以前サイトで見たversionになります。
|
182
|
+
|
183
|
+
今は編集してGemfileでは1.3.6 versionになっていますが、実際まだ以前のバージョンのようです。
|
184
|
+
|
185
|
+
bundle update, bundle install, gem update sqlite3, gem uninstall sqlite3からのbundle installなどを試しましたが状況は変わりません。
|
1
質問内容に対する理解を示した。
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,20 @@
|
|
9
9
|
### 発生している問題・エラーメッセージ
|
10
10
|
|
11
11
|
|
12
|
+
|
13
|
+
rails s でサーバーが立ち上がらない
|
14
|
+
|
15
|
+
これがヘルプなのは理解しています。ではどうすればサーバーが立ち上がるのかお伺いしたいです。
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
### 該当のソースコード
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
```rails
|
12
26
|
|
13
27
|
Usage:
|
14
28
|
|
@@ -132,14 +146,6 @@
|
|
132
146
|
|
133
147
|
|
134
148
|
|
135
|
-
### 該当のソースコード
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
```rails
|
140
|
-
|
141
|
-
rails s
|
142
|
-
|
143
149
|
```
|
144
150
|
|
145
151
|
|