I'm running Arch also, LLVM 3.4 is what we have in the official
repositories. I always build Julia straight from the Git repo without using
system libraries as it is prone to problems such as this one. Did you use
any system libraries when building Julia yourself (instead of using the AUR
pkgbuild)?

--
João Felipe Santos


On Mon, Feb 3, 2014 at 9:30 AM, Keno Fischer
<[email protected]>wrote:

> What version of LLVM is Arch using? Given their reputation, I can see that
> they may have switched to 3.4, where we're still experiencing problems.
>
>
> On Mon, Feb 3, 2014 at 9:27 AM, Ismael VC <[email protected]> wrote:
>
>> I just tried building it again using the Arch AUR PKGBUILD, got segfault,
>> when building Nettle:
>>
>> ismaelvc@toybox ~> julia
>>                _
>>    _       _ _(_)_     |  A fresh approach to technical computing
>>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>>    _ _   _| |_  __ _   |  Type "help()" to list help topics
>>   | | | | | | |/ _` |  |
>>   | | |_| | | | (_| |  |  Version 0.3.0-prerelease+1367 (2014-02-03 08:34
>> UTC)
>>  _/ |\__'_|_|_|\__'_|  |  Commit 793d769* (0 days old master)
>> |__/                   |  i686-pc-linux-gnu
>>
>> julia> Pkg.update()
>> INFO: Initializing package repository /home/ismaelvc/.julia/v0.3
>> INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
>> INFO: Updating METADATA...
>> INFO: Computing changes...
>> INFO: No packages to install, update or remove
>>
>> julia> Pkg.add("IJulia")
>> INFO: Cloning cache of BinDeps from git://
>> github.com/JuliaLang/BinDeps.jl.git
>> INFO: Cloning cache of IJulia from git://
>> github.com/JuliaLang/IJulia.jl.git
>> INFO: Cloning cache of JSON from git://github.com/JuliaLang/JSON.jl.git
>> INFO: Cloning cache of Nettle from git://
>> github.com/staticfloat/Nettle.jl.git
>> INFO: Cloning cache of REPLCompletions from git://
>> github.com/loladiro/REPLCompletions.jl.git
>> INFO: Cloning cache of URIParser from git://
>> github.com/loladiro/URIParser.jl.git
>> INFO: Cloning cache of ZMQ from git://github.com/JuliaLang/ZMQ.jl.git
>> INFO: Installing BinDeps v0.2.12
>> INFO: Installing IJulia v0.1.1
>> INFO: Installing JSON v0.3.3
>> INFO: Installing Nettle v0.1.3
>> INFO: Installing REPLCompletions v0.0.0
>> INFO: Installing URIParser v0.0.1
>> INFO: Installing ZMQ v0.1.8
>> INFO: Building Nettle
>> fish: Job 1, 'julia' terminated by signal SIGSEGV (Address boundary error)
>> ismaelvc@toybox ~ [139]>
>>
>>
>

Reply via email to