Skip to content

Instantly share code, notes, and snippets.

@sbos
Created June 25, 2013 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbos/5859327 to your computer and use it in GitHub Desktop.
Save sbos/5859327 to your computer and use it in GitHub Desktop.
build-error.log
==> 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.cW7u2: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
^
test-double.c:<s:ratch space>:272:: 1n:te: e xnpte: eaxnpdaendd efdr of rmoamc rmoa c'rFoU N'Ca'c
os'
#defi
e FUNC(function) function
^
^
In file included from test-double.c:In:
ile included from te./libm-test.::380:
:.8libm-test.c::8 5:warnwarning: iggnnoorriinngg rreettuurrnn vvaalluuee ooff ufnucntcitoino nd edcelcalraerde dw iwtiht hc ocnosnts ta tattrtirbiubtuet e[ -[W-uWnuunsuesde-dv-avlauleu]e
]
FUNC(asin) (0);
^~~~ ~
test-float.cc::220::224:: nnote: eexxppaannddeedd ffrroomm mmaaccrroo ''FFUUNNCC''
#define FUNC(function) function
define FUNC(function) function ## f ^
<scratch space>:84:1: note: expanded from macro 'asin'
asinf
^~~~~
In file included from test-double.c:34:
./libm-test.c:858:8: warning: ignoring return value of function Ie file included from cest-float.cla4r
e/libm-test.cd 58wit hw rning: icgonnosrti nagt trreitbuurtne v[a-lWuuen uosfe df-uvnacltuieo]n
decla eFUNC(atan) (0);
d ^~~~ ~
withst-double.c c0on4stn te: attarnidbeudt ef r[o-mW umnaucsreod -'vFaUlNuCe']
FUNC(atan) (0);tion) function
^~~~~ ~ ^
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:84:1: note: expanded from macro 'atan'
atanf
^~~~~
In file included from test-double.c:34:
./libm-test.c:914:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atan2) (-0, 1);
^~~~~ ~~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-float.c:34:
./libm-test.c:914:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atan2) (-0, 1);
^~~~~~ ~~~~~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:84:1: note: expanded from macro 'atan2'
atan2f
^~~~~~
In file included from test-double.c:34:
./libm-test.c:1933:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cos) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-float.c:34:
./libm-test.c:1933:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cos) (0);
^~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:84:1: note: expanded from macro 'cos'
cosf
^~~~
In file included from test-double.c:34:
./libm-test.c:2417:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(exp) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:2478:8: warning: ignoIi file included from tnst-float.c:g3 :r./libm-test.c:e2t17:u8r:n wvrning: iaglnuoer ionfg fruentcutrino nv adleucel aorfe df uwnictthi ocno ndsetc laatrterdi bwuitteh [c-oWnusntu saetdt-rviabluutee]
[-Wunus dFUNC(exp2) (0);
- v ^~~~ ~
alueest-double.c]2
:24: note: ex aFUNC(exp) (0);
n d ^~~~ ~
ed trst-float.c:o2m: 2m:a cnrte: eox p'aFnUdNeCd'
from m#cefine FUNC(function) function
r o ^
'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:84:1: note: expanded from macro 'exp'
expf
^~~~
In file included from test-float.c:34:
./libm-test.c:2478:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(exp2) (0);
^~~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:84:1: note: expanded from macro 'exp2'
exp2f
^~~~~
In file included from test-double.c:34:
./libm-test.c:3195:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log) (1);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:3284:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log2) (1);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-float.c:34:
./libm-test.c:3195:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log) (1);
^~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:143:1: note: expanded from macro 'log'
logf
^~~~
In file included from test-float.c:34:
./libm-test.c:3284:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log2) (1);
^~~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:153:1: note: expanded from macro 'log2'
log2f
^~~~~
In file included from test-double.c:34:
./libm-test.c:3524:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(pow) (0, 0);
^~~ ~~~~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-float.c:34:
./libm-test.c:3524:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(pow) (0, 0);
^~~~ ~~~~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:153:1: note: expanded from macro 'pow'
powf
^~~~
In file included from test-double.c:34:
./libm-test.c:3932:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sin) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4035:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sqrt) (1);
^~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-double.c:34:
./libm-test.c:4068:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tan) (0);
^~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
In file included from test-float.c:34:
./libm-test.c:3932:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sin) (0);
^~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:153:1: note: expanded from macro 'sin'
sinf
^~~~
In file included from test-float.c:34:
./libm-test.c:4035:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sqrt) (1);
^~~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:153:1: note: expanded from macro 'sqrt'
sqrtf
^~~~~
In file included from test-float.c:34:
./libm-test.c:4068:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tan) (0);
^~~~ ~
test-float.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function ## f
^
<scratch space>:153:1: note: expanded from macro 'tan'
tanf
^~~~
13 warnings generated.
13 warnings generated.
100 284k 100 284k 0 0 74797 0 0:00:03 0:00:03 --:--:-- 83862
patching file dSFMT.h
patching file dSFMT.c
CC src/jltypes.o
CC src/gf.o
CC src/builtins.o
CC src/module.o
CC src/codegen.o
CC src/interpreter.o
CC src/alloc.o
codegen.cpp:23:10: fatal error: 'llvm/DerivedTypes.h' file not found
#include "llvm/DerivedTypes.h"
^
CC src/support/hashing.o
CC src/support/timefuncs.o
CC src/dlload.o
CC src/support/dblprint.o
CC src/support/ptrhash.o
CC src/support/operators.o
CC src/support/utf8.o
CC src/support/ios.o
CC src/support/htable.o
CC src/sys.o
CC src/support/bitvector.o
CC src/init.o
CC src/support/int2str.o
CC src/support/libsupportinit.o
CC src/task.o
CC src/support/arraylist.o
CC src/array.o
CC src/dump.o
CC src/toplevel.o
LINK src/support/libsupport.a
CC src/jl_uv.o
CC src/jlapi.o
CC src/gc.o
CC src/flisp/flisp.o
CC src/flisp/builtins.o
CC src/flisp/equalhash.o
CC src/flisp/string.o
CC src/flisp/table.o
CC src/flisp/iostream.o
CC src/flisp/julia_extensions.o
CC src/flisp/flmain.o
1 error generated.
make[2]: *** [codegen.o] Error 1
make[2]: *** Waiting for unfinished jobs....
LINK src/flisp/libflisp.a
CC src/flisp/flisp
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
Error: julia did not build
==> Formula
Tap: staticfloat/julia
Path: /usr/local/Library/Taps/staticfloat-julia/julia.rb
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 3e753d624b7d2035549926f9410e31f8b0d147a2
CPU: 8-core 64-bit sandybridge
OS X: 10.7.5-x86_64
CLT: 4.6.0.0.1.1365549073
X11: 2.6.5 => /usr/X11
==> ENV
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7
CPPFLAGS: -I/usr/local/opt/suite-sparse64-julia/include -I/usr/local/opt/openblas64-julia/include -I/usr/local/opt/readline/include -F/usr/local/Frameworks
LDFLAGS: -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
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/suite-sparse64-julia:/usr/local/opt/arpack64-julia:/usr/local/opt/openblas64-julia:/usr/local/opt/readline
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.7
PKG_CONFIG_PATH: /usr/local/opt/arpack64-julia/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
OBJC: /usr/bin/clang
PATH: /usr/local/opt/arpack64-julia/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/texbin:/usr/local/Library/Contributions/cmd:/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment