You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cask dropbox fails to show correct output for info and install, when in user directory containing subfolder Dropbox. Works fine when switching to another folder not containing subfolder Dropbox, e.g. /tmp/.
Output of brew cask <command> --verbose
> % brew cask install dropbox --verbose
Error: File '/Users/alex/dropbox' is not a plain file
Error: Kernel.exit
> % brew cask info dropbox --verbose
Error: File '/Users/alex/dropbox' is not a plain file
Error: Kernel.exit
> % cd /tmp
> % brew cask info dropbox
dropbox: latest
https://www.dropbox.com/
/opt/homebrew-cask/Caskroom/dropbox/latest (68B)
From: https://github.com/caskroom/homebrew-cask/blob/master/Casks/dropbox.rb
==> Name
Dropbox
==> Artifacts
Dropbox.app (app)
Output of brew doctor
> % 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: Anaconda is known to frequently break Homebrew builds, including Vim and
MacVim, due to bundling many duplicates of system and Homebrew-available
tools.
If you encounter a build failure please temporarily remove Anaconda
from your $PATH and attempt the build again prior to reporting the
failure to us. 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:
/Users/alex/anaconda/bin/curl-config
/Users/alex/anaconda/bin/freetype-config
/Users/alex/anaconda/bin/libdynd-config
/Users/alex/anaconda/bin/libpng-config
/Users/alex/anaconda/bin/libpng16-config
/Users/alex/anaconda/bin/python-config
/Users/alex/anaconda/bin/python2-config
/Users/alex/anaconda/bin/python2.7-config
/Users/alex/anaconda/bin/xml2-config
/Users/alex/anaconda/bin/xslt-config
/usr/local/pspdev/bin/psp-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: 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:
python
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"' >> ~/.zshrc
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install shared-mime-info utf8proc
Run `brew missing` for more details.
Cask
dropbox
fails to show correct output forinfo
andinstall
, when in user directory containing subfolderDropbox
. Works fine when switching to another folder not containing subfolderDropbox
, e.g./tmp/
.Output of
brew cask <command> --verbose
Output of
brew doctor
Output of
brew cask doctor
The text was updated successfully, but these errors were encountered: