質問編集履歴

2

brew update & brew doctorを試した結果

2017/10/30 06:44

投稿

AIUeno
AIUeno

スコア15

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,93 @@
57
57
  エラーメッセージからネットで検索してみたのですが、対処を見つけられませんでした。
58
58
 
59
59
  よろしくお願いいたします。
60
+
61
+
62
+
63
+
64
+
65
+ ```ターミナル
66
+
67
+ $ brew update
68
+
69
+ Updated 1 tap (caskroom/cask).
70
+
71
+ No changes to formulae.
72
+
73
+
74
+
75
+ $ brew doctor
76
+
77
+ Please note that these warnings are just used to help the Homebrew maintainers
78
+
79
+ with debugging if you file an issue. If everything you use Homebrew for is
80
+
81
+ working fine: please don't worry and just ignore them. Thanks!
82
+
83
+
84
+
85
+ Warning: You have unlinked kegs in your Cellar
86
+
87
+ Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
88
+
89
+ those kegs to fail to run properly once built. Run `brew link` on these:
90
+
91
+ libxml2
92
+
93
+ nmap
94
+
95
+ openssl
96
+
97
+ openssl@1.1
98
+
99
+ postgres
100
+
101
+ readline
102
+
103
+
104
+
105
+ Warning: Homebrew's sbin was not found in your PATH but you have installed
106
+
107
+ formulae that put executables in /usr/local/sbin.
108
+
109
+ Consider setting the PATH for example like so
110
+
111
+ echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
112
+
113
+ ```
114
+
115
+
116
+
117
+ というワーニングが出ました。
118
+
119
+
120
+
121
+ 1つめのワーニングに対しては、それぞれbrew link ◯◯を試しました。
122
+
123
+ postgresだけは解消しきれず。下記のエラーが残りました。
124
+
125
+
126
+
127
+ ```ターミナル
128
+
129
+ $brew doctor
130
+
131
+ Warning: You have unlinked kegs in your Cellar
132
+
133
+ Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
134
+
135
+ those kegs to fail to run properly once built. Run `brew link` on these:
136
+
137
+ postgres
138
+
139
+
140
+
141
+ ```
142
+
143
+
144
+
145
+ 2つめのワーニングはそのまま、echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profileを実行したら、Warningは出なくなりました。
146
+
147
+
148
+
149
+ 再度、brew install mysqlを実行、状況は変わりませんでした。

1

提示された対処を試してみました。

2017/10/30 06:44

投稿

AIUeno
AIUeno

スコア15

test CHANGED
File without changes
test CHANGED
File without changes