制作rabbitmq需要多长时间?

发布于 2024-10-23 18:43:17 字数 565 浏览 7 评论 0原文

我尝试使用自制软件安装rabbitmq。

我有一台 MBP i7,过去 5 分钟它就在那里呆着。

brew install rabbitmq
/usr/local/git/bin/git
==> Cloning git://github.com/erlang/otp.git
Updating /Users/bm/Library/Caches/Homebrew/erlang--git
==> Checking out tag OTP_R14B02
==> ./otp_build autoconf
==> ./configure --disable-debug --prefix=/usr/local/Cellar/erlang/R14B02 --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-smp-support -
==> touch lib/wx/SKIP
==> make

这是第二次,第一次我认为它被挂了,所以我取消了它。

有人尝试用自制软件安装它吗?这里可能有什么问题?

I tried installing rabbitmq using homebrew.

I have a MBP i7 and it is just sitting there for the past 5 minutes.

brew install rabbitmq
/usr/local/git/bin/git
==> Cloning git://github.com/erlang/otp.git
Updating /Users/bm/Library/Caches/Homebrew/erlang--git
==> Checking out tag OTP_R14B02
==> ./otp_build autoconf
==> ./configure --disable-debug --prefix=/usr/local/Cellar/erlang/R14B02 --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-smp-support -
==> touch lib/wx/SKIP
==> make

This is the second time, the first time I figured it was hung and I cancelled it.

Anyone tried installing it with homebrew? what could the issue be here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

裂开嘴轻声笑有多痛 2024-10-30 18:43:17

在我的 core 2 duo 上,构建 erlang 花了 15.6 分钟。

你应该在 /tmp/homebrew-erlang-*/ 中看到 gcc 等进程和内容

on my core 2 duo, it took 15.6 minutes to build erlang.

you should see gcc, etc processes and stuff happening in /tmp/homebrew-erlang-*/

愛放△進行李 2024-10-30 18:43:17

在我的带有 8GB RAM 和 SSD 的 mcbook pro core duo 上,花了 20 分钟。我也杀过它一次,因为我认为它被卡住了。

    Also installing dependencies: erlang
    /usr/local/bin/git
    ==> Cloning https://github.com/erlang/otp.git
    Updating /Users/daviddehghan/Library/Caches/Homebrew/erlang--git
    ==> Checking out tag OTP_R14B03
    ==> ./otp_build autoconf
    ==> ./configure --disable-debug --prefix=/usr/local/Cellar/erlang/R14B03 --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-smp-s
    ==> touch lib/wx/SKIP
    ==> make
    ==> make install
    ==> Downloading http://erlang.org/download/otp_doc_man_R14B03.tar.gz
    ######################################################################## 100.0%
    ==> Downloading http://erlang.org/download/otp_doc_html_R14B03.tar.gz
    ######################################################################## 100.0%
    /usr/local/Cellar/erlang/R14B03: 6985 files, 260M, built in 20.4 minutes
    ==> Downloading http://www.rabbitmq.com/releases/rabbitmq-server/v2.4.1/rabbitmq-server-2.4.1.tar.gz
    ######################################################################## 100.0%
    ==> Downloading patches
    ######################################################################## 100.0%
    ==> Patching
    patching file Makefile
    Hunk #1 succeeded at 262 (offset -5 lines).
    patching file Makefile
    patching file src/rabbit_networking.erl
    ==> make
    ==> make install
    ==> Caveats
    If this is your first install, automatically load on login with:
        mkdir -p ~/Library/LaunchAgents
        cp /usr/local/Cellar/rabbitmq/2.4.1/com.rabbitmq.rabbitmq-server.plist ~/Library/LaunchAgents/
        launchctl load -w ~/Library/LaunchAgents/com.rabbitmq.rabbitmq-server.plist

    If this is an upgrade and you already have the com.rabbitmq.rabbitmq-server.plist loaded:
        launchctl unload -w ~/Library/LaunchAgents/com.rabbitmq.rabbitmq-server.plist
        cp /usr/local/Cellar/rabbitmq/2.4.1/com.rabbitmq.rabbitmq-server.plist ~/Library/LaunchAgents/
        launchctl load -w ~/Library/LaunchAgents/com.rabbitmq.rabbitmq-server.plist

      To start rabbitmq-server manually:
        rabbitmq-server
    ==> Summary
    /usr/local/Cellar/rabbitmq/2.4.1: 115 files, 1.6M, built in 39 seconds

On my mcbook pro core duo with 8GB of RAM and SSD it took 20 min. I also killed it once because I thought it was stuck.

    Also installing dependencies: erlang
    /usr/local/bin/git
    ==> Cloning https://github.com/erlang/otp.git
    Updating /Users/daviddehghan/Library/Caches/Homebrew/erlang--git
    ==> Checking out tag OTP_R14B03
    ==> ./otp_build autoconf
    ==> ./configure --disable-debug --prefix=/usr/local/Cellar/erlang/R14B03 --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-smp-s
    ==> touch lib/wx/SKIP
    ==> make
    ==> make install
    ==> Downloading http://erlang.org/download/otp_doc_man_R14B03.tar.gz
    ######################################################################## 100.0%
    ==> Downloading http://erlang.org/download/otp_doc_html_R14B03.tar.gz
    ######################################################################## 100.0%
    /usr/local/Cellar/erlang/R14B03: 6985 files, 260M, built in 20.4 minutes
    ==> Downloading http://www.rabbitmq.com/releases/rabbitmq-server/v2.4.1/rabbitmq-server-2.4.1.tar.gz
    ######################################################################## 100.0%
    ==> Downloading patches
    ######################################################################## 100.0%
    ==> Patching
    patching file Makefile
    Hunk #1 succeeded at 262 (offset -5 lines).
    patching file Makefile
    patching file src/rabbit_networking.erl
    ==> make
    ==> make install
    ==> Caveats
    If this is your first install, automatically load on login with:
        mkdir -p ~/Library/LaunchAgents
        cp /usr/local/Cellar/rabbitmq/2.4.1/com.rabbitmq.rabbitmq-server.plist ~/Library/LaunchAgents/
        launchctl load -w ~/Library/LaunchAgents/com.rabbitmq.rabbitmq-server.plist

    If this is an upgrade and you already have the com.rabbitmq.rabbitmq-server.plist loaded:
        launchctl unload -w ~/Library/LaunchAgents/com.rabbitmq.rabbitmq-server.plist
        cp /usr/local/Cellar/rabbitmq/2.4.1/com.rabbitmq.rabbitmq-server.plist ~/Library/LaunchAgents/
        launchctl load -w ~/Library/LaunchAgents/com.rabbitmq.rabbitmq-server.plist

      To start rabbitmq-server manually:
        rabbitmq-server
    ==> Summary
    /usr/local/Cellar/rabbitmq/2.4.1: 115 files, 1.6M, built in 39 seconds
瞳孔里扚悲伤 2024-10-30 18:43:17

需要 20 多分钟,如果您在重新启动安装之前偶然发现这个问题,那么您很幸运:-(

Takes more than 20 minutes, lucky you if you stumble upon this question before you restart the installation :-(

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文