質問編集履歴
2
自己解決方法
title
CHANGED
File without changes
|
body
CHANGED
@@ -74,4 +74,18 @@
|
|
74
74
|
brew install isl@0.12
|
75
75
|
|
76
76
|
Run `brew missing` for more details.
|
77
|
-
Kawamura-no-MacBook-Air:~ <usrname>$
|
77
|
+
Kawamura-no-MacBook-Air:~ <usrname>$
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
自己解決:
|
82
|
+
よく読んでみたら下記のような記述があり、
|
83
|
+
|
84
|
+
> Warning: The system curl on 10.8 and below is often incapable of supporting
|
85
|
+
> modern secure connections & will fail on fetching formulae.
|
86
|
+
>
|
87
|
+
> We recommend you:
|
88
|
+
> brew install curl
|
89
|
+
|
90
|
+
brew install curl
|
91
|
+
をしてcurlを入れたところ、ちゃんとインストールできました。
|
1
他のwarning
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,4 +19,59 @@
|
|
19
19
|
|
20
20
|
というのも実行してみましたが、状態は変わりませんでした。
|
21
21
|
|
22
|
-
アドバイス頂けたら幸いです
|
22
|
+
アドバイス頂けたら幸いです
|
23
|
+
|
24
|
+
|
25
|
+
追記:brew doctora を実行すると次のように出ます
|
26
|
+
$ brew doctor
|
27
|
+
Please note that these warnings are just used to help the Homebrew maintainers
|
28
|
+
with debugging if you file an issue. If everything you use Homebrew for is
|
29
|
+
working fine: please don't worry and just ignore them. Thanks!
|
30
|
+
|
31
|
+
Warning: The system curl on 10.8 and below is often incapable of supporting
|
32
|
+
modern secure connections & will fail on fetching formulae.
|
33
|
+
|
34
|
+
We recommend you:
|
35
|
+
brew install curl
|
36
|
+
|
37
|
+
Warning: "config" scripts exist outside your system or Homebrew directories.
|
38
|
+
`./configure` scripts often look for *-config scripts to determine if
|
39
|
+
software packages are installed, and what additional flags to use when
|
40
|
+
compiling and linking.
|
41
|
+
|
42
|
+
Having additional scripts in your path can confuse software installed via
|
43
|
+
Homebrew if the config script overrides a system or Homebrew provided
|
44
|
+
script of the same name. We found the following "config" scripts:
|
45
|
+
/Users/<usrname>/anaconda/bin/curl-config
|
46
|
+
/Users/<usrname>/anaconda/bin/freetype-config
|
47
|
+
/Users/<usrname>/anaconda/bin/libdynd-config
|
48
|
+
/Users/<usrname>/anaconda/bin/libpng-config
|
49
|
+
/Users/<usrname>/anaconda/bin/libpng16-config
|
50
|
+
/Users/<usrname>/anaconda/bin/python3-config
|
51
|
+
/Users/<usrname>/anaconda/bin/python3.5-config
|
52
|
+
/Users/<usrname>/anaconda/bin/python3.5m-config
|
53
|
+
/Users/<usrname>/anaconda/bin/xml2-config
|
54
|
+
/Users/<usrname>/anaconda/bin/xslt-config
|
55
|
+
/Library/Frameworks/GDAL.framework/Programs/gdal-config
|
56
|
+
/opt/ImageMagick/bin/Magick++-config
|
57
|
+
/opt/ImageMagick/bin/Magick-config
|
58
|
+
/opt/ImageMagick/bin/MagickCore-config
|
59
|
+
/opt/ImageMagick/bin/MagickWand-config
|
60
|
+
/opt/ImageMagick/bin/Wand-config
|
61
|
+
|
62
|
+
Warning: You have unlinked kegs in your Cellar
|
63
|
+
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
|
64
|
+
those kegs to fail to run properly once built. Run `brew link` on these:
|
65
|
+
cloog
|
66
|
+
|
67
|
+
Warning: You are using macOS 10.8.
|
68
|
+
We (and Apple) do not provide support for this old version.
|
69
|
+
You may encounter build failures or other breakages.
|
70
|
+
Please create pull-requests instead of filing issues.
|
71
|
+
|
72
|
+
Warning: Some installed formula are missing dependencies.
|
73
|
+
You should `brew install` the missing dependencies:
|
74
|
+
brew install isl@0.12
|
75
|
+
|
76
|
+
Run `brew missing` for more details.
|
77
|
+
Kawamura-no-MacBook-Air:~ <usrname>$
|