質問編集履歴

2

補足の追加

2016/10/26 08:30

投稿

21c
21c

スコア8

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,67 @@
53
53
 
54
54
 
55
55
  ```
56
+
57
+
58
+
59
+ ###補足
60
+
61
+ resolv.rb を dlload "kernel32.dll" に修正したところ、 gem list は問題なく動作しましたがインストールは以下のエラーが出ました。
62
+
63
+ ※ エラーが永遠に出るので中断しています。
64
+
65
+
66
+
67
+ ```
68
+
69
+ $ gem install rubygems-update -r -p http://proxy:PORT
70
+
71
+ 0 [main] ruby 8380 child_info_fork::abort: unable to remap socket.so to same address as parent (0x42F0000) - try running rebaseall
72
+
73
+ 2 [main] ruby 7312 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x1D0000)
74
+
75
+ 1 [main] ruby 8924 child_info_fork::abort: address space needed by 'digest.so' (0x2800000) is already occupied
76
+
77
+ 1 [main] ruby 9260 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x150000)
78
+
79
+ 0 [main] ruby 9900 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0xDE0000)
80
+
81
+ 1 [main] ruby 4588 child_info_fork::abort: address space needed by 'cygffi-6.dll' (0x780000) is already occupied
82
+
83
+ 0 [main] ruby 8928 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x1A0000)
84
+
85
+ 1 [main] ruby 456 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x1A0000)
86
+
87
+ 1 [main] ruby 3696 child_info_fork::abort: address space needed by 'digest.so' (0x2800000) is already occupied
88
+
89
+ 1 [main] ruby 9672 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0xDD0000)
90
+
91
+ 0 [main] ruby 4744 child_info_fork::abort: address space needed by 'cygffi-6.dll' (0x780000) is already occupied
92
+
93
+ 0 [main] ruby 9480 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0xE00000)
94
+
95
+ 1 [main] ruby 8284 child_info_fork::abort: address space needed by 'digest.so' (0x2800000) is already occupied
96
+
97
+ 1 [main] ruby 3988 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x1A0000)
98
+
99
+ 1 [main] ruby 10152 child_info_fork::abort: address space needed by 'digest.so' (0x2800000) is already occupied
100
+
101
+ 1 [main] ruby 5528 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x110000)
102
+
103
+ 0 [main] ruby 9532 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0xDF0000)
104
+
105
+ 2 [main] ruby 4064 child_info_fork::abort: address space needed by 'cygffi-6.dll' (0x780000) is already occupied
106
+
107
+ 1 [main] ruby 3976 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x6C0000) != child(0x780000)
108
+
109
+ rbenv: error in gem-rehash (Errno::EAGAIN: Resource temporarily unavailable - rbenv)
110
+
111
+ Successfully installed rubygems-update-2.6.7
112
+
113
+ Parsing documentation for rubygems-update-2.6.7
114
+
115
+ Done installing documentation for rubygems-update after 0 seconds
116
+
117
+ 1 gem installed
118
+
119
+ ```

1

コードの変更

2016/10/26 08:30

投稿

21c
21c

スコア8

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,20 @@
13
13
 
14
14
 
15
15
  ```
16
+
17
+
18
+
19
+ $ ruby -v
20
+
21
+ ruby 2.3.1p112 (2016-04-26 revision 54768) [i386-cygwin]
22
+
23
+
24
+
25
+ $ rbenv --version
26
+
27
+ rbenv 1.0.0-33-gc7dcaf1
28
+
29
+
16
30
 
17
31
  $ gem list
18
32