zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

Homebrew stalls at CZMQ (HEAD-49e8720) #2220

Closed edelstone closed 1 year ago

edelstone commented 2 years ago

When running brew upgrade the process stalls at CZMQ with the following code:

==> Upgrading 1 outdated package:
czmq HEAD-48b4f12 -> HEAD-48b4f12
==> Cloning https://github.com/zeromq/czmq.git
Updating /Users/Michael/Library/Caches/Homebrew/czmq--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 49e87207 Merge pull request #2218 from bluca/ci
==> Upgrading czmq
  HEAD-48b4f12 -> HEAD-49e8720

==> ./autogen.sh
==> ./configure --prefix=/usr/local/Cellar/czmq/HEAD-49e8720
==> make
==> make ZSYS_INTERFACE=lo0 check-verbose

The same thing happens when doing brew reinstall czmq as well. Just stalls forever at that last line.

Not sure if this qualifies as an issue for CZMQ or Homebrew, but I figured I'd try here first. I also understand this could be a problem local to my machine, so please feel free to give me some troubleshooting steps, or telling me to leave you alone lmao.

edelstone commented 2 years ago

I did a brew uninstall czmq and then a brew install czmq and it appears to have solved this problem. That may have been a terrible way to try to resolve the issue so feel free to comment advice before closing this.