Created
June 25, 2013 15:18
-
-
Save sbos/5859327 to your computer and use it in GitHub Desktop.
build-error.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> Cloning https://github.com/JuliaLang/julia.git | |
git --git-dir /Library/Caches/Homebrew/julia--git/.git status -s | |
Updating /Library/Caches/Homebrew/julia--git | |
git config remote.origin.url https://github.com/JuliaLang/julia.git | |
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master | |
git fetch origin | |
git checkout -f master | |
Already on 'master' | |
git reset --hard origin/HEAD | |
HEAD is now at 3c68aa6 restore the essential colons lost in 53ea7850d24f855304977162034b820ac49d5d69. fix #3533 | |
git reset --hard origin/HEAD | |
HEAD is now at 3c68aa6 restore the essential colons lost in 53ea7850d24f855304977162034b820ac49d5d69. fix #3533 | |
git checkout-index -a -f --prefix=/private/tmp/julia-h5yT/ | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5) https://gist.github.com/staticfloat/3806093/raw/cb34c7262b9130f0e9e07641a66fccaa0d08b5d2/deps.Makefile.diff -o 000-homebrew.diff --silent | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file deps/Makefile | |
Hunk #1 succeeded at 1100 (offset 446 lines). | |
Warning: No Fortran optimization information was provided. You may want to consider | |
setting FCFLAGS and FFLAGS or pass the `--default-fortran-flags` option to | |
`brew install` if your compiler is compatible with GCC. | |
If you like the default optimization level of your compiler, ignore this | |
warning. | |
Warning: Cannot compile 64-bit on a 32-bit architecture! | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> 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 | |
tar xf /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 | |
tar xf /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 USE_BLAS64=1 FC=/usr/local/bin/gfortran USECLANG=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas USE_SYSTEM_ZLIB=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_MPFR=1 | |
make -C contrib -f repackage_system_suitesparse4.make PREFIX=/usr/local/Cellar/julia/HEAD USE_BLAS64=1 FC=/usr/local/bin/gfortran USECLANG=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas USE_SYSTEM_ZLIB=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_MPFR=1 | |
mkdir -p /private/tmp/julia-h5yT/usr/lib | |
mkdir -p /private/tmp/julia-h5yT/deps/SuiteSparse-SYSTEM/lib | |
cd /private/tmp/julia-h5yT/deps/SuiteSparse-SYSTEM/lib && \ | |
rm -f /private/tmp/julia-h5yT/usr/lib/lib{amd,cholmod,colamd,spqr,umfpack}.dylib && \ | |
clang -mmacosx-version-min=10.6 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libamd.a -o /private/tmp/julia-h5yT/usr/lib/libamd.dylib && \ | |
install_name_tool -id @rpath/libamd.dylib /private/tmp/julia-h5yT/usr/lib/libamd.dylib && \ | |
clang -mmacosx-version-min=10.6 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libcolamd.a -o /private/tmp/julia-h5yT/usr/lib/libcolamd.dylib && \ | |
install_name_tool -id @rpath/libcolamd.dylib /private/tmp/julia-h5yT/usr/lib/libcolamd.dylib && \ | |
clang++ -mmacosx-version-min=10.6 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libsuitesparseconfig.a /usr/local/opt/suite-sparse64-julia/lib/libcholmod.a -o /private/tmp/julia-h5yT/usr/lib/libcholmod.dylib -L/private/tmp/julia-h5yT/usr/lib -L/usr/local/opt/suite-sparse64-julia/lib -L/usr/local/opt/arpack64-julia/lib -L/usr/local/opt/openblas64-julia/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -F/usr/local/Frameworks -headerpad_max_install_names -lcolamd -lccolamd -lcamd -lamd -lopenblas && \ | |
install_name_tool -id @rpath/libcholmod.dylib /private/tmp/julia-h5yT/usr/lib/libcholmod.dylib && \ | |
clang++ -mmacosx-version-min=10.6 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libsuitesparseconfig.a /usr/local/opt/suite-sparse64-julia/lib/libumfpack.a -o /private/tmp/julia-h5yT/usr/lib/libumfpack.dylib -L/private/tmp/julia-h5yT/usr/lib -L/usr/local/opt/suite-sparse64-julia/lib -L/usr/local/opt/arpack64-julia/lib -L/usr/local/opt/openblas64-julia/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -F/usr/local/Frameworks -headerpad_max_install_names -lcholmod -lcolamd -lamd -lopenblas && \ | |
install_name_tool -id @rpath/libumfpack.dylib /private/tmp/julia-h5yT/usr/lib/libumfpack.dylib && \ | |
clang++ -mmacosx-version-min=10.6 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libsuitesparseconfig.a /usr/local/opt/suite-sparse64-julia/lib/libspqr.a -o /private/tmp/julia-h5yT/usr/lib/libspqr.dylib -L/private/tmp/julia-h5yT/usr/lib -L/usr/local/opt/suite-sparse64-julia/lib -L/usr/local/opt/arpack64-julia/lib -L/usr/local/opt/openblas64-julia/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -F/usr/local/Frameworks -headerpad_max_install_names -lcholmod -lcolamd -lamd -lopenblas && \ | |
install_name_tool -id @rpath/libspqr.dylib /private/tmp/julia-h5yT/usr/lib/libspqr.dylib | |
==> make release PREFIX=/usr/local/Cellar/julia/HEAD USE_BLAS64=1 FC=/usr/local/bin/gfortran USECLANG=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas USE_SYSTEM_ZLIB=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_MPFR=1 | |
make release PREFIX=/usr/local/Cellar/julia/HEAD USE_BLAS64=1 FC=/usr/local/bin/gfortran USECLANG=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas USE_SYSTEM_ZLIB=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_MPFR=1 | |
Submodule path 'deps/Rmath': checked out '85dee98a799c193bedf6af35c839de08c2d233f6' | |
Submodule path 'deps/libuv': checked out '11ee4b8be2620b4235f76d0bccadc1a9face5cd8' | |
Submodule path 'deps/openlibm': checked out 'bb082aca5da01a3beed5705e7d6aea104482961c' | |
Submodule path 'doc/juliadoc': checked out '0ea2c97bcc9a71f544614ed979126a35b4c94f24' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
1 284k 1 5380 0 0 4614 0 0:01:03 0:00:01 0:01:02 7211 | |
9 284k 9 27908 0 0 14043 0 0:00:20 0:00:01 0:00:19 17809 | |
32 284k 32 95492 0 0 31842 0 0:00:09 0:00:02 0:00:07 37026In file included from test-float.c:34: | |
./libm-test.c:752:8: warning: ignoring return value of function declared with const attIi file included from tust-double.c :t3e : [-/libm-test.c W7u2 :n8u:s ewdrning: i-gvnaolruien]g | |
return value of function declared with const attribute [-Wunused-value] | |
FUNC(acos) (0); | |
^~~~~ ~ | |
test-float.c:20:24: note: expanded from macro 'FUNC' | |
#define FUNC(func | |
ion) function ## f | |
^ | |