Created
March 30, 2012 17:51
-
-
Save kumarshantanu/2253354 to your computer and use it in GitHub Desktop.
Output of `brew install -v rust`
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
==> Downloading http://dl.rust-lang.org/dist/rust-0.2.tar.gz | |
Already downloaded: /Users/shantanu/Library/Caches/Homebrew/rust-0.2.tar.gz | |
/usr/bin/tar xf /Users/shantanu/Library/Caches/Homebrew/rust-0.2.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/rust/0.2 | |
./configure --prefix=/usr/local/Cellar/rust/0.2 | |
configure: looking for configure programs | |
configure: found cmp | |
configure: found mkdir | |
configure: found printf | |
configure: found cut | |
configure: found grep | |
configure: found xargs | |
configure: found cp | |
configure: found find | |
configure: found uname | |
configure: found date | |
configure: found tr | |
configure: found sed | |
configure: inspecting environment | |
configure: recreating config.tmp | |
configure: | |
configure: processing ./configure args | |
configure: | |
configure: CFG_PREFIX := /usr/local/Cellar/rust/0.2 | |
configure: CFG_LLVM_ROOT := | |
configure: CFG_HOST_TRIPLE := x86_64-apple-darwin | |
configure: CFG_TARGET_TRIPLES := x86_64-apple-darwin | |
configure: | |
configure: looking for build programs | |
configure: | |
configure: CFG_PERL := /usr/bin/perl | |
configure: CFG_PYTHON := /usr/bin/python | |
configure: CFG_CURL := /usr/bin/curl | |
configure: CFG_GIT := /usr/local/bin/git | |
configure: git: no git directory. disabling submodules | |
configure: CFG_CLANG := /usr/bin/clang++ | |
configure: CFG_GCC := /usr/bin/gcc | |
configure: CFG_LLVM_CONFIG := /usr/local/bin/llvm-config | |
configure: CFG_VALGRIND := | |
configure: CFG_PERF := | |
configure: CFG_ISCC := | |
configure: CFG_LLNEXTGEN := | |
configure: CFG_PANDOC := /Users/shantanu/.cabal/bin/pandoc | |
configure: CFG_PDFLATEX := /usr/texbin/pdflatex | |
configure: CFG_XETEX := /usr/texbin/xetex | |
configure: CFG_LUATEX := /usr/texbin/luatex | |
configure: CFG_NODE := /usr/local/bin/node | |
configure: | |
configure: making directories | |
configure: | |
configure: mkdir -p doc/core | |
configure: mkdir -p doc/std | |
configure: mkdir -p dl | |
configure: mkdir -p tmp | |
configure: mkdir -p llvm | |
configure: mkdir -p llvm/x86_64-apple-darwin | |
configure: mkdir -p rustllvm | |
configure: mkdir -p rustllvm/x86_64-apple-darwin | |
configure: mkdir -p rt | |
configure: mkdir -p rt/x86_64-apple-darwin | |
configure: mkdir -p rt/x86_64-apple-darwin/isaac | |
configure: mkdir -p rt/x86_64-apple-darwin/bigint | |
configure: mkdir -p rt/x86_64-apple-darwin/sync | |
configure: mkdir -p rt/x86_64-apple-darwin/test | |
configure: mkdir -p rt/x86_64-apple-darwin/arch/i386 | |
configure: mkdir -p rt/x86_64-apple-darwin/arch/x86_64 | |
configure: mkdir -p rt/x86_64-apple-darwin/libuv | |
configure: mkdir -p rt/x86_64-apple-darwin/libuv/src/ares | |
configure: mkdir -p rt/x86_64-apple-darwin/libuv/src/eio | |
configure: mkdir -p rt/x86_64-apple-darwin/libuv/src/ev | |
configure: mkdir -p x86_64-apple-darwin/stage0/bin | |
configure: mkdir -p x86_64-apple-darwin/stage0/lib | |
configure: mkdir -p x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/bin | |
configure: mkdir -p x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib | |
configure: mkdir -p x86_64-apple-darwin/stage1/bin | |
configure: mkdir -p x86_64-apple-darwin/stage1/lib | |
configure: mkdir -p x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/bin | |
configure: mkdir -p x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib | |
configure: mkdir -p x86_64-apple-darwin/stage2/bin | |
configure: mkdir -p x86_64-apple-darwin/stage2/lib | |
configure: mkdir -p x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/bin | |
configure: mkdir -p x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib | |
configure: mkdir -p x86_64-apple-darwin/stage3/bin | |
configure: mkdir -p x86_64-apple-darwin/stage3/lib | |
configure: mkdir -p x86_64-apple-darwin/stage3/lib/rustc/x86_64-apple-darwin/bin | |
configure: mkdir -p x86_64-apple-darwin/stage3/lib/rustc/x86_64-apple-darwin/lib | |
configure: mkdir -p x86_64-apple-darwin/test/run-pass | |
configure: mkdir -p x86_64-apple-darwin/test/run-fail | |
configure: mkdir -p x86_64-apple-darwin/test/compile-fail | |
configure: mkdir -p x86_64-apple-darwin/test/bench | |
configure: mkdir -p x86_64-apple-darwin/test/perf | |
configure: mkdir -p x86_64-apple-darwin/test/pretty | |
configure: mkdir -p x86_64-apple-darwin/test/doc-tutorial | |
configure: mkdir -p x86_64-apple-darwin/test/doc-ref | |
configure: | |
configure: configuring submodules | |
configure: | |
configure: | |
configure: looking at LLVM | |
configure: | |
configure: configuring LLVM for x86_64-apple-darwin | |
configure: configuring LLVM with: | |
configure: --enable-targets=x86,x86_64 --enable-optimized --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads --build=x86_64-apple-darwin --host=x86_64-apple-darwin --target=x86_64-apple-darwin | |
checking for x86_64-apple-darwin-clang... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking build system type... x86_64-apple-darwin | |
checking host system type... x86_64-apple-darwin | |
checking target system type... x86_64-apple-darwin | |
checking type of operating system we're going to host on... Darwin | |
checking type of operating system we're going to target... Darwin | |
checking target architecture... x86_64 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -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 | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking optimization flags... -O3 | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking for GNU make... make | |
checking whether ln -s works... yes | |
checking for cmp... /usr/bin/cmp | |
checking for cp... /bin/cp | |
checking for date... /bin/date | |
checking for find... /usr/bin/find | |
checking for grep... (cached) /usr/bin/grep | |
checking for mkdir... /bin/mkdir | |
checking for mv... /bin/mv | |
checking for x86_64-apple-darwin-ranlib... no | |
checking for ranlib... ranlib | |
checking for x86_64-apple-darwin-ar... no | |
checking for ar... ar | |
checking for rm... /bin/rm | |
checking for sed... /usr/bin/sed | |
checking for tar... /usr/bin/tar | |
checking for pwd... /bin/pwd | |
checking for Graphviz... echo Graphviz | |
checking for dot... echo dot | |
checking for fdp... echo fdp | |
checking for neato... echo neato | |
checking for twopi... echo twopi | |
checking for circo... echo circo | |
checking for gv... no | |
checking for gsview32... no | |
checking for dotty... echo dotty | |
checking for xdot.py... echo xdot.py | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for bzip2... /usr/bin/bzip2 | |
checking for cat... /bin/cat | |
checking for doxygen... no | |
checking for groff... /usr/bin/groff | |
checking for gzip... /usr/bin/gzip | |
checking for pod2html... /usr/bin/pod2html | |
checking for pod2man... /usr/bin/pod2man | |
checking for pdfroff... /usr/bin/pdfroff | |
checking for runtest... no | |
checking for the tclsh program in tclinclude directory... none | |
checking for tclsh8.4... /usr/bin/tclsh8.4 | |
checking for zip... /usr/bin/zip | |
checking for ocamlc... /usr/local/godi/bin/ocamlc | |
checking for ocamlopt... /usr/local/godi/bin/ocamlopt | |
checking for ocamldep... /usr/local/godi/bin/ocamldep | |
checking for ocamldoc... /usr/local/godi/bin/ocamldoc | |
checking for gas... no | |
checking for as... /usr/bin/as | |
checking for linker version... 123.2.1 | |
checking for compiler -Wl,-R<path> option... no | |
checking for compiler -Wl,-export-dynamic option... no | |
checking for compiler -Wl,--version-script option... no | |
checking for an ANSI C-conforming const... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dynamic linker characteristics... darwin dyld | |
checking which extension is used for loadable modules... .dylib | |
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for objdir... .libs | |
checking command to parse /usr/bin/nm output from object... ok | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen in -ldl... yes | |
checking for dlerror... yes | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_append... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking for memory.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for unistd.h... (cached) yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dl.h usability... no | |
checking sys/dl.h presence... no | |
checking for sys/dl.h... no | |
checking dld.h usability... no | |
checking dld.h presence... no | |
checking for dld.h... no | |
checking mach-o/dyld.h usability... yes | |
checking mach-o/dyld.h presence... yes | |
checking for mach-o/dyld.h... yes | |
checking for string.h... (cached) yes | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for strcmp... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking tool compatibility... ok | |
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers | |
checking for sin in -lm... yes | |
checking for library containing dlopen... none required | |
checking for library containing mallinfo... no | |
checking for dirent.h that defines DIR... (cached) yes | |
checking for library containing opendir... (cached) none required | |
checking for MAP_ANONYMOUS vs. MAP_ANON... no | |
checking whether stat file-mode macros are broken... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for dlfcn.h... (cached) yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking link.h usability... no | |
checking link.h presence... no | |
checking for link.h... no | |
checking for malloc.h... (cached) no | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking malloc/malloc.h usability... yes | |
checking malloc/malloc.h presence... yes | |
checking for malloc/malloc.h... yes | |
checking mach/mach.h usability... yes | |
checking mach/mach.h presence... yes | |
checking for mach/mach.h... yes | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking CrashReporterClient.h usability... no | |
checking CrashReporterClient.h presence... no | |
checking for CrashReporterClient.h... no | |
checking __crashreporter_info__... yes | |
checking for HUGE_VAL sanity... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for backtrace... yes | |
checking for ceilf... yes | |
checking for floorf... yes | |
checking for roundf... yes | |
checking for rintf... yes | |
checking for nearbyintf... yes | |
checking for getcwd... yes | |
checking for powf... yes | |
checking for fmodf... yes | |
checking for strtof... yes | |
checking for round... yes | |
checking for getpagesize... yes | |
checking for getrusage... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for gettimeofday... yes | |
checking for isatty... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for posix_spawn... yes | |
checking for pread... yes | |
checking for realpath... yes | |
checking for sbrk... yes | |
checking for setrlimit... (cached) yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for setenv... yes | |
checking for strtoll... yes | |
checking for strtoq... yes | |
checking for sysconf... yes | |
checking for malloc_zone_statistics... yes | |
checking for setjmp... yes | |
checking for longjmp... yes | |
checking for sigsetjmp... yes | |
checking for siglongjmp... yes | |
checking for writev... yes | |
checking if printf has the %a format character... yes | |
checking for srand48/lrand48/drand48 in <stdlib.h>... yes | |
checking whether strerror_s is declared... no | |
checking for isnan in <math.h>... yes | |
checking for isnan in <cmath>... no | |
checking for std::isnan in <cmath>... yes | |
checking for isinf in <math.h>... yes | |
checking for isinf in <cmath>... no | |
checking for std::isinf in <cmath>... no | |
checking for finite in <ieeefp.h>... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for mmap of files... yes | |
checking if /dev/zero is needed for mmap... no | |
checking for GCC atomic builtins... yes | |
checking for __dso_handle... yes | |
checking for compiler -fvisibility-inlines-hidden option... yes | |
configure: creating ./config.status | |
config.status: creating include/llvm/Config/Targets.def | |
config.status: creating include/llvm/Config/AsmPrinters.def | |
config.status: creating include/llvm/Config/AsmParsers.def | |
config.status: creating include/llvm/Config/Disassemblers.def | |
config.status: creating Makefile.config | |
config.status: creating llvm.spec | |
config.status: creating docs/doxygen.cfg | |
config.status: creating bindings/ocaml/llvm/META.llvm | |
config.status: creating include/llvm/Config/config.h | |
config.status: creating include/llvm/Config/llvm-config.h | |
config.status: creating include/llvm/Support/DataTypes.h | |
config.status: executing setup commands | |
config.status: executing Makefile commands | |
config.status: executing Makefile.common commands | |
config.status: executing examples/Makefile commands | |
config.status: executing lib/Makefile commands | |
config.status: executing runtime/Makefile commands | |
config.status: executing test/Makefile commands | |
config.status: executing test/Makefile.tests commands | |
config.status: executing unittests/Makefile commands | |
config.status: executing tools/Makefile commands | |
config.status: executing utils/Makefile commands | |
config.status: executing projects/Makefile commands | |
config.status: executing bindings/Makefile commands | |
config.status: executing bindings/ocaml/Makefile.ocaml commands | |
=== configuring in projects/sample (/private/tmp/homebrew-rust-0.2-PDg0/rust-0.2/llvm/x86_64-apple-darwin/projects/sample) | |
configure: running /bin/sh /private/tmp/homebrew-rust-0.2-PDg0/rust-0.2/./src/llvm/projects/sample/configure --prefix=/usr/local '--enable-targets=x86,x86_64' '--enable-optimized' '--disable-docs' '--disable-jit' '--enable-bindings=none' '--disable-threads' '--disable-pthreads' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--target=x86_64-apple-darwin' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'target_alias=x86_64-apple-darwin' 'CC=gcc' 'CFLAGS=' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=/private/tmp/homebrew-rust-0.2-PDg0/rust-0.2/./src/llvm/projects/sample | |
checking llvm-config... no | |
checking LLVM package version... unknown | |
checking for x86_64-apple-darwin-clang... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking build system type... x86_64-apple-darwin | |
checking host system type... x86_64-apple-darwin | |
checking target system type... x86_64-apple-darwin | |
checking type of operating system we're going to host on... Darwin | |
checking type of operating system we're going to target... Darwin | |
checking target architecture... x86_64 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -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 | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking optimization flags... -O3 | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking for GNU make... make | |
checking whether ln -s works... yes | |
checking for cmp... /usr/bin/cmp | |
checking for cp... /bin/cp | |
checking for date... /bin/date | |
checking for find... /usr/bin/find | |
checking for grep... (cached) /usr/bin/grep | |
checking for mkdir... /bin/mkdir | |
checking for mv... /bin/mv | |
checking for x86_64-apple-darwin-ranlib... no | |
checking for ranlib... ranlib | |
checking for x86_64-apple-darwin-ar... no | |
checking for ar... ar | |
checking for rm... /bin/rm | |
checking for sed... /usr/bin/sed | |
checking for tar... /usr/bin/tar | |
checking for pwd... /bin/pwd | |
checking for Graphviz... echo Graphviz | |
checking for dot... echo dot | |
checking for fdp... echo fdp | |
checking for neato... echo neato | |
checking for twopi... echo twopi | |
checking for circo... echo circo | |
checking for gv... no | |
checking for gsview32... no | |
checking for dotty... echo dotty | |
checking for xdot.py... echo xdot.py | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for bzip2... /usr/bin/bzip2 | |
checking for cat... /bin/cat | |
checking for doxygen... no | |
checking for groff... /usr/bin/groff | |
checking for gzip... /usr/bin/gzip | |
checking for pod2html... /usr/bin/pod2html | |
checking for pod2man... /usr/bin/pod2man | |
checking for pdfroff... /usr/bin/pdfroff | |
checking for runtest... no | |
checking for the tclsh program in tclinclude directory... none | |
checking for tclsh8.4... /usr/bin/tclsh8.4 | |
checking for zip... /usr/bin/zip | |
checking for ocamlc... /usr/local/godi/bin/ocamlc | |
checking for ocamlopt... /usr/local/godi/bin/ocamlopt | |
checking for ocamldep... /usr/local/godi/bin/ocamldep | |
checking for ocamldoc... /usr/local/godi/bin/ocamldoc | |
checking for gas... no | |
checking for as... /usr/bin/as | |
checking for linker version... 123.2.1 | |
checking for compiler -Wl,-R<path> option... no | |
checking for compiler -Wl,-export-dynamic option... no | |
checking for compiler -Wl,--version-script option... no | |
checking for an ANSI C-conforming const... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dynamic linker characteristics... darwin dyld | |
checking which extension is used for loadable modules... .dylib | |
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for objdir... .libs | |
checking command to parse /usr/bin/nm output from object... ok | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen in -ldl... yes | |
checking for dlerror... yes | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_append... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking for memory.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for unistd.h... (cached) yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dl.h usability... no | |
checking sys/dl.h presence... no | |
checking for sys/dl.h... no | |
checking dld.h usability... no | |
checking dld.h presence... no | |
checking for dld.h... no | |
checking mach-o/dyld.h usability... yes | |
checking mach-o/dyld.h presence... yes | |
checking for mach-o/dyld.h... yes | |
checking for string.h... (cached) yes | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for strcmp... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking tool compatibility... ok | |
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers | |
checking for sin in -lm... yes | |
checking for library containing dlopen... none required | |
checking for library containing mallinfo... no | |
checking for dirent.h that defines DIR... (cached) yes | |
checking for library containing opendir... (cached) none required | |
checking for MAP_ANONYMOUS vs. MAP_ANON... no | |
checking whether stat file-mode macros are broken... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for dlfcn.h... (cached) yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking link.h usability... no | |
checking link.h presence... no | |
checking for link.h... no | |
checking for malloc.h... (cached) no | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking malloc/malloc.h usability... yes | |
checking malloc/malloc.h presence... yes | |
checking for malloc/malloc.h... yes | |
checking mach/mach.h usability... yes | |
checking mach/mach.h presence... yes | |
checking for mach/mach.h... yes | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking CrashReporterClient.h usability... no | |
checking CrashReporterClient.h presence... no | |
checking for CrashReporterClient.h... no | |
checking __crashreporter_info__... yes | |
checking for HUGE_VAL sanity... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for backtrace... yes | |
checking for ceilf... yes | |
checking for floorf... yes | |
checking for roundf... yes | |
checking for rintf... yes | |
checking for nearbyintf... yes | |
checking for getcwd... yes | |
checking for powf... yes | |
checking for fmodf... yes | |
checking for strtof... yes | |
checking for round... yes | |
checking for getpagesize... yes | |
checking for getrusage... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for gettimeofday... yes | |
checking for isatty... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for posix_spawn... yes | |
checking for realpath... yes | |
checking for sbrk... yes | |
checking for setrlimit... (cached) yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for setenv... yes | |
checking for strtoll... yes | |
checking for strtoq... yes | |
checking for sysconf... yes | |
checking for malloc_zone_statistics... yes | |
checking for setjmp... yes | |
checking for longjmp... yes | |
checking for sigsetjmp... yes | |
checking for siglongjmp... yes | |
checking for writev... yes | |
checking if printf has the %a format character... yes | |
checking for srand48/lrand48/drand48 in <stdlib.h>... yes | |
checking whether strerror_s is declared... no | |
checking for isnan in <math.h>... yes | |
checking for isnan in <cmath>... no | |
checking for std::isnan in <cmath>... yes | |
checking for isinf in <math.h>... yes | |
checking for isinf in <cmath>... no | |
checking for std::isinf in <cmath>... no | |
checking for finite in <ieeefp.h>... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for mmap of files... yes | |
checking if /dev/zero is needed for mmap... no | |
checking for GCC atomic builtins... yes | |
checking for __dso_handle... yes | |
checking for compiler -fvisibility-inlines-hidden option... yes | |
configure: creating ./config.status | |
config.status: creating Makefile.common | |
config.status: creating Makefile.llvm.config | |
config.status: executing setup commands | |
config.status: executing Makefile commands | |
config.status: executing lib/Makefile commands | |
config.status: executing lib/sample/Makefile commands | |
config.status: executing tools/Makefile commands | |
config.status: executing tools/sample/Makefile commands | |
configure: | |
configure: writing configuration | |
configure: | |
configure: CFG_SRC_DIR := ./ | |
configure: CFG_BUILD_DIR := /private/tmp/homebrew-rust-0.2-PDg0 ... | |
configure: CFG_OSTYPE := apple-darwin | |
configure: CFG_CPUTYPE := x86_64 | |
configure: CFG_CONFIGURE_ARGS := --prefix=/usr/local/Cellar/rust/0.2 | |
configure: CFG_PREFIX := /usr/local/Cellar/rust/0.2 | |
configure: CFG_TARGET_TRIPLES := x86_64-apple-darwin | |
configure: CFG_C_COMPILER := gcc | |
configure: CFG_LIBDIR := lib | |
configure: CFG_DISABLE_MANAGE_SUBMODULES := 1 | |
configure: CFG_LLVM_ROOT := | |
configure: CFG_LLVM_SRC_DIR := ./src/llvm/ | |
configure: CFG_LLVM_BUILD_DIR_x86_64_apple_darwin := /private/tmp/homebrew-rust-0.2-PDg0 ... | |
configure: CFG_LLVM_INST_DIR_x86_64_apple_darwin := /private/tmp/homebrew-rust-0.2-PDg0 ... | |
configure: | |
configure: cp ./Makefile.in ./Makefile | |
configure: mv config.tmp config.mk | |
configure: | |
configure: complete | |
configure: | |
==> make | |
make | |
cfg: shell host triple x86_64-apple-darwin | |
cfg: host for x86_64-apple-darwin is x86_64 | |
cfg: unix-y environment | |
cfg: using gcc | |
cfg: no llnextgen found, omitting grammar-verification | |
fetch: x86_64-apple-darwin/stage0/bin/rustc | |
compile: rt/x86_64-apple-darwin/sync/timer.o | |
compile: rt/x86_64-apple-darwin/sync/lock_and_signal.o | |
compile: rt/x86_64-apple-darwin/sync/rust_thread.o | |
compile: rt/x86_64-apple-darwin/rust.o | |
compile: rt/x86_64-apple-darwin/rust_builtin.o | |
compile: rt/x86_64-apple-darwin/rust_run_program.o | |
compile: rt/x86_64-apple-darwin/rust_env.o | |
compile: rt/x86_64-apple-darwin/rust_task_thread.o | |
compile: rt/x86_64-apple-darwin/rust_scheduler.o | |
compile: rt/x86_64-apple-darwin/rust_task.o | |
compile: rt/x86_64-apple-darwin/rust_stack.o | |
compile: rt/x86_64-apple-darwin/rust_port.o | |
compile: rt/x86_64-apple-darwin/rust_upcall.o | |
compile: rt/x86_64-apple-darwin/rust_uv.o | |
compile: rt/x86_64-apple-darwin/rust_log.o | |
compile: rt/x86_64-apple-darwin/rust_port_selector.o | |
compile: rt/x86_64-apple-darwin/circular_buffer.o | |
compile: rt/x86_64-apple-darwin/isaac/randport.o | |
compile: rt/x86_64-apple-darwin/rust_srv.o | |
compile: rt/x86_64-apple-darwin/rust_kernel.o | |
compile: rt/x86_64-apple-darwin/rust_shape.o | |
compile: rt/x86_64-apple-darwin/rust_abi.o | |
compile: rt/x86_64-apple-darwin/rust_cc.o | |
compile: rt/x86_64-apple-darwin/rust_debug.o | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0compile: rt/x86_64-apple-darwin/memory_region.o | |
compile: rt/x86_64-apple-darwin/boxed_region.o | |
In file included from ./src/rt/memory_region.cpp:1: | |
In file included from ./src/rt/rust_internal.h:9: | |
./src/rt/sync/sync.h:25:37: error: cannot initialize a parameter of type 'volatile long long *' with an rvalue of type 'int *' | |
return __sync_add_and_fetch(&address, 1); | |
^~~~~~~~ | |
./src/rt/memory_region.cpp:36:5: note: in instantiation of function template specialization 'sync::increment<int>' requested here | |
sync::increment(_live_allocations); | |
^ | |
In file included from ./src/rt/memory_region.cpp:1: | |
In file included from ./src/rt/rust_internal.h:9: | |
./src/rt/sync/sync.h:30:37: error: cannot initialize a parameter of type 'volatile long long *' with an rvalue of type 'int *' | |
return __sync_sub_and_fetch(&address, 1); | |
^~~~~~~~ | |
./src/rt/memory_region.cpp:41:5: note: in instantiation of function template specialization 'sync::decrement<int>' requested here | |
sync::decrement(_live_allocations); | |
^ | |
2 errors generated. | |
make: *** [rt/x86_64-apple-darwin/memory_region.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
0 8701k 0 7804 0 0 4621 0 0:32:08 0:00:01 0:32:07 11409 | |
0 8701k 0 83964 0 0 31955 0 0:04:38 0:00:02 0:04:36 51733 | |
2 8701k 2 242k 0 0 64884 0 0:02:17 0:00:03 0:02:14 87973 | |
4 8701k 4 433k 0 0 92787 0 0:01:36 0:00:04 0:01:32 114k | |
7 8701k 7 625k 0 0 108k 0 0:01:20 0:00:05 0:01:15 131k | |
9 8701k 9 795k 0 0 119k 0 0:01:13 0:00:06 0:01:07 157k | |
11 8701k 11 985k 0 0 128k 0 0:01:07 0:00:07 0:01:00 179k | |
13 8701k 13 1180k 0 0 136k 0 0:01:03 0:00:08 0:00:55 195k | |
15 8701k 15 1367k 0 0 139k 0 0:01:02 0:00:09 0:00:53 186k | |
17 8701k 17 1517k 0 0 142k 0 0:01:01 0:00:10 0:00:51 181k | |
19 8701k 19 1696k 0 0 145k 0 0:00:59 0:00:11 0:00:48 182k | |
21 8701k 21 1898k 0 0 139k 0 0:01:02 0:00:13 0:00:49 153k | |
21 8701k 21 1898k 0 0 129k 0 0:01:06 0:00:14 0:00:52 119k | |
21 8701k 21 1898k 0 0 121k 0 0:01:11 0:00:15 0:00:56 93390 | |
21 8701k 21 1900k 0 0 114k 0 0:01:15 0:00:16 0:00:59 66816 | |
21 8701k 21 1902k 0 0 113k 0 0:01:16 0:00:16 0:01:00 40600 | |
22 8701k 22 1918k 0 0 104k 0 0:01:23 0:00:18 0:01:05 4222 | |
22 8701k 22 1918k 0 0 98k 0 0:01:28 0:00:19 0:01:09 4222 | |
22 8701k 22 1918k 0 0 96089 0 0:01:32 0:00:20 0:01:12 4221 | |
22 8701k 22 1918k 0 0 91603 0 0:01:37 0:00:21 0:01:16 3875 | |
22 8701k 22 1918k 0 0 87522 0 0:01:41 0:00:22 0:01:19 2898 | |
22 8701k 22 1918k 0 0 83785 0 0:01:46 0:00:23 0:01:23 0 | |
22 8701k 22 1918k 0 0 80354 0 0:01:50 0:00:24 0:01:26 0 | |
22 8701k 22 1918k 0 0 77194 0 0:01:55 0:00:25 0:01:30 0 | |
22 8701k 22 1918k 0 0 74273 0 0:01:59 0:00:26 0:01:33 0 | |
22 8701k 22 1918k 0 0 71565 0 0:02:04 0:00:27 0:01:37 0 | |
22 8701k 22 1918k 0 0 69047 0 0:02:09 0:00:28 0:01:41 0 | |
22 8701k 22 1918k 0 0 66702 0 0:02:13 0:00:29 0:01:44 0 | |
22 8701k 22 1918k 0 0 64510 0 0:02:18 0:00:30 0:01:48 0 | |
22 8701k 22 1918k 0 0 62457 0 0:02:22 0:00:31 0:01:51 0 | |
22 8701k 22 1918k 0 0 60531 0 0:02:27 0:00:32 0:01:55 0 | |
22 8701k 22 1918k 0 0 58719 0 0:02:31 0:00:33 0:01:58 0 | |
22 8701k 22 1920k 0 0 57963 0 0:02:33 0:00:33 0:02:00 304 | |
22 8701k 22 1933k 0 0 56820 0 0:02:36 0:00:34 0:02:02 3410 | |
22 8701k 22 1955k 0 0 56100 0 0:02:38 0:00:35 0:02:03 8972 | |
22 8701k 22 1987k 0 0 55436 0 0:02:40 0:00:36 0:02:04 16604 | |
23 8701k 23 2019k 0 0 54853 0 0:02:42 0:00:37 0:02:05 24360 | |
23 8701k 23 2062k 0 0 54668 0 0:02:42 0:00:38 0:02:04 30915 | |
24 8701k 24 2111k 0 0 54371 0 0:02:43 0:00:39 0:02:04 37033 | |
24 8701k 24 2161k 0 0 54489 0 0:02:43 0:00:40 0:02:03 42810 | |
26 8701k 26 2274k 0 0 55817 0 0:02:39 0:00:41 0:01:58 58611 | |
28 8701k 28 2451k 0 0 58829 0 0:02:31 0:00:42 0:01:49 89005 | |
30 8701k 30 2642k 0 0 62014 0 0:02:23 0:00:43 0:01:40 115k | |
32 8701k 32 2812k 0 0 64424 0 0:02:18 0:00:44 0:01:34 141k | |
34 8701k 34 2982k 0 0 66933 0 0:02:13 0:00:45 0:01:28 164k | |
36 8701k 36 3175k 0 0 69470 0 0:02:08 0:00:46 0:01:22 177k | |
38 8701k 38 3345k 0 0 71774 0 0:02:04 0:00:47 0:01:17 176k | |
40 8701k 40 3513k 0 0 73962 0 0:02:00 0:00:48 0:01:12 173k | |
42 8701k 42 3713k 0 0 76613 0 0:01:56 0:00:49 0:01:07 182k | |
44 8701k 44 3896k 0 0 78578 0 0:01:53 0:00:50 0:01:03 177k | |
46 8701k 46 4066k 0 0 80426 0 0:01:50 0:00:51 0:00:59 179k | |
48 8701k 48 4237k 0 0 82200 0 0:01:48 0:00:52 0:00:56 176k | |
50 8701k 50 4427k 0 0 84348 0 0:01:45 0:00:53 0:00:52 179k | |
52 8701k 52 4579k 0 0 85808 0 0:01:43 0:00:54 0:00:49 172k | |
54 8701k 54 4768k 0 0 87568 0 0:01:41 0:00:55 0:00:46 174k | |
56 8701k 56 4916k 0 0 88874 0 0:01:40 0:00:56 0:00:44 174k | |
58 8701k 58 5095k 0 0 90547 0 0:01:38 0:00:57 0:00:41 177k | |
60 8701k 60 5302k 0 0 92622 0 0:01:36 0:00:58 0:00:38 179k | |
62 8701k 62 5470k 0 0 93856 0 0:01:34 0:00:59 0:00:35 176k | |
65 8701k 65 5660k 0 0 95459 0 0:01:33 0:01:00 0:00:33 179k | |
67 8701k 67 5831k 0 0 96858 0 0:01:31 0:01:01 0:00:30 182k | |
69 8701k 69 6022k 0 0 98239 0 0:01:30 0:01:02 0:00:28 179k | |
71 8701k 71 6212k 0 0 99656 0 0:01:29 0:01:03 0:00:26 174k | |
73 8701k 73 6362k 0 0 98k 0 0:01:28 0:01:04 0:00:24 175k | |
75 8701k 75 6535k 0 0 99k 0 0:01:27 0:01:05 0:00:22 178k | |
77 8701k 77 6701k 0 0 100k 0 0:01:26 0:01:06 0:00:20 174k | |
79 8701k 79 6904k 0 0 102k 0 0:01:25 0:01:07 0:00:18 181k | |
81 8701k 81 7105k 0 0 103k 0 0:01:24 0:01:08 0:00:16 179k | |
83 8701k 83 7247k 0 0 104k 0 0:01:23 0:01:09 0:00:14 182k | |
85 8701k 85 7425k 0 0 104k 0 0:01:22 0:01:10 0:00:12 174k | |
87 8701k 87 7593k 0 0 105k 0 0:01:22 0:01:11 0:00:11 178k | |
89 8701k 89 7769k 0 0 106k 0 0:01:21 0:01:12 0:00:09 172k | |
91 8701k 91 7979k 0 0 108k 0 0:01:20 0:01:13 0:00:07 181k | |
93 8701k 93 8147k 0 0 108k 0 0:01:19 0:01:14 0:00:05 174k | |
95 8701k 95 8337k 0 0 110k 0 0:01:19 0:01:15 0:00:04 182k | |
97 8701k 97 8507k 0 0 110k 0 0:01:18 0:01:16 0:00:02 182k | |
99 8701k 99 8700k 0 0 112k 0 0:01:17 0:01:17 --:--:-- 186k | |
100 8701k 100 8701k 0 0 112k 0 0:01:17 0:01:17 --:--:-- 180k | |
determined most recent snapshot: rust-stage0-2012-03-27-eec6383-macos-x86_64-33f82949bacf00fd8781d3e29ee728641cd53aa3.tar.bz2 | |
got download with ok hash | |
opening snapshot dl/rust-stage0-2012-03-27-eec6383-macos-x86_64-33f82949bacf00fd8781d3e29ee728641cd53aa3.tar.bz2 | |
extracting rust-stage0/bin/rustc | |
extracting rust-stage0/lib/libcore-14bd852465126fe7-0.2.dylib | |
extracting rust-stage0/lib/libstd-a49027b54567464a-0.2.dylib | |
extracting rust-stage0/lib/librustc-2384c9e5928f8c53-0.2.dylib | |
extracting rust-stage0/lib/librustrt.dylib | |
extracting rust-stage0/lib/librustllvm.dylib | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/rust.rb#L10 | |
==> Build Environment | |
CPU: 8-core 64-bit sandybridge | |
MacOS: 10.7.3-x86_64 | |
Xcode: 4.3.2 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j8 | |
Error: Failed executing: make (rust.rb:10) | |
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