私は、AppプロジェクトのためにHomebrewを使ってRedisをインストールしようとしています。 Homebrew ISがインストールされ、最新バージョンにアップデートされました。しかし、端末から$ brew install redis
を実行すると、私はいつも同じエラーメッセージが表示され、以下のように再送信されます。MacOS Sierra Public BetaでRedisをインストールするには
➜ ~ git:(master) ✗ brew install redis
Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
==> Downloading http://download.redis.io/releases/redis-3.2.3.tar.gz
Already downloaded: /Users/oliverisenrich/Library/Caches/Homebrew/redis-3.2.3.tar.gz
==> make install PREFIX=/usr/local/Cellar/redis/3.2.3 CC=clang
Last 15 lines from /Users/oliverisenrich/Library/Logs/Homebrew/redis/01.make:
#include <stdio.h>
^
make[1]: *** [ae.o] Error 1
make[1]: *** [anet.o] Error 1
1 error generated.
1 error generated.
1 error generated.
make[1]: *** [dict.o] Error 1
make[1]: *** [zmalloc.o] Error 1
make[1]: *** [sds.o] Error 1
1 error generated.
make[1]: *** [quicklist.o] Error 1
1 error generated.
make[1]: *** [server.o] Error 1
make: *** [install] Error 2
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/brew):
https://github.com/Homebrew/homebrew-core/issues
Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
エラーメッセージはそのサポートが、それをインストールすることができないことではない、明示的に、私のMac OS Xのバージョン(10.12)のために提供されていないと言って警告を与えると言います。しかし、brew services start redis
を実行しようとすると、次のメッセージを返します。
➜ nodj git:(JobsPage) ✗ brew services start redis
Service `redis` already started, use `brew services restart redis` to restart.
上記は、それがインストールされていると信じて私をリードしています。そして、まだ、brew info redis
戻り
➜ nodj git:(JobsPage) ✗ brew info redis
redis: stable 3.2.3, HEAD
Persistent key-value database, with built-in net interface
http://redis.io/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/redis.rb
==> Options
--with-jemalloc
Select jemalloc as memory allocator when building Redis
--HEAD
Install HEAD version
==> Caveats
To have launchd start redis now and restart at login:
brew services start redis
Or, if you don't want/need a background service you can just run:
redis-server /usr/local/etc/redis.conf
アップRedisのを取得し、好ましくは前に安定したOSのリリースに戻す必要なし(実行中の任意の代替/回避策はあり実行している:それは今固定しています