質問編集履歴

1

Ruby Installer2でもエラーが出ているようなので追記します。

2019/12/21 14:04

投稿

tototogashi
tototogashi

スコア6

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,65 @@
79
79
  他の回答なども確認してみたのですが原因を突き止めることが出来ませんでした。
80
80
 
81
81
  よろしくお願い致します
82
+
83
+
84
+
85
+ 以下追記
86
+
87
+
88
+
89
+ Rubyinstaller2で一度処理をしたのですが、エラーが出ずにきちんと完了しているか確認せずに閉じてしまいました。
90
+
91
+ 再度3を選択するとエラーになってしまうのですがこれは、同じ処理を繰り返した為に起きたエラーでしょうか、それとも何か手順を間違えてしまっているのでしょうか。
92
+
93
+
94
+
95
+ 以下エラーコードを記載します。
96
+
97
+
98
+
99
+ Which components shall be installed? If unsure press ENTER [1,2,3] 3
100
+
101
+
102
+
103
+ > ```ruby installer2![イメージ説明](f8dd5c4ec9efe4faf3588defb4d1dc49.png)
104
+
105
+ sh -lc true
106
+
107
+ MSYS2 seems to be properly installed
108
+
109
+ Install MSYS2 and MINGW development toolchain ...
110
+
111
+ > pacman -S --needed --noconfirm autoconf autoconf2.13 autogen automake-wrapper automake1.10 automake1.11 automake1.12 automake1.13 automake1.14 automake1.15 automake1.6 automake1.7 automake1.8 automake1.9 diffutils file gawk grep libtool m4 make patch pkg-config sed texinfo texinfo-tex wget mingw-w64-x86_64-binutils mingw-w64-x86_64-crt-git mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-libs mingw-w64-x86_64-headers-git mingw-w64-x86_64-libmangle-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-make mingw-w64-x86_64-pkg-config mingw-w64-x86_64-tools-git mingw-w64-x86_64-winpthreads-git
112
+
113
+ エラー: mingw32: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" の署名は信頼されていません
114
+
115
+ エラー: mingw64: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" の署名は信頼されていません
116
+
117
+ エラー: msys: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" の署名は信頼されていません
118
+
119
+ エラー: データベース 'mingw32' は無効です (無効または破損したデータベース (PGP 鍵))
120
+
121
+ エラー: データベース 'mingw64' は無効です (無効または破損したデータベース (PGP 鍵))
122
+
123
+ エラー: データベース 'msys' は無効です (無効または破損したデータベース (PGP 鍵))
124
+
125
+ Install MSYS2 and MINGW development toolchain failed
126
+
127
+ Installation failed: pacman failed
128
+
129
+
130
+
131
+ 1 - MSYS2 base installation
132
+
133
+ 2 - MSYS2 system update (optional)
134
+
135
+ 3 - MSYS2 and MINGW development toolchain
136
+
137
+
138
+
139
+ Which components shall be installed? If unsure press ENTER []
140
+
141
+
142
+
143
+ ```