Skip to content

Instantly share code, notes, and snippets.

@staticfloat
Created April 9, 2012 23:51
Show Gist options
  • Save staticfloat/2347454 to your computer and use it in GitHub Desktop.
Save staticfloat/2347454 to your computer and use it in GitHub Desktop.
julia build log, FFTW failure
$ brew install -v --HEAD julia
==> Installing julia
==> Cloning https://github.com/JuliaLang/julia.git
Updating /Library/Caches/Homebrew/julia--git
git remote set-url origin https://github.com/JuliaLang/julia.git
git fetch origin
git reset --hard origin/HEAD
HEAD is now at 9d25ba8 fix #691
git checkout-index -a -f --prefix=/private/tmp/homebrew-julia-HEAD-vExl/
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_FFTW=1 install
make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_FFTW=1 install
e_scalbf.c: In function ‘scalbf’:
e_scalbf.c:31: warning: incompatible implicit declaration of built-in function ‘isnanf’
e_scalbf.c:32: warning: incompatible implicit declaration of built-in function ‘finitef’
s_significandf.c: In function ‘significandf’:
s_significandf.c:22: warning: incompatible implicit declaration of built-in function ‘scalbf’
e_jnf.c: In function ‘jnf’:
e_jnf.c:44: warning: incompatible implicit declaration of built-in function ‘j0f’
e_jnf.c:45: warning: incompatible implicit declaration of built-in function ‘j1f’
e_jnf.c: In function ‘ynf’:
e_jnf.c:176: warning: incompatible implicit declaration of built-in function ‘y0f’
e_jnf.c:177: warning: incompatible implicit declaration of built-in function ‘y1f’
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 245k 100 245k 0 0 104k 0 0:00:02 0:00:02 --:--:-- 113k
patching file dSFMT.h
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6845k 100 6845k 0 0 977k 0 0:00:07 0:00:07 --:--:-- 1154k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1216k 100 1216k 0 0 267k 0 0:00:04 0:00:04 --:--:-- 403k
CC src/jltypes.o
CC src/gf.o
CC src/support/hashing.o
CC src/support/timefuncs.o
CC src/support/dblprint.o
CC src/support/ptrhash.o
CC src/support/operators.o
CC src/support/socket.o
CC src/support/utf8.o
CC src/support/ios.o
CC src/support/dirpath.o
CC src/support/htable.o
CC src/support/bitvector.o
CC src/support/int2str.o
CC src/support/dump.o
CC src/support/libsupportinit.o
CC src/support/arraylist.o
LINK src/support/libsupport.a
CC src/flisp/flisp.o
CC src/flisp/builtins.o
CC src/flisp/string.o
CC src/flisp/equalhash.o
CC src/flisp/table.o
CC src/flisp/iostream.o
CC src/flisp/julia_extensions.o
LINK src/flisp/libflisp.a
CC src/flisp/flmain.o
CC src/flisp/flisp
FLISP src/julia_flisp.boot
FLISP src/julia_flisp.boot.inc
CC src/ast.o
CC src/builtins.o
CC src/module.o
CC src/codegen.o
CC src/interpreter.o
CC src/alloc.o
CC src/dlload.o
CC src/sys.o
CC src/init.o
CC src/task.o
CC src/array.o
CC src/dump.o
CC src/gc.o
LINK src/libjulia-release.a
LINK libjulia-release.dylib
PERL base/pcre_h.jl
PERL base/errno_h.jl
CC ui/repl.o
CC ui/repl-basic.o
LINK uijulia-release-basic
CC ui/repl-readline.o
LINK uijulia-release-readline
LINK ui/webserverjulia-release-webserver
JULIA sys0.ji
dlopen(libfftw3.bundle, 2): image not found
make[1]: *** [sys0.ji] Error 1
make: *** [release] Error 2
==> Exit Status: 2
https://github.com/mxcl/master/blob/master/Library/Formula/julia.rb#L37
==> Build Environment
HOMEBREW_PREFIX: /Users/sabae/.homebrew
CPU: dual-core 64-bit penryn
MacOS: 10.7.3-x86_64
Xcode: 4.3.1
CFLAGS: -I/Users/sabae/.homebrew/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.2/include -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/Cellar/readline/6.2.2/lib
CXXFLAGS: -I/Users/sabae/.homebrew/include -I/Users/sabae/.homebrew/Cellar/readline/6.2.2/include -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/Cellar/readline/6.2.2/lib
CPPFLAGS: -I/Users/sabae/.homebrew/Cellar/readline/6.2.2/include -isystem /Users/sabae/.homebrew/include
LDFLAGS: -L/Users/sabae/.homebrew/Cellar/readline/6.2.2/lib -L/Users/sabae/.homebrew/lib
Error: Failed executing: make PREFIX=/Users/sabae/.homebrew/Cellar/julia/HEAD USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_FFTW=1 install (julia.rb:37)
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/reporting-bugs
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment