-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Segfault while compiling on Ubuntu 11.10 64-bit #379
Comments
This is a problem while building llvm. I think the thing to do would be to try the current trunk of llvm and see if it has been fixed already (quite likely) and otherwise file a bug at http://llvm.org/bugs/ |
If Ubuntu has a binary package for LLVM 3.0, you can install that and set USE_SYSTEM_LLVM=1 in Make.inc. |
I'm running Ubuntu 11.10 on 64bit too, but it does not seem like the llvm3.0 packages are available yet. For the record, I have llvm 3.1 installed locally and had julia download and build llvm3.0. I didn't encounter any problems with either. |
I downloaded the LLVM 3.0 binaries for Ubuntu 11.10 from the LLVM website and things seem to be going better. I had to also go into external/Makefile and remove llvm from the LIBS variable to prevent it from trying to download and compile it, which it does whether or not USE_SYSTEM_LLVM=1 or not. |
Also, if somebody else has the same issue, I just found out there are packages for llvm3.0-dev packages for Ubuntu 12.04, so those might work for those ready to experiment (as in using the 12.04 ppa on 11.10). The ones found on the llvm website should work just fine though. The only problem is removing them... |
LLVM binaries for Ubuntu are available from http://llvm.org/releases/download.html#3.0 . |
this commit removes cor, cov, median, median!, middle, quantile, quantile!, std, stdm, var, varm and linreg and moves them to StatsBase fix #25571 (comment) (included in StatsBase.jl/#379) fix #23769 (included in StatsBase.jl/#379) fix #27140
Concept names shouldn't contain some kind of hierarchy according to the v3 docs/spec.
I'm trying to compile Julia on Ubuntu 11.10 64-bit, and having a segfault. Here is what I'm seeing:
I'm not sure what's causing this, but can send any information about my machine that's needed. Here's
/proc/cpuinfo
to start with:The text was updated successfully, but these errors were encountered: