【问题标题】:make errors when trying to install gcc46 with brew尝试使用 brew 安装 gcc46 时出错
【发布时间】:2014-08-02 02:55:35
【问题描述】:

无论我尝试什么,我都会一遍又一遍地得到这个

==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.6.4/gcc-4.6.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/gcc46-4.6.4.tar.bz2
==> ../configure --build=x86_64-apple-darwin14.0.0 --prefix=/usr/local/Cellar/gc
==> make bootstrap
echo timestamp > s-automata
rm gcc.pod
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/homebrew/homebrew-versions/issues

一个想法是什么导致它,我可以运行一些东西以获得更好的日志吗.org 书

【问题讨论】:

    标签: ruby-on-rails installation rvm homebrew


    【解决方案1】:

    Homebrew 将日志放在~/Library/Logs/Homebrew

    您还可以尝试以下命令来捕获错误日志:

    brew install <formula> 2>&1 | tee install.log
    

    更多信息可以在this GitHub issue找到。

    【讨论】:

    • 我认为它是 yosemite 测试版,我打开了一个日志,看到有一些东西说它试图为 yosemite 强制一个稳定的版本,我猜还没有一些我需要安装的东西。所以我切换回小牛,一切都安装得很好。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-02-05
    • 1970-01-01
    • 1970-01-01
    • 2013-05-26
    • 2018-01-25
    • 2020-09-19
    • 2019-11-25
    相关资源
    最近更新 更多