Skip to content

Instantly share code, notes, and snippets.

@pyrofolium
Created August 30, 2014 16:38
Show Gist options
  • Save pyrofolium/6dd76518baca020df676 to your computer and use it in GitHub Desktop.
Save pyrofolium/6dd76518baca020df676 to your computer and use it in GitHub Desktop.
julia error 2
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Building with an alternative Fortran compiler
This is unsupported.
==> Building with an alternative Fortran compiler
This is unsupported.
==> Cloning https://github.com/JuliaLang/julia.git
Updating /Library/Caches/Homebrew/julia--git
warning: unable to rmdir deps/libmojibake: Directory not empty
Cloning into '/private/tmp/julia-aEhPuo'...
done.
Note: checking out '768187890c2709bf2ff06818f40e1cdc79bd44b0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-aEhPuo/deps/Rmath'...
done.
Note: checking out '226598f63af75e8bc3568f01e34932caebce6064'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-aEhPuo/deps/libuv'...
done.
Note: checking out 'a12eb3329cd2c0224ef631ea062fa16d119da47c'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-aEhPuo/deps/openlibm'...
done.
Note: checking out '0b9d67e54a5b07e32a27b68cf0a01c33b515fc9b'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-aEhPuo/doc/juliadoc'...
done.
Note: checking out 'bab3c6ba9e613da94001e1d71f994143814a1422'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
==> Downloading https://gist.github.com/staticfloat/3806093/raw/cb34c7262b9130f0e9e07641a66fccaa0d08b
######################################################################## 100.0%
==> Patching
patching file deps/Makefile
Hunk #1 succeeded at 1324 (offset 670 lines).
==> Downloading https://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/julia--doubleconversion-1.1.1.tar.gz
==> Using double-conversion: /Library/Caches/Homebrew/julia--doubleconversion-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/julia--dsfmt-2.2.tar.gz
==> Using DSFMT: /Library/Caches/Homebrew/julia--dsfmt-2.2.tar.gz
==> make -C contrib -f repackage_system_suitesparse4.make prefix=/usr/local/Cellar/julia/0.3.0 USE_BL
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a /usr/local/opt/suite-sparse-julia/lib/libspqr.a -o /private/tmp/julia-aEhPuo/usr/lib/libspqr.dylib -L/private/tmp/julia-aEhPuo/usr/lib -L/usr/local/opt/suite-sparse-julia/lib -L/usr/local/opt/arpack-julia/lib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/llvm33-julia/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/cloog018-julia/lib -L/usr/local/opt/isl011-julia/lib -L/usr/local/opt/gmp4-julia/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -headerpad_max_install_names -lcholmod -lcolamd -lamd -lopenblas -Wl,-rpath,'@loader_path/' && \
install_name_tool -id @rpath/libspqr.dylib /private/tmp/julia-aEhPuo/usr/lib/libspqr.dylib
ld: file not found: /usr/local/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libgfortran.3.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [default] Error 1
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/staticfloat/homebrew-julia/issues
brian@Brians-MacBook-Air:~$ brew install julia
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Building with an alternative Fortran compiler
This is unsupported.
==> Building with an alternative Fortran compiler
This is unsupported.
==> Cloning https://github.com/JuliaLang/julia.git
Updating /Library/Caches/Homebrew/julia--git
Cloning into '/private/tmp/julia-qeDWhw'...
done.
Note: checking out '768187890c2709bf2ff06818f40e1cdc79bd44b0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-qeDWhw/deps/Rmath'...
done.
Note: checking out '226598f63af75e8bc3568f01e34932caebce6064'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-qeDWhw/deps/libuv'...
done.
Note: checking out 'a12eb3329cd2c0224ef631ea062fa16d119da47c'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-qeDWhw/deps/openlibm'...
done.
Note: checking out '0b9d67e54a5b07e32a27b68cf0a01c33b515fc9b'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
Cloning into '/private/tmp/julia-qeDWhw/doc/juliadoc'...
done.
Note: checking out 'bab3c6ba9e613da94001e1d71f994143814a1422'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
==> Downloading https://gist.github.com/staticfloat/3806093/raw/cb34c7262b9130f0e9e07641a66fccaa0d08b
######################################################################## 100.0%
==> Patching
patching file deps/Makefile
Hunk #1 succeeded at 1324 (offset 670 lines).
==> Downloading https://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/julia--doubleconversion-1.1.1.tar.gz
==> Using double-conversion: /Library/Caches/Homebrew/julia--doubleconversion-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/julia--dsfmt-2.2.tar.gz
==> Using DSFMT: /Library/Caches/Homebrew/julia--dsfmt-2.2.tar.gz
==> make -C contrib -f repackage_system_suitesparse4.make prefix=/usr/local/Cellar/julia/0.3.0 USE_BL
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a /usr/local/opt/suite-sparse-julia/lib/libspqr.a -o /private/tmp/julia-qeDWhw/usr/lib/libspqr.dylib -L/private/tmp/julia-qeDWhw/usr/lib -L/usr/local/opt/suite-sparse-julia/lib -L/usr/local/opt/arpack-julia/lib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/llvm33-julia/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/cloog018-julia/lib -L/usr/local/opt/isl011-julia/lib -L/usr/local/opt/gmp4-julia/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -headerpad_max_install_names -lcholmod -lcolamd -lamd -lopenblas -Wl,-rpath,'@loader_path/' && \
install_name_tool -id @rpath/libspqr.dylib /private/tmp/julia-qeDWhw/usr/lib/libspqr.dylib
ld: file not found: /usr/local/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libgfortran.3.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [default] Error 1
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/staticfloat/homebrew-julia/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment