酿酒医生发出警告

时间:2013-03-05 13:43:22

标签: homebrew

当我跑啤酒医生时,我会发出大量警告。所以我继续,清理现有的安装并从头开始。

现在我仍然收到一些警告:

    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:

    /opt/sm/pkg/active/bin/curl-config
    /opt/sm/pkg/active/bin/ncurses5-config
    /opt/sm/pkg/active/bin/ncursesw5-config
    /opt/sm/pkg/active/bin/pkg-config
    /opt/sm/pkg/active/bin/xml2-config
    /opt/sm/pkg/active/bin/xslt-config
Warning: You have a non-Homebrew 'pkg-config' in your PATH:
  /opt/sm/pkg/active/bin/pkg-config

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

但由于我几天前才开始使用OS X,我不确定所提到的配置文件是否相关或者我是否可以删除它们?已经在论坛上浏览了几个小时,但目前仍然没有明智的任何建议......非常感谢任何建议!

3 个答案:

答案 0 :(得分:11)

尝试从你的路径中取出/opt/sm/pkg/active/bin/

这将阻止安装在该目录中的脚本意外地优先于自制软件安装的脚本。

答案 1 :(得分:5)

如果你是一个像我一样的新手,想要一个更清楚的答案,确切地知道如何做到这一点,我在这里找到了这个答案How to change path for homebrew: "config" scripts exist outside your system or Homebrew directories,它对我有用:

/ opt / sm位于/etc/profile.d目录中。输入

打开它

cd /etc/profile.d 在终端然后

打开。

在文本编辑器中打开sm.sh文件,然后通过在

前放置一个井号#来注释掉路径

PATH = “$ {PATH}:/选择/ SM /仓中:/ opt / SM /包装/活跃/ bin中:/选择/ SM / PKG /活性/ sbin目录”

在文本编辑器中保存更改,然后退出并重新启动终端。运行brew医生'警告'应该不见了。

答案 2 :(得分:-1)

这应该有效:

sudo rm /opt/sm/pkg/active/bin/