Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.67k stars 12.37k forks source link

Having issue with installing package on macOS Sierra #6272

Closed masudjbd closed 7 years ago

masudjbd commented 7 years ago

I'm having issue with installing package influxdb:

$. brew install influxdb

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. go: This formula either does not compile or function as expected on OS X versions newer than El Capitan due to an upstream incompatibility. Error: An unsatisfied requirement failed this build.

FYI: I'm using macOS Sierra(10.12)

bfontaine commented 7 years ago

Please run brew update and try again. If it still doesn’t work please post the output of brew config and brew doctor.

masudjbd commented 7 years ago

$. brew update

Already up-to-date.

$. brew config

HOMEBREW_VERSION: 0.9.9 ORIGIN: https://github.com/Homebrew/brew.git HEAD: 06fe347de97975dc01e726f87bf07a56a6fb713e Last commit: 3 months ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: b163b0d8271500557664422d6fdc3054d0ff7d31 Core tap last commit: 3 months ago HOMEBREW_PREFIX: /usr/local HOMEBREW_REPOSITORY: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com CPU: octa-core 64-bit haswell Homebrew Ruby: 2.0.0-p648 Clang: 8.0 build 800 Git: 2.8.3 => /usr/local/bin/git Perl: /usr/bin/perl Python: /usr/bin/python Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby Java: 1.8.0_92, 1.8.0_65 OS X: 10.12-x86_64 Xcode: 8.0 CLT: 8.0.0.0.1.1472435881 X11: 2.7.9 => /opt/X11 MacPorts/Fink: /opt/local/bin/port

$. brew doctor

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!

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts: /Library/Frameworks/Python.framework/Versions/3.5/bin/python3-config /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5-config /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5m-config /opt/local/bin/ncurses6-config /opt/local/bin/ncursesw6-config /opt/local/bin/pcre-config /opt/local/bin/pkg-config

Warning: Python is installed at /Library/Frameworks/Python.framework

Homebrew only supports building against the System-provided Python or a brewed Python. In particular, Pythons installed to /Library can interfere with other software installs.

Warning: You have MacPorts or Fink installed: /opt/local/bin/port

This can cause trouble. You don't have to uninstall them, but you may want to temporarily move them out of the way, e.g.

sudo mv /opt/local ~/macports

Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected dylibs: /usr/local/lib/libformw.6.dylib /usr/local/lib/libmenuw.6.dylib /usr/local/lib/libncursesw.6.dylib /usr/local/lib/libpanelw.6.dylib /usr/local/lib/librtmp.dylib

Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected header files: /usr/local/include/ncursesw/eti.h /usr/local/include/ncursesw/form.h /usr/local/include/ncursesw/menu.h /usr/local/include/ncursesw/ncurses.h /usr/local/include/ncursesw/ncurses_dll.h /usr/local/include/ncursesw/panel.h /usr/local/include/ncursesw/term.h /usr/local/include/ncursesw/termcap.h /usr/local/include/ncursesw/unctrl.h /usr/local/include/node/android-ifaddrs.h /usr/local/include/node/ares.h /usr/local/include/node/ares_build.h /usr/local/include/node/ares_rules.h /usr/local/include/node/ares_version.h /usr/local/include/node/libplatform/libplatform.h /usr/local/include/node/nameser.h /usr/local/include/node/node.h /usr/local/include/node/node_buffer.h /usr/local/include/node/node_object_wrap.h /usr/local/include/node/node_version.h /usr/local/include/node/openssl/aes.h /usr/local/include/node/openssl/archs/aix-gcc/opensslconf.h /usr/local/include/node/openssl/archs/aix64-gcc/opensslconf.h /usr/local/include/node/openssl/archs/BSD-x86/opensslconf.h /usr/local/include/node/openssl/archs/BSD-x86_64/opensslconf.h /usr/local/include/node/openssl/archs/darwin-i386-cc/opensslconf.h /usr/local/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h /usr/local/include/node/openssl/archs/linux-aarch64/opensslconf.h /usr/local/include/node/openssl/archs/linux-armv4/opensslconf.h /usr/local/include/node/openssl/archs/linux-elf/opensslconf.h /usr/local/include/node/openssl/archs/linux-ppc/opensslconf.h /usr/local/include/node/openssl/archs/linux-ppc64/opensslconf.h /usr/local/include/node/openssl/archs/linux-x32/opensslconf.h /usr/local/include/node/openssl/archs/linux-x86_64/opensslconf.h /usr/local/include/node/openssl/archs/linux32-s390x/opensslconf.h /usr/local/include/node/openssl/archs/linux64-s390x/opensslconf.h /usr/local/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h /usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h /usr/local/include/node/openssl/archs/VC-WIN32/opensslconf.h /usr/local/include/node/openssl/archs/VC-WIN64A/opensslconf.h /usr/local/include/node/openssl/asn1.h /usr/local/include/node/openssl/asn1_mac.h /usr/local/include/node/openssl/asn1t.h /usr/local/include/node/openssl/bio.h /usr/local/include/node/openssl/blowfish.h /usr/local/include/node/openssl/bn.h /usr/local/include/node/openssl/buffer.h /usr/local/include/node/openssl/camellia.h /usr/local/include/node/openssl/cast.h /usr/local/include/node/openssl/cmac.h /usr/local/include/node/openssl/cms.h /usr/local/include/node/openssl/comp.h /usr/local/include/node/openssl/conf.h /usr/local/include/node/openssl/conf_api.h /usr/local/include/node/openssl/crypto.h /usr/local/include/node/openssl/des.h /usr/local/include/node/openssl/des_old.h /usr/local/include/node/openssl/dh.h /usr/local/include/node/openssl/dsa.h /usr/local/include/node/openssl/dso.h /usr/local/include/node/openssl/dtls1.h /usr/local/include/node/openssl/e_os2.h /usr/local/include/node/openssl/ebcdic.h /usr/local/include/node/openssl/ec.h /usr/local/include/node/openssl/ecdh.h /usr/local/include/node/openssl/ecdsa.h /usr/local/include/node/openssl/engine.h /usr/local/include/node/openssl/err.h /usr/local/include/node/openssl/evp.h /usr/local/include/node/openssl/hmac.h /usr/local/include/node/openssl/idea.h /usr/local/include/node/openssl/krb5_asn.h /usr/local/include/node/openssl/kssl.h /usr/local/include/node/openssl/lhash.h /usr/local/include/node/openssl/md4.h /usr/local/include/node/openssl/md5.h /usr/local/include/node/openssl/mdc2.h /usr/local/include/node/openssl/modes.h /usr/local/include/node/openssl/obj_mac.h /usr/local/include/node/openssl/objects.h /usr/local/include/node/openssl/ocsp.h /usr/local/include/node/openssl/opensslconf.h /usr/local/include/node/openssl/opensslv.h /usr/local/include/node/openssl/ossl_typ.h /usr/local/include/node/openssl/pem.h /usr/local/include/node/openssl/pem2.h /usr/local/include/node/openssl/pkcs12.h /usr/local/include/node/openssl/pkcs7.h /usr/local/include/node/openssl/pqueue.h /usr/local/include/node/openssl/rand.h /usr/local/include/node/openssl/rc2.h /usr/local/include/node/openssl/rc4.h /usr/local/include/node/openssl/ripemd.h /usr/local/include/node/openssl/rsa.h /usr/local/include/node/openssl/safestack.h /usr/local/include/node/openssl/seed.h /usr/local/include/node/openssl/sha.h /usr/local/include/node/openssl/srp.h /usr/local/include/node/openssl/srtp.h /usr/local/include/node/openssl/ssl.h /usr/local/include/node/openssl/ssl2.h /usr/local/include/node/openssl/ssl23.h /usr/local/include/node/openssl/ssl3.h /usr/local/include/node/openssl/stack.h /usr/local/include/node/openssl/symhacks.h /usr/local/include/node/openssl/tls1.h /usr/local/include/node/openssl/ts.h /usr/local/include/node/openssl/txt_db.h /usr/local/include/node/openssl/ui.h /usr/local/include/node/openssl/ui_compat.h /usr/local/include/node/openssl/whrlpool.h /usr/local/include/node/openssl/x509.h /usr/local/include/node/openssl/x509_vfy.h /usr/local/include/node/openssl/x509v3.h /usr/local/include/node/pthread-barrier.h /usr/local/include/node/pthread-fixes.h /usr/local/include/node/stdint-msvc2008.h /usr/local/include/node/tree.h /usr/local/include/node/uv-aix.h /usr/local/include/node/uv-bsd.h /usr/local/include/node/uv-darwin.h /usr/local/include/node/uv-errno.h /usr/local/include/node/uv-linux.h /usr/local/include/node/uv-sunos.h /usr/local/include/node/uv-threadpool.h /usr/local/include/node/uv-unix.h /usr/local/include/node/uv-version.h /usr/local/include/node/uv-win.h /usr/local/include/node/uv.h /usr/local/include/node/v8-debug.h /usr/local/include/node/v8-experimental.h /usr/local/include/node/v8-platform.h /usr/local/include/node/v8-profiler.h /usr/local/include/node/v8-testing.h /usr/local/include/node/v8-util.h /usr/local/include/node/v8-version.h /usr/local/include/node/v8.h /usr/local/include/node/v8config.h /usr/local/include/node/zconf.h /usr/local/include/node/zlib.h

Warning: Unbrewed static libraries were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted.

Unexpected static libraries: /usr/local/lib/libformw.a /usr/local/lib/libmenuw.a /usr/local/lib/libncursesw.a /usr/local/lib/libpanelw.a

Warning: You have unlinked kegs in your Cellar Leaving kegs unlinked can lead to build-trouble and cause brews that depend on those kegs to fail to run properly once built. Run brew link on these: atlassian-plugin-sdk docker node python3 tomcat

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.

Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin. Consider setting the PATH for example like so echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/local/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some installed formula are missing dependencies. You should brew install the missing dependencies: brew install python

Run brew missing for more details.

bfontaine commented 7 years ago

Could you please run the following command?

cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update
masudjbd commented 7 years ago

$. cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update

HEAD is now at 84d1661 Merge pull request #1365 from MikeMcQuaid/audit-stable-url-beta Updated 8 taps (caskroom/cask, homebrew/binary, homebrew/completions, homebrew/core, homebrew/dupes, homebrew/services, homebrew/versions, pivotal/tap). ==> New Formulae amqp-cpp fsevents-tools homebrew/versions/logstash23 libdivecomputer p11-kit terragrunt apache-zeppelin git-series homebrew/versions/node6-lts libngspice piknik timewarrior archi-steam-farm gitless homebrew/versions/solr54 libsquish pybind11 tldr armor gofabric8 homebrew/versions/spidermonkey45 libuninameslist pyinvoke ttyd borg gron homebrew/versions/srtp15 linkerd questdb typescript compose2kube hana homebrew/versions/varnish4 liquigraph ripgrep vaulted consul-backinator hashcat homebrew/versions/vim74 locateme rmlint wego csvtomd hesiod hopenpgp-tools micro shyaml xcenv dbhash hg-fast-export hostess modd sonar-scanner yarn direvent homebrew/versions/apache-spark16 httpdiff mpage sql-translator zsh-git-prompt dscanner homebrew/versions/bazel02 httpstat nats-streaming-server sqldiff elvish homebrew/versions/clang-format38 jumanpp nmh ssh-audit eventql homebrew/versions/elasticsearch23 jxrlib nvc sslsplit feedgnuplot homebrew/versions/go16 kube-aws openssl@1.1 svgcleaner folly homebrew/versions/gsl1 lean-cli osrm-backend termbox ==> Updated Formulae abcm2ps dvm homebrew/dupes/grep matlab2tikz rapidjson abi-compliance-checker dynamodb-local homebrew/dupes/krb5 mawk rbenv-binstubs abook efl homebrew/dupes/lapack mbelib rclone ace eigen homebrew/dupes/nano mdbtools re2 acmetool ejabberd homebrew/dupes/ncurses βœ” mdk readline βœ” activemq ekg2 homebrew/dupes/screen mdp rebar afflib elasticsearch βœ” homebrew/dupes/tcl-tk media-info redis βœ” afl-fuzz elixir homebrew/versions/bash-completion2 mediaconch redpen agedu elixirscript homebrew/versions/gcc6 mercurial βœ” remarshal aha emacs homebrew/versions/gdal111 meson remctl airspy emacs-clang-complete-async homebrew/versions/glfw3 mesos renameutils akka emp homebrew/versions/gnupg21 metabase repo algernon enca homebrew/versions/guile18 metaproxy reposurgeon allegro erlang homebrew/versions/hdf4 metashell rethinkdb amap etcd homebrew/versions/jenkins-lts mg rfcmarkup amazon-ecs-cli evince homebrew/versions/libmongoclient-legacy mg3a rhino ammonite-repl exercism homebrew/versions/llvm38 micropython riemann android-ndk exim homebrew/versions/mapnik2 midnight-commander riemann-client anjuta exploitdb homebrew/versions/mariadb100 miller rlwrap ansible fabio homebrew/versions/mongodb26 minio rocksdb βœ” ansible-cmdb fabric homebrew/versions/node010 minio-mc rolldice ansifilter fastd homebrew/versions/node012 mitmproxy roswell ansiweather fdk-aac-encoder homebrew/versions/node4-lts mkvtoolnix rswift antigen fdupes homebrew/versions/openssl101 mldonkey rtags antlr ffmbc homebrew/versions/percona-server55 mlogger rtv apache-flink ffmpeg homebrew/versions/percona-server56 mobile-shell ruby apache-spark ffmpegthumbnailer homebrew/versions/postgresql93 mogenerator ruby-build apktool ffms2 homebrew/versions/postgresql94 monetdb rush app-engine-go-32 fftw homebrew/versions/rebar3 mongo-c rust app-engine-java file-roller homebrew/versions/ruby187 mongodb s-search app-engine-python fio homebrew/versions/ruby192 mongoose saltstack appscale-tools flake8 homebrew/versions/ruby193 monit sane-backends βœ” apr flatbuffers homebrew/versions/ruby20 monkeysphere sbcl apr-util flatcc homebrew/versions/ruby21 mono scour aqbanking fleetctl homebrew/versions/ruby22 moreutils scriptcs arangodb flex βœ” homebrew/versions/tomcat7 mosquitto scw argon2 flow httpie mozjpeg sdcc argus-clients flowgrind httping mpc sdcv argyll-cms fluent-bit hub mpd selenium-server-standalone aria2 fobis hugo mpfr βœ” ser2net artifactory fontconfig βœ” hunspell mpich serf asciidoc fontforge hydra mpv sfcgal asciinema2gif fonttools hyper msktutil sflowtool asciiquarium ford hyperscan mtools sfml at-spi2-atk format-udf i2p multirust shadowsocks-libev at-spi2-core freeipmi ibex mutt shairport-sync atk freeling ice mvtools shared-mime-info aubio freeradius-server idris mypy shellcheck augeas freetds imagemagick mysql shpotify aurora-cli freetype βœ” imapsync mysql-sandbox siege autoconf-archive fswatch infer mysqltuner sift autoenv fwup influxdb nanopb-generator signify-osx autojump fzf inspircd nasm sile avro-c galen internetarchive natalie simple-tiles aws-elasticbeanstalk gammaray ios-deploy ncdu sjk aws-sdk-cpp gammu ios-webkit-debug-proxy ncmpc sleuthkit aws-shell gauche ipfs ncmpcpp slimerjs awscli gauge irrlicht neo4j smlnj azure-cli gawk βœ” irssi neofetch sngrep b2-tools gcc isc-dhcp nettle βœ” socat bacula-fd gd βœ” iso-codes newlisp sops baobab gdal ispc nexus source-highlight basex gdb jack nghttp2 sourcekitten bash gdk-pixbuf jansson nginx spatialite-gui bash-git-prompt gdl jbake nickle spatialite-tools bash-preexec gdm jboss-forge nifi spdylay bazel geckodriver jemalloc nim spidermonkey bear gedit jena nmap βœ” sqlite βœ” bfg ghex jenkins node βœ” sqlite-analyzer bgpq3 ginac jetty node-build sqlmap bind git βœ” jfrog-cli-go nodeenv ssdb binwalk git-annex jlog nomad sshguard bitrise git-archive-all joe noti ssllabs-scan blackbox git-cola jpegoptim notmuch sslyze bmake git-credential-manager jq nsd storm boost βœ” git-extras jruby nspr strongswan boost-bcp git-fixup jsdoc3 ntl stunnel boost-python git-flow-avh json-fortran nvm subliminal botan git-fresh jsoncpp nzbget supersonic brew-gem git-imerge jsonnet oauth2_proxy svtplay-dl brotli git-lfs jsonpp βœ” offlineimap swagger-codegen bsdconv git-secret jsonschema2pojo ola swi-prolog buku git-town kafka oniguruma swiftgen c-ares git-when-merged kapacitor open-babel swiftlint cadaver gitbucket kerl open-mpi syncthing caddy giter8 kes openconnect sysdig caf gitg kettle opencsg szl cake gitlab-ci-multi-runner khal opendbx taglib calabash gitversion khard openhmd tailor calc gjs kitchen-sync openjpeg takt carina gjstest knot openrtsp tarantool carthage glib kobalt openshift-cli tbb cask glib-networking konoha openssl βœ” tcpkali castxml glibmm kotlin openvpn telegraf βœ” cattle glide kpcli orc terminal-notifier cayley glm kubernetes-cli oscats terraform ccache global kyua osh texinfo ccextractor gnatsd languagetool osm-pbf texmath cconv gnome-builder latex2html osm2pgsql tgui cereal gnome-icon-theme latexml osquery the_platinum_searcher cern-ndiff gnome-themes-standard launch owfs the_silver_searcher certbot gnu-apl launch4j oysttyer thefuck certigo gnu-smalltalk ldapvi packer tig ceylon gnu-units ldc pam_yubico tile38 cfr-decompiler gnumeric ldns pandoc-crossref tin cgal gnupg ledger pango tippecanoe cgdb gnupg2 legit pangomm titan-server chaiscript gnuplot leiningen paperkey tmux chapel gnuradio leveldb parallel todolist charm gnutls βœ” lfe pass tomcat βœ” checkstyle go βœ” libass passenger tor βœ” chisel gobject-introspection libbluray passpie torsocks chromedriver godep libbson pazpar2 transcrypt citus goffice libcddb pcap_dnsproxy translate-toolkit cjdns gollum libcdio pcb2gcode uhd clang-format googler libcouchbase pce unbound clearlooks-phenix gor libdrawtext pdal unrar cli53 gosu libflowmanager pdf2htmlex upscaledb clipper govendor libfreenect pdftoedn urweb clisp gpgme libftdi pdnsrec uwsgi clutter-gtk gphoto2 libgaiagraphics pdsh vala cmake gpm libgcrypt peco valabind cmocka gprof2dot libgda peg valgrind cocoapods gputils libgee percona-server vapoursynth codequery gqlplus libgeotiff pgbadger varnish cogl gradle βœ” libgetdata pgcli vault collectd grails libgit2 pgroonga vcdimager commandbox graphicsmagick libgit2-glib pgrouting vdirsyncer conan graphviz libgraphqlparser pick vegeta concurrencykit grib-api libgsf picocom verilator consul groonga libiscsi pidcat vert.x consul-template gsettings-desktop-schemas libjson-rpc-cpp pillar vim convox gsl libksba pius vnstat corectl gsoap liblwgeom pivotal/tap/pivnet-cli voldemort coturn gspell libmicrohttpd pivotal/tap/springboot βœ” voltdb cppcheck gssdp libmill pivotal/tap/tcserver voms cpprestsdk gssh libmongoclient pkg-config βœ” vowpal-wabbit creduce gst-editing-services libmtp planck vte3 cromwell gst-libav libnfs plantuml vultr cryptopp gst-plugins-bad libnotify platformio wakatime-cli crystal-lang gst-plugins-base libosinfo plowshare wartremover csfml gst-plugins-good libpeas pmd watch cucumber-cpp gst-plugins-ugly libphonenumber pngcrush watchman curl gst-python libpng βœ” poco weboob dar gst-validate libpointing pod2man wellington darcs gstreamer libprotoident ponyc wgetpaste darkice gstreamermm libqalculate poppler whatmp3 dash gtk+ librasterlite postgis wildfly-as datetime-fortran gtk+3 libreadline-java postgres-xc wimlib datomic gtk-gnutella libressl postgresql wine βœ” davix gtk-vnc libscrypt pre-commit winetricks dbus gtkextra libsigc++ predictionio wireshark dcmtk gtkmm libsoup premake with-readline ddar gtkmm3 libspatialite privoxy wolfssl debianutils gtksourceview3 libspiro profanity wrangler deheader gucharmap libssh2 progress wxmac βœ” deis guile libstrophe proguard x264 deisctl gupnp libswiften proj x265 dependency-check gupnp-av libtess2 prometheus xmake depqbf gupnp-tools libtorrent-rasterbar proof-general xonsh devd gwyddion libuv protobuf βœ” xorriso devhelp gx libvirt protobuf-c yadm devtodo gx-go libvpx protobuf-swift yafc dieharder gxml libxmp purescript yank diff-pdf h2o libxslt pushpin yara diff-so-fancy hadolint libyaml βœ” pwntools yash digdag hadoop liquibase pwsafe yaz discount harfbuzz lldpd pyenv yazpp ditaa haskell-stack llnode pyenv-virtualenv yle-dl djview4 hbase llvm pygobject3 you-get dmd heroku lmdb pypy youtube-dl dnscrypt-wrapper hh lnav pyqt5 zbackup docker βœ” highlight logentries python zenity docker-compose highlighting-kate logstash python3 βœ” zero-install docker-machine homebank logtalk qbs zile docker-machine-nfs homebrew/binary/kwm luajit qca zimg dockutil homebrew/binary/rar luaradio qemu zpaq doctl homebrew/completions/brew-cask-completion lynis qjackctl zplug dovecot homebrew/completions/django-completion m-cli qscintilla2 zsh-autosuggestions doxygen homebrew/completions/docker-completion macosvpn qt5 zsh-completions dpkg homebrew/completions/docker-compose-completion macvim quantlib zsh-navigation-tools dropbear homebrew/completions/tmuxinator-completion mailhog qwt zsh-syntax-highlighting dropbox-uploader homebrew/completions/vagrant-completion mapnik radare2 zstd dspdfviewer homebrew/completions/wpcli-completion mapserver rainbarf zurl dtach homebrew/dupes/diffutils mariadb rancher-cli duplicity homebrew/dupes/ed mas rancher-compose ==> Renamed Formulae geode -> apache-geode homebrew/versions/zeromq405 -> homebrew/versions/zeromq40 sonar -> sonarqube stash-cli -> atlassian-cli ==> Deleted Formulae aeskeyfind disco homebrew/versions/coq83 jless pyside sonar-runner aget dwarf homebrew/versions/elasticsearch22 jsdoc-toolkit pyside-tools sqliteman apt-cacher-ng elementary homebrew/versions/gnuplot4 kjell qbzr sqsh automoc4 evas-generic-loaders homebrew/versions/gsl114 lastfmlib qwtpolar trang box2d ezlupdate homebrew/versions/logstash22 lftp rbenv-readline treeline caudec frescobaldi homebrew/versions/ruby182 libmarisa rcssserver txt2man cfitsio fugu homebrew/versions/ruby186 openlitespeed rfcdiff valkyrie class-dump geany homebrew/versions/solr4 orpie rsense yap curaengine git-stree homebrew/versions/valgrind36 pgtap sgfutils cuty_capt homebrew/binary/adobe-air-sdk idcomments puddletag shiboken dircproxy homebrew/versions/apache-spark141 jing pyqwt slony ==> Migrating HOMEBREW_REPOSITORY (please wait)... ==> Migrated HOMEBREW_REPOSITORY to /usr/local/Homebrew! Homebrew no longer needs to have ownership of /usr/local. If you wish you can return /usr/local to its default ownership with: sudo chown root:wheel /usr/local

masudjbd commented 7 years ago

Thank you very much.

It works for me :)

bfontaine commented 7 years ago

Great! :tada: