Tag: 自制

忽略酿造升级的公式

我想做一个brew upgrade并告诉自制软件不升级erlang公式,因为最新的一个不能在我的系统上工作。 是否有可能做一些像homebrew upgrade –skip erlang ?

在执行git checkout时冲突更新失败

由于networking问题而导致中断的brew update后,Homebrew似乎被破坏: $ brew update error: pathspec 'master' did not match any file(s) known to git. Error: Failure while executing: git checkout -q master 看一下/usr/local Git仓库,没有远程仓库。 $ cd `brew –prefix` $ git remote -v $

自制软件符号链接错误

我正在尝试使用以下方法安装memcached: brew install memcached 这个错误会导致自制程序无法创build符号链接: The linking step did not complete successfully The formula built, but is not symlinked into /usr/local 帮帮我!

自制软件安装权限问题

我有一个标准的自制软件安装在usr / local / 当我尝试: Larson-2:~ larson$ brew install postgresql Error: Cannot write to /usr/local/Cellar 而当我使用sudo: Larson-2:~ larson$ sudo brew install postgresql Cowardly refusing to `sudo brew install' 我究竟做错了什么?

鲍尔:安装后“找不到命令”

当我执行npm install bower -g时,我似乎正在得到以下内容 /usr/local/share/npm/bin/bower -> /usr/local/share/npm/lib/node_modules/bower/bin/bower bower@0.8.6 /usr/local/share/npm/lib/node_modules/bower 不幸的是,执行任何bower命令都会返回-bash: bower: command not found which npm返回/usr/local/bin/npm并运行which node返回/usr/local/bin/node 。

Brew医生 – “警告:在/ usr / local / include中find了未引用的头文件”?

当我运行brew doctor ,会出现以下错误 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/curl/curl.h /usr/local/include/curl/curlbuild.h /usr/local/include/curl/curlrules.h /usr/local/include/curl/curlver.h /usr/local/include/curl/easy.h /usr/local/include/curl/mprintf.h /usr/local/include/curl/multi.h /usr/local/include/curl/stdcheaders.h /usr/local/include/curl/typecheck-gcc.h /usr/local/include/node/ares.h /usr/local/include/node/ares_version.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_internals.h /usr/local/include/node/node_object_wrap.h /usr/local/include/node/node_version.h /usr/local/include/node/openssl/opensslconf.h /usr/local/include/node/uv-private/ngx-queue.h […]

尝试更新brew包pipe理器时出错

我试图更新brew: sudo brew update 但是我得到这个错误: 错误:对以下文件的本地更改将被合并覆盖: 列出很多文件 错误:执行git pull时失败http://github.com/mxcl/homebrew.git master 任何想法出了什么问题?

Homebrew:只列出已安装的顶级公式

我正在寻找一种方式来显示只有我没有安装的依赖关系安装的公式。 我想要列出我实际安装的所有程序,而不是依赖关系的所有噪音。 我知道关于列出所有安装的公式的brew list 。 我也知道brew graph给了我graphviz的依赖关系图 或换句话说:我想有最小的一套公式来重新安装我的系统。

Brew更新无法在Mac 10.9后工作

自10.9升级以来第一次运行酿造。 从下面的输出中,我应该删除库/公式/ ant.rb和库/公式/苹果gcc42.rb? 另外,不清楚为什么git拉是失败的。 谢谢你的帮助 525 [projects]$ brew –config HOMEBREW_VERSION: 0.9.4 ORIGIN: https://github.com/mxcl/homebrew.git HEAD: 27c26faf7b958de6028ad55be8ccc5a57b094d3f HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar CPU: 8-core 64-bit ivybridge OS X: 10.9-x86_64 Xcode: 5.0.2 GCC-4.2: build 5666 LLVM-GCC: build 0 Clang: 5.0 build 500 X11: N/A System Ruby: 1.8.7-358 Perl: /usr/bin/perl Python: /usr/bin/python Ruby: /Users/*****/.rvm/rubies/ruby-2.0.0-p195/bin/ruby 526 [projects]$ brew update error: The […]

Postgres – FATAL:数据库文件与服务器不兼容

我正在用PostgreSQL开发一个Rails4-App,它一切正常。 重新启动我的MacBook Pro后,我无法启动数据库服务器: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 我检查了日志,下面的行一遍又一遍地出现: FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 9.2, which is not compatible with this version 9.0.4. 9.0.4是预装在Mac上的版本,9.2 [.4]是我通过Homebrew安装的版本。 如前所述,这用于在重启之前工作,所以它实际上不是一个编译问题。 […]