-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in building ZMQ #133
Comments
providing |
Voila: Commit 3c9d753 (2016-09-19 18:14 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
WORD_SIZE: 64
uname: Darwin 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64 i386
Memory: 4.0 GB (17.953125 MB free)
Uptime: 1672.0 sec
Load Avg: 2.29736328125 1.6650390625 2.02587890625
Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz:
speed user nice sys idle irq
#1 2400 MHz 3470 s 0 s 1257 s 12024 s 0 s
#2 2400 MHz 3454 s 0 s 1147 s 12137 s 0 s
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Penryn)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, penryn)
Environment:
TERM = xterm-256color
PATH = /Applications/Julia-0.5.app/Contents/Resources/julia/bin:/Users/lorenz/anaconda/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin
XPC_FLAGS = 0x0
HOME = /Users/lorenz
FONTCONFIG_PATH = /Applications/Julia-0.5.app/Contents/Resources/julia/etc/fonts
Package Directory: /Users/lorenz/.julia/v0.5
1 required packages:
- IJulia 1.4.1
9 additional packages:
- BinDeps 0.4.5
- Compat 0.14.0
- Conda 0.4.0
- Homebrew 0.4.2
- JSON 0.8.2
- Nettle 0.2.4
- SHA 0.3.0
- URIParser 0.1.7
- ZMQ 0.4.1``` |
I have the same error when trying to run
BinDeps tried installing through apt-get and apt-get output shows that it was successful but for some reason BinDeps interprets that as a failure. I commented out aptget line from build.jl so that it would build from source, and the build succeeds but BinDeps still interprets that as a failure. Here's my versioninfo if it helps
|
I was using Julia |
Hm, I'm not sure what exactly you mean. I tried it again and failed. Can you be more precise? |
That's almost certainly a separate unrelated issue. |
Okay, thanks for pointing that out. Any idea what could be the issue in my case? |
@lorenzrichter I suspect what's probably happening for you is that you're still using OS X version 10.9, which is no longer supported by upstream Homebrew. |
That's true. I will update and try again. Thank you! |
You could try commenting out the line |
When trying to run
IJulia
I get error messages from ZMQ. When subsequently trying to build ZMQ I get the following error message:The text was updated successfully, but these errors were encountered: