Skip to content

Fail to compile julia on 10.8.3 with a error related with install_name_tool #26

@haphap

Description

@haphap

I failed to compile julia on 10.8.3, it shows a error related with install_name_tool:

    brew install --HEAD julia
    ==> Cloning https://github.com/JuliaLang/julia.git
    Cloning into '/Library/Caches/Homebrew/julia--git'...
    remote: Counting objects: 579, done.
    remote: Compressing objects: 100% (525/525), done.
    remote: Total 579 (delta 23), reused 219 (delta 18)
    Receiving objects: 100% (579/579), 1.59 MiB | 666 KiB/s, done.
    Resolving deltas: 100% (23/23), done.
    Submodule 'deps/Rmath' (git://github.com/JuliaLang/Rmath.git) registered for path        'deps/Rmath'
    Submodule 'deps/libuv' (git://github.com/JuliaLang/libuv.git) registered for path 'deps/libuv'
    Submodule 'deps/openlibm' (git://github.com/JuliaLang/openlibm.git) registered for path 'deps/openlibm'
    Cloning into 'deps/Rmath'...
    remote: Counting objects: 291, done.
    remote: Compressing objects: 100% (110/110), done.
    remote: Total 291 (delta 179), reused 291 (delta 179)
    Receiving objects: 100% (291/291), 233.38 KiB | 148 KiB/s, done.
    Resolving deltas: 100% (179/179), done.
    Submodule path 'deps/Rmath': checked out '85dee98a799c193bedf6af35c839de08c2d233f6'
    Cloning into 'deps/libuv'...
    remote: Counting objects: 14840, done.
    remote: Compressing objects: 100% (3940/3940), done.
    remote: Total 14840 (delta 11675), reused 13851 (delta 10847)
    Receiving objects: 100% (14840/14840), 3.90 MiB | 803 KiB/s, done.
    Resolving deltas: 100% (11675/11675), done.
    Submodule path 'deps/libuv': checked out 'd469f03eda6c95f064be3c25b7a9e9a7547c7617'
    Cloning into 'deps/openlibm'...
    remote: Counting objects: 3456, done.
    remote: Compressing objects: 100% (1418/1418), done.
    remote: Total 3456 (delta 2213), reused 3267 (delta 2026)
    Receiving objects: 100% (3456/3456), 3.16 MiB | 331 KiB/s, done.
    Resolving deltas: 100% (2213/2213), done.
    Submodule path 'deps/openlibm': checked out'3c8738e6422bcd38320b2eb69fdbde0422fd6372'
    ==> Downloading patches
    ########################################################################                 100.0%
    ########################################################################         100.0%
    ==> Patching
    patching file deps/Makefile
    Hunk #1 succeeded at 1045 (offset 391 lines).
    patching file Make.inc
    Hunk #1 succeeded at 211 (offset 41 lines).
    Hunk #2 succeeded at 224 (offset 41 lines).
    ==> Using Homebrew-provided fortran compiler.
    This may be changed by setting the FC environment variable.
    ==> Downloading http://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz
    Already downloaded: /Library/Caches/Homebrew/double-conversion-1.1.1.tar.gz
    ==> Using double-conversion: /Library/Caches/Homebrew/double-conversion-1.1.1.tar.gz
    ==> Downloading http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz
    Already downloaded: /Library/Caches/Homebrew/dSFMT-src-2.2.tar.gz
    ==> Using DSFMT: /Library/Caches/Homebrew/dSFMT-src-2.2.tar.gz
    ==> make -C contrib -f repackage_system_suitesparse4.make         PREFIX=/usr/local/Cellar/julia/HEAD
    ==> make release PREFIX=/usr/local/Cellar/julia/HEAD USE_LIB64=0         FC=/usr/local/bin/gfortran US
    ==> make PREFIX=/usr/local/Cellar/julia/HEAD USE_LIB64=0 FC=/usr/local/bin/gfortran USECLANG=1
    ==> install_name_tool -add_rpath /usr/local/opt/arpack-julia/lib /usr/local/Cellar/julia/HEAD/
    ==> install_name_tool -add_rpath /usr/local/opt/arpack-julia/lib /usr/local/Cellar/julia/HEAD/
    ==> install_name_tool -add_rpath /usr/local/opt/arpack-julia/lib /usr/local/Cellar/julia/HEAD/
    install_name_tool: can't open file: /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver (No such file or directory)
    READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting

And brew doctor:

    brew doctor                                                                               
    Your system is raring to brew.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions