Skip to content

Instantly share code, notes, and snippets.

@techstep
Created August 6, 2014 13:34
Show Gist options
  • Save techstep/e9d7ff86cc13acfbd93d to your computer and use it in GitHub Desktop.
Save techstep/e9d7ff86cc13acfbd93d to your computer and use it in GitHub Desktop.
homebrew-julia logs for OS X 10.10 (~/Library/Logs/Homebrew/julia/{01,02}.make)
mkdir -p /private/tmp/julia-5xWM/usr/lib
mkdir -p /private/tmp/julia-5xWM/deps/SuiteSparse-SYSTEM/lib
cd /private/tmp/julia-5xWM/deps/SuiteSparse-SYSTEM/lib && \
rm -f /private/tmp/julia-5xWM/usr/lib/lib{amd,cholmod,colamd,spqr,umfpack}.dylib && \
clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libamd.a -o /private/tmp/julia-5xWM/usr/lib/libamd.dylib && \
install_name_tool -id @rpath/libamd.dylib /private/tmp/julia-5xWM/usr/lib/libamd.dylib && \
clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse64-julia/lib/libcolamd.a -o /private/tmp/julia-5xWM/usr/lib/libcolamd.dylib && \
install_name_tool -id @rpath/libcolamd.dylib /private/tmp/julia-5xWM/usr/lib/libcolamd.dylib && \
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -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-5xWM/usr/lib/libcholmod.dylib -L/private/tmp/julia-5xWM/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/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 -lcolamd -lccolamd -lcamd -lamd -lopenblas && \
install_name_tool -id @rpath/libcholmod.dylib /private/tmp/julia-5xWM/usr/lib/libcholmod.dylib && \
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -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-5xWM/usr/lib/libumfpack.dylib -L/private/tmp/julia-5xWM/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/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 && \
install_name_tool -id @rpath/libumfpack.dylib /private/tmp/julia-5xWM/usr/lib/libumfpack.dylib && \
clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -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-5xWM/usr/lib/libspqr.dylib -L/private/tmp/julia-5xWM/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/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 && \
install_name_tool -id @rpath/libspqr.dylib /private/tmp/julia-5xWM/usr/lib/libspqr.dylib
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'
Submodule 'deps/openspecfun' (git://github.com/JuliaLang/openspecfun.git) registered for path 'deps/openspecfun'
Submodule 'doc/juliadoc' (git://github.com/JuliaLang/JuliaDoc.git) registered for path 'doc/juliadoc'
Cloning into 'deps/openspecfun'...
Submodule path 'deps/openspecfun': checked out 'f3036c094ae56fdf447092a871ea4fe27fdeec16'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
100 134 100 134 0 0 140 0 --:--:-- --:--:-- --:--:-- 140
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
0 0 0 84226 0 0 56252 0 --:--:-- 0:00:01 --:--:-- 56252
yes
checking whether make supports nested variables... % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0yes
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0checking build system type... x86_64-apple-darwin14.0.0
checking host system type... x86_64-apple-darwin14.0.0
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 accepts -g... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 option to accep100 103k 100 103k 0 0 100k 0 0:00:01 0:00:01 --:--:-- 100k
none needed
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 understands -c and -o together... yes
checking for style of include used by make... GNU
13 284k 13 38844 0 0 26322 0 0:00:11 0:00:01 0:00:10 26317checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64... gcc3
checking for ar... ar
78 284k 78 223k 0 0 99234 0 0:00:02 0:00:02 --:--:-- 99232ar
checking whether make supports nested variables... (cached) yes
100 284k 100 284k 0 0 118k 0 0:00:02 0:00:02 --:--:-- 118k
printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64... patching file dSFMT.h
patching file dSFMT.c
/Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... patching file utf8proc-v1.1.6/Makefile
yes
patching file utf8proc.c
patching file utf8proc.h
checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 object... make[3]: Circular src/libuwind.cxx <- src/libuwind.cxx.o dependency dropped.
ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libosxunwind.a(Unwind-sjlj.c.o) has no symbols
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 supports -fno-rtti -fno-exceptions... yes
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 option to produce PIC... -fno-common -DPIC
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 PIC flag -fno-common -DPIC works... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 static flag -static works... no
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 supports -c -o file.o... yes
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 supports -c -o file.o... (cached) yes
checking whether the clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... no
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... ar: creating archive libutf8proc.a
no
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dtrace... dtrace
checking if dtrace works... yes
checking if dtrace should instrument object files... no
checking for pkg-config... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
In file included from test-double.c:34:
./libm-test.c:748:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(acos) (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:778:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(acosh) (7);
^~~~~ ~
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:801:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(asin) (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:831:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(asinh) (0.7L);
^~~~~ ~~~~
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:854:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atan) (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:882:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(atanh) (0.7L);
^~~~~ ~~~~
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:910: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-double.c:34:
./libm-test.c:1489:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cbrt) (8);
^~~~ ~
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:1929: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-double.c:34:
./libm-test.c:1955:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(cosh) (0.7L);
^~~~ ~~~~
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:2358:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(erf) (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:2386:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(erfc) (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:2413: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:2474:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(exp2) (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:2500:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(expm1) (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:2697:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(fmod) (6.5, 2.3L);
^~~~ ~~~~~~~~~
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:2780:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(gamma) (1);
^~~~~ ~
./libm-test.c:2774:15: note: expanded from macro 'gamma'
#define gamma lgamma /* XXX scp XXX */
^~~~~~
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:2823:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(hypot) (0.7L, 12.4L);
^~~~~ ~~~~~~~~~~~
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:3074:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(lgamma) (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:3191: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:3219:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log10) (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:3252:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(log1p) (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:3280: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-double.c:34:
./libm-test.c:3520: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-double.c:34:
./libm-test.c:3696:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(remainder) (1.625, 1.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:3928: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:4003:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(sinh) (0.7L);
^~~~ ~~~~
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:4030: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:4063: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-double.c:34:
./libm-test.c:4086:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tanh) (0.7L);
^~~~ ~~~~
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:4118:8: warning: ignoring return value of function declared with const attribute [-Wunused-value]
FUNC(tgamma) (1);
^~~~~~ ~
test-double.c:20:24: note: expanded from macro 'FUNC'
#define FUNC(function) function
^
31 warnings generated.
config.status: creating libuv.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/sh ./config.status
config.status: creating libuv.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
GEN include/uv-dtrace.h
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-uv-common.lo
CC src/libuv_la-version.lo
CC src/unix/libuv_la-async.lo
CC src/unix/libuv_la-core.lo
CC src/unix/libuv_la-dl.lo
CC src/unix/libuv_la-fs.lo
CC src/unix/libuv_la-getaddrinfo.lo
CC src/unix/libuv_la-getnameinfo.lo
CC src/unix/libuv_la-loop-watcher.lo
CC src/unix/libuv_la-loop.lo
CC src/unix/libuv_la-pipe.lo
CC src/unix/libuv_la-poll.lo
CC src/unix/libuv_la-process.lo
CC src/unix/libuv_la-signal.lo
CC src/unix/libuv_la-stream.lo
CC src/unix/libuv_la-tcp.lo
CC src/unix/libuv_la-thread.lo
CC src/unix/libuv_la-threadpool.lo
CC src/unix/libuv_la-timer.lo
CC src/unix/libuv_la-tty.lo
CC src/unix/libuv_la-udp.lo
CC src/unix/libuv_la-darwin.lo
CC src/unix/libuv_la-darwin-proctitle.lo
CC src/unix/libuv_la-fsevents.lo
CC src/unix/libuv_la-kqueue.lo
CC src/unix/libuv_la-proctitle.lo
CCLD libuv.la
./install-sh -c -d '/private/tmp/julia-5xWM/usr/lib'
./install-sh -c -d '/private/tmp/julia-5xWM/usr/include'
./install-sh -c -d '/private/tmp/julia-5xWM/usr/lib/pkgconfig'
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/private/tmp/julia-5xWM/usr/lib'
/usr/bin/install -c -m 644 libuv.pc '/private/tmp/julia-5xWM/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 include/uv.h include/uv-errno.h include/uv-version.h include/uv-unix.h include/uv-darwin.h '/private/tmp/julia-5xWM/usr/include'
libtool: install: /usr/bin/install -c .libs/libuv.11.dylib /private/tmp/julia-5xWM/usr/lib/libuv.11.dylib
libtool: install: (cd /private/tmp/julia-5xWM/usr/lib && { ln -s -f libuv.11.dylib libuv.dylib || { rm -f libuv.dylib && ln -s libuv.11.dylib libuv.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libuv.lai /private/tmp/julia-5xWM/usr/lib/libuv.la
libtool: install: /usr/bin/install -c .libs/libuv.a /private/tmp/julia-5xWM/usr/lib/libuv.a
libtool: install: chmod 644 /private/tmp/julia-5xWM/usr/lib/libuv.a
libtool: install: ranlib /private/tmp/julia-5xWM/usr/lib/libuv.a
CC src/jltypes.o
CC src/gf.o
CC src/builtins.o
CC src/support/hashing.o
CC src/support/timefuncs.o
CC src/support/ptrhash.o
CC src/support/operators.o
CC src/module.o
CC src/support/utf8.o
CC src/codegen.o
CC src/support/ios.o
CC src/support/htable.o
CC src/support/bitvector.o
CC src/support/int2str.o
CC src/interpreter.o
CC src/support/libsupportinit.o
CC src/support/arraylist.o
CC src/alloc.o
CC src/support/strtod.o
CC src/dlload.o
LINK src/support/libsupport.a
CC src/sys.o
CC src/init.o
init.c:22:10: fatal error: 'machine/_structs.h' file not found
#include <machine/_structs.h>
^
CC src/task.o
1 error generated.
make[2]: *** [init.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
HOMEBREW_VERSION: 0.9.5
HEAD: 2c410607ce3afade28c23c876a519e2d2a41aa1e
CPU: quad-core 64-bit sandybridge
OS X: 10.10-x86_64
Xcode: 6.0 => /Applications/Xcode6-Beta5.app/Contents/Developer
CLT: 6.0.0.0.1.1406926514
Clang: 6.0 build 600
X11: 2.7.6 => /opt/X11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment