質問編集履歴

2

miss

2016/11/22 03:34

投稿

tomic
tomic

スコア8

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,16 @@
22
22
 
23
23
  ###試したこと
24
24
 
25
+ 各種version
26
+
27
+ rbenv 1.0.0
28
+
29
+ Homebrew 1.1.1
30
+
31
+ ruby 2.0.0
32
+
33
+
34
+
25
35
  permissionsがないということで確認したのですが
26
36
 
27
37
  ①which gem
@@ -42,4 +52,154 @@
42
52
 
43
53
  ④brew doctor
44
54
 
45
- で多々のWaringがでました
55
+ Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry and just ignore them. Thanks!
56
+
57
+
58
+
59
+ Warning: "config" scripts exist outside your system or Homebrew directories.
60
+
61
+ `./configure` scripts often look for *-config scripts to determine if
62
+
63
+ software packages are installed, and what additional flags to use when
64
+
65
+ compiling and linking.
66
+
67
+
68
+
69
+ Having additional scripts in your path can confuse software installed via
70
+
71
+ Homebrew if the config script overrides a system or Homebrew provided
72
+
73
+ script of the same name. We found the following "config" scripts:
74
+
75
+ /Library/Frameworks/Python.framework/Versions/3.5/bin/python3-config
76
+
77
+ /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5-config
78
+
79
+ /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5m-config
80
+
81
+
82
+
83
+ Warning: Python is installed at /Library/Frameworks/Python.framework
84
+
85
+
86
+
87
+ Homebrew only supports building against the System-provided Python or a
88
+
89
+ brewed Python. In particular, Pythons installed to /Library can interfere
90
+
91
+ with other software installs.
92
+
93
+
94
+
95
+ Warning: Unbrewed dylibs were found in /usr/local/lib.
96
+
97
+ If you didn't put them there on purpose they could cause problems when
98
+
99
+ building Homebrew formulae, and may need to be deleted.
100
+
101
+
102
+
103
+ Unexpected dylibs:
104
+
105
+ /usr/local/lib/libtcl8.6.dylib
106
+
107
+ /usr/local/lib/libtk8.6.dylib
108
+
109
+
110
+
111
+ Warning: Unbrewed header files were found in /usr/local/include.
112
+
113
+ If you didn't put them there on purpose they could cause problems when
114
+
115
+ building Homebrew formulae, and may need to be deleted.
116
+
117
+
118
+
119
+ Unexpected header files:
120
+
121
+ /usr/local/include/fakemysql.h
122
+
123
+ /usr/local/include/fakepq.h
124
+
125
+ /usr/local/include/fakesql.h
126
+
127
+ /usr/local/include/itcl.h
128
+
129
+ /usr/local/include/itcl2TclOO.h
130
+
131
+ /usr/local/include/itclDecls.h
132
+
133
+ /usr/local/include/itclInt.h
134
+
135
+ /usr/local/include/itclIntDecls.h
136
+
137
+ /usr/local/include/itclMigrate2TclCore.h
138
+
139
+ /usr/local/include/itclTclIntStubsFcn.h
140
+
141
+ /usr/local/include/mysqlStubs.h
142
+
143
+ /usr/local/include/odbcStubs.h
144
+
145
+ /usr/local/include/pqStubs.h
146
+
147
+ /usr/local/include/tcl.h
148
+
149
+ /usr/local/include/tclDecls.h
150
+
151
+ /usr/local/include/tclOO.h
152
+
153
+ /usr/local/include/tclOODecls.h
154
+
155
+ /usr/local/include/tclPlatDecls.h
156
+
157
+ /usr/local/include/tclThread.h
158
+
159
+ /usr/local/include/tclTomMath.h
160
+
161
+ /usr/local/include/tclTomMathDecls.h
162
+
163
+ /usr/local/include/tdbc.h
164
+
165
+ /usr/local/include/tdbcDecls.h
166
+
167
+ /usr/local/include/tdbcInt.h
168
+
169
+ /usr/local/include/tk.h
170
+
171
+ /usr/local/include/tkDecls.h
172
+
173
+ /usr/local/include/tkPlatDecls.h
174
+
175
+
176
+
177
+ Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
178
+
179
+ If you didn't put them there on purpose they could cause problems when
180
+
181
+ building Homebrew formulae, and may need to be deleted.
182
+
183
+
184
+
185
+ Unexpected .pc files:
186
+
187
+ /usr/local/lib/pkgconfig/tcl.pc
188
+
189
+ /usr/local/lib/pkgconfig/tk.pc
190
+
191
+
192
+
193
+ Warning: Unbrewed static libraries were found in /usr/local/lib.
194
+
195
+ If you didn't put them there on purpose they could cause problems when
196
+
197
+ building Homebrew formulae, and may need to be deleted.
198
+
199
+
200
+
201
+ Unexpected static libraries:
202
+
203
+ /usr/local/lib/libtclstub8.6.a
204
+
205
+ /usr/local/lib/libtkstub8.6.a

1

miss

2016/11/22 03:34

投稿

tomic
tomic

スコア8

test CHANGED
File without changes
test CHANGED
@@ -26,17 +26,17 @@
26
26
 
27
27
  ①which gem
28
28
 
29
- /Users/hasegawatomoya/.rbenv/shims/gem
29
+ /Users/name/.rbenv/shims/gem
30
30
 
31
31
  ②benv versions
32
32
 
33
- * system (set by /Users/hasegawatomoya/.rbenv/version)
33
+ * system (set by /Users/name/.rbenv/version)
34
34
 
35
35
  2.3.0
36
36
 
37
37
  ③which ruby
38
38
 
39
- /Users/hasegawatomoya/.rbenv/shims/ruby
39
+ /Users/name/.rbenv/shims/ruby
40
40
 
41
41
 
42
42