Skip to content

Instantly share code, notes, and snippets.

@scheibo
Created September 4, 2011 15:31
Show Gist options
  • Select an option

  • Save scheibo/1193021 to your computer and use it in GitHub Desktop.

Select an option

Save scheibo/1193021 to your computer and use it in GitHub Desktop.
valgrind config.log
kjs@scheibo(master)$ brew install valgrind
==> Downloading http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2
File already downloaded in /Users/kjs/Library/Caches/Homebrew
==> Downloading patches
==> Patching
patching file coregrind/fixup_macho_loadcmds.c
patching file coregrind/link_tool_exe_darwin.in
patching file coregrind/Makefile.am
Hunk #1 succeeded at 437 (offset -4 lines).
==> autoreconf -ivf
==> ./configure --prefix=/usr/local/Cellar/valgrind/3.6.1 --mandir=/usr/local/Cellar/valgrind/3.6.1/share/man --enable-only64bit -
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking for gcc... /usr/bin/gcc-4.2
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 /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... gcc3
checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... gcc3
checking for ranlib... ranlib
checking for a sed that does not truncate output... /usr/bin/sed
checking for /usr/bin/gcc-4.2... no
checking for ar... /usr/bin/ar
checking for perl... /usr/bin/perl
checking for gdb... /usr/bin/gdb
checking dependency style of /usr/bin/gcc-4.2... gcc3
checking for diff -u... yes
checking for a supported version of gcc... ok (686)
checking build system type... x86_64-pc-darwin
checking host system type... x86_64-pc-darwin
checking for a supported CPU... ok (x86_64)
checking for a 64-bit only build... yes
checking for a 32-bit only build... no
checking for a supported OS... ok (darwin)
checking for the kernel version... unsupported (11.0.1)
configure: error: Valgrind works on Darwin 9.x and 10.x (Mac OS X 10.5 and 10.6)
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/valgrind.rb#L31
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 3545a8d302ebf19035e5ba25982b8461c3fb04c2
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit sandybridge
OS X: 10.7.1
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -w -pipe -O3
CXXFLAGS: -w -pipe -O3
MAKEFLAGS: -j4
Error: Failed executing: ./configure --prefix=/usr/local/Cellar/valgrind/3.6.1 --mandir=/usr/local/Cellar/valgrind/3.6.1/share/man --enable-only64bit --build=amd64-darwin
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/#issue/6522
https://github.com/mxcl/homebrew/issues/#issue/6767
https://github.com/mxcl/homebrew/issues/#issue/6811
It looks like an autotools configure failed.
Consider re-running the install with '-vd' to keep 'config.log' around:
brew install -vd valgrind
Gist 'config.log' and any error output when reporting an issue.
Remember to include your config information: brew --config
kjs@scheibo(master)$ brew install valgrind
==> Downloading http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2
File already downloaded in /Users/kjs/Library/Caches/Homebrew
==> Downloading patches
==> Patching
patching file coregrind/fixup_macho_loadcmds.c
patching file coregrind/link_tool_exe_darwin.in
patching file coregrind/Makefile.am
Hunk #1 succeeded at 437 (offset -4 lines).
==> autoreconf -ivf
==> ./configure --prefix=/usr/local/Cellar/valgrind/3.6.1 --mandir=/usr/local/Cellar/valgrind/3.6.1/share/man --enable-only64bit -
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking for gcc... /usr/bin/gcc-4.2
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 /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... gcc3
checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... gcc3
checking for ranlib... ranlib
checking for a sed that does not truncate output... /usr/bin/sed
checking for /usr/bin/gcc-4.2... no
checking for ar... /usr/bin/ar
checking for perl... /usr/bin/perl
checking for gdb... /usr/bin/gdb
checking dependency style of /usr/bin/gcc-4.2... gcc3
checking for diff -u... yes
checking for a supported version of gcc... ok (686)
checking build system type... x86_64-pc-darwin
checking host system type... x86_64-pc-darwin
checking for a supported CPU... ok (x86_64)
checking for a 64-bit only build... yes
checking for a 32-bit only build... no
checking for a supported OS... ok (darwin)
checking for the kernel version... unsupported (11.0.1)
configure: error: Valgrind works on Darwin 9.x and 10.x (Mac OS X 10.5 and 10.6)
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/valgrind.rb#L31
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 3545a8d302ebf19035e5ba25982b8461c3fb04c2
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit sandybridge
OS X: 10.7.1
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -w -pipe -O3
CXXFLAGS: -w -pipe -O3
MAKEFLAGS: -j4
Error: Failed executing: ./configure --prefix=/usr/local/Cellar/valgrind/3.6.1 --mandir=/usr/local/Cellar/valgrind/3.6.1/share/man --enable-only64bit --build=amd64-darwin
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/#issue/6522
https://github.com/mxcl/homebrew/issues/#issue/6767
https://github.com/mxcl/homebrew/issues/#issue/6811
It looks like an autotools configure failed.
Consider re-running the install with '-vd' to keep 'config.log' around:
brew install -vd valgrind
Gist 'config.log' and any error output when reporting an issue.
Remember to include your config information: brew --config
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Valgrind configure 3.6.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/valgrind/3.6.1 --mandir=/usr/local/Cellar/valgrind/3.6.1/share/man --enable-only64bit --build=amd64-darwin
## --------- ##
## Platform. ##
## --------- ##
hostname = scheibo.local
uname -m = x86_64
uname -r = 11.0.1
uname -s = Darwin
uname -v = Darwin Kernel Version 11.0.1: Thu Jul 28 02:01:39 PDT 2011; root:xnu-1699.23.4~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.0.1: Thu Jul 28 02:01:39 PDT 2011; root:xnu-1699.23.4~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 101 tasks, 490 threads, 4 processors
Load average: 1.54, Mach factor: 2.47
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/kjs/.rvm/gems/ruby-1.9.2-p290/bin
PATH: /Users/kjs/.rvm/gems/ruby-1.9.2-p290@global/bin
PATH: /Users/kjs/.rvm/rubies/ruby-1.9.2-p290/bin
PATH: /Users/kjs/.rvm/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11/bin
PATH: /usr/local/sbin
PATH: ~/bin
PATH: ~/src/python
PATH: ~/src/
PATH: /usr/share/java/apache-ant/bin
PATH: /usr/local/mysql/bin
PATH: ~/Code/bin
PATH: ~/.cabal/bin
PATH: /usr/local/share/npm/bin
PATH: ~/Code/racket
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1925: checking for a BSD-compatible install
configure:1981: result: /usr/bin/install -c
configure:1992: checking whether build environment is sane
configure:2035: result: yes
configure:2063: checking for a thread-safe mkdir -p
configure:2102: result: ./install-sh -c -d
configure:2115: checking for gawk
configure:2145: result: no
configure:2115: checking for mawk
configure:2145: result: no
configure:2115: checking for nawk
configure:2145: result: no
configure:2115: checking for awk
configure:2131: found /usr/bin/awk
configure:2142: result: awk
configure:2153: checking whether make sets $(MAKE)
configure:2174: result: yes
configure:2363: checking whether to enable maintainer-specific portions of Makefiles
configure:2372: result: no
configure:2391: checking whether ln -s works
configure:2395: result: yes
configure:2450: checking for gcc
configure:2477: result: /usr/bin/gcc-4.2
configure:2715: checking for C compiler version
configure:2722: /usr/bin/gcc-4.2 --version >&5
i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2725: $? = 0
configure:2732: /usr/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/gcc/gcc-5666.3~278/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:2735: $? = 0
configure:2742: /usr/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:2745: $? = 1
configure:2768: checking for C compiler default output file name
configure:2795: /usr/bin/gcc-4.2 -Wno-long-long -w -pipe -O3 conftest.c >&5
configure:2798: $? = 0
configure:2836: result: a.out
configure:2853: checking whether the C compiler works
configure:2863: ./a.out
configure:2866: $? = 0
configure:2883: result: yes
configure:2890: checking whether we are cross compiling
configure:2892: result: no
configure:2895: checking for suffix of executables
configure:2902: /usr/bin/gcc-4.2 -o conftest -Wno-long-long -w -pipe -O3 conftest.c >&5
configure:2905: $? = 0
configure:2929: result:
configure:2935: checking for suffix of object files
configure:2961: /usr/bin/gcc-4.2 -c -Wno-long-long -w -pipe -O3 conftest.c >&5
configure:2964: $? = 0
configure:2987: result: o
configure:2991: checking whether we are using the GNU C compiler
configure:3020: /usr/bin/gcc-4.2 -c -Wno-long-long -w -pipe -O3 conftest.c >&5
configure:3026: $? = 0
configure:3043: result: yes
configure:3048: checking whether /usr/bin/gcc-4.2 accepts -g
configure:3078: /usr/bin/gcc-4.2 -c -g conftest.c >&5
configure:3084: $? = 0
configure:3183: result: yes
configure:3200: checking for /usr/bin/gcc-4.2 option to accept ISO C89
configure:3274: /usr/bin/gcc-4.2 -c -Wno-long-long -w -pipe -O3 conftest.c >&5
configure:3280: $? = 0
configure:3303: result: none needed
configure:3332: checking for style of include used by make
configure:3360: result: GNU
configure:3385: checking dependency style of /usr/bin/gcc-4.2
configure:3476: result: gcc3
configure:3492: checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together
configure:3527: /usr/bin/gcc-4.2 -c conftest.c -o conftest2.o >&5
configure:3530: $? = 0
configure:3536: /usr/bin/gcc-4.2 -c conftest.c -o conftest2.o >&5
configure:3539: $? = 0
configure:3550: cc -c conftest.c >&5
configure:3553: $? = 0
configure:3561: cc -c conftest.c -o conftest2.o >&5
configure:3564: $? = 0
configure:3570: cc -c conftest.c -o conftest2.o >&5
configure:3573: $? = 0
configure:3591: result: yes
configure:3622: checking how to run the C preprocessor
configure:3662: /usr/bin/gcc-4.2 -E conftest.c
configure:3668: $? = 0
configure:3699: /usr/bin/gcc-4.2 -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3705: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Valgrind"
| #define PACKAGE_TARNAME "valgrind"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "Valgrind 3.6.1"
| #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
| #define PACKAGE "valgrind"
| #define VERSION "3.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3738: result: /usr/bin/gcc-4.2 -E
configure:3767: /usr/bin/gcc-4.2 -E conftest.c
configure:3773: $? = 0
configure:3804: /usr/bin/gcc-4.2 -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3810: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Valgrind"
| #define PACKAGE_TARNAME "valgrind"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "Valgrind 3.6.1"
| #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
| #define PACKAGE "valgrind"
| #define VERSION "3.6.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3963: checking for C++ compiler version
configure:3970: /usr/bin/g++-4.2 --version >&5
i686-apple-darwin11-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3973: $? = 0
configure:3980: /usr/bin/g++-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/gcc/gcc-5666.3~278/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3983: $? = 0
configure:3990: /usr/bin/g++-4.2 -V >&5
g++-4.2: argument to `-V' is missing
configure:3993: $? = 1
configure:3996: checking whether we are using the GNU C++ compiler
configure:4025: /usr/bin/g++-4.2 -c -w -pipe -O3 conftest.cpp >&5
configure:4031: $? = 0
configure:4048: result: yes
configure:4053: checking whether /usr/bin/g++-4.2 accepts -g
configure:4083: /usr/bin/g++-4.2 -c -g conftest.cpp >&5
configure:4089: $? = 0
configure:4188: result: yes
configure:4213: checking dependency style of /usr/bin/g++-4.2
configure:4304: result: gcc3
configure:4375: checking for ranlib
configure:4391: found /usr/bin/ranlib
configure:4402: result: ranlib
configure:4431: checking for a sed that does not truncate output
configure:4510: result: /usr/bin/sed
configure:4523: checking for /usr/bin/gcc-4.2
configure:4556: result: no
configure:4523: checking for ar
configure:4541: found /usr/bin/ar
configure:4553: result: /usr/bin/ar
configure:4578: checking for perl
configure:4596: found /usr/bin/perl
configure:4608: result: /usr/bin/perl
configure:4620: checking for gdb
configure:4638: found /usr/bin/gdb
configure:4651: result: /usr/bin/gdb
configure:4675: checking dependency style of /usr/bin/gcc-4.2
configure:4766: result: gcc3
configure:4785: checking for diff -u
configure:4794: result: yes
configure:4806: checking for a supported version of gcc
configure:4820: result: ok (686)
configure:4839: checking build system type
configure:4857: result: x86_64-pc-darwin
configure:4879: checking host system type
configure:4894: result: x86_64-pc-darwin
configure:4917: checking for a supported CPU
configure:4932: result: ok (x86_64)
configure:4985: checking for a 64-bit only build
configure:4998: result: yes
configure:5002: checking for a 32-bit only build
configure:5015: result: no
configure:5030: checking for a supported OS
configure:5097: result: ok (darwin)
configure:5116: checking for the kernel version
configure:5152: result: unsupported (11.0.1)
configure:5154: error: Valgrind works on Darwin 9.x and 10.x (Mac OS X 10.5 and 10.6)
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-darwin
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -w -pipe -O3'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -w -pipe -O3'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/g++-4.2
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=amd64-darwin
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-darwin
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_GDB=/usr/bin/gdb
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc__usr_bin_gcc_4_2_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
vg_cv_only32bit=no
vg_cv_only64bit=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/missing --run tar'
AR='/usr/bin/ar'
AUTOCONF='${SHELL} /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/missing --run automake-1.10'
AWK='awk'
BOOST_CFLAGS=''
BOOST_LIBS=''
BUILD_LZCNT_TESTS_FALSE=''
BUILD_LZCNT_TESTS_TRUE=''
BUILD_MPIWRAP_PRI_FALSE=''
BUILD_MPIWRAP_PRI_TRUE=''
BUILD_MPIWRAP_SEC_FALSE=''
BUILD_MPIWRAP_SEC_TRUE=''
BUILD_PCLMULQDQ_TESTS_FALSE=''
BUILD_PCLMULQDQ_TESTS_TRUE=''
BUILD_SSE3_TESTS_FALSE=''
BUILD_SSE3_TESTS_TRUE=''
BUILD_SSSE3_TESTS_FALSE=''
BUILD_SSSE3_TESTS_TRUE=''
CC='/usr/bin/gcc-4.2'
CCAS='/usr/bin/gcc-4.2'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-Wno-long-long -w -pipe -O3'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wno-long-long -w -pipe -O3'
CPP='/usr/bin/gcc-4.2 -E'
CPPFLAGS=''
CXX='/usr/bin/g++-4.2'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -w -pipe -O3'
CYGPATH_W='echo'
DEFAULT_SUPP=''
DEFS=''
DEPDIR='.deps'
DIFF='diff -u'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
FLAG_FNO_STACK_PROTECTOR=''
FLAG_M32=''
FLAG_M64=''
FLAG_MAIX32=''
FLAG_MAIX64=''
FLAG_MMMX=''
FLAG_MSSE=''
FLAG_NO_BUILD_ID=''
FLAG_UNLIMITED_INLINE_UNIT_GROWTH=''
FLAG_W_EXTRA=''
FLAG_W_NO_EMPTY_BODY=''
FLAG_W_NO_FORMAT_ZERO_LENGTH=''
FLAG_W_NO_UNINITIALIZED=''
GDB='/usr/bin/gdb'
GLIBC_VERSION=''
GREP=''
HAS_ALTIVEC_FALSE=''
HAS_ALTIVEC_TRUE=''
HAVE_BOOST_1_35_FALSE=''
HAVE_BOOST_1_35_TRUE=''
HAVE_BUILTIN_ATOMIC_FALSE=''
HAVE_BUILTIN_ATOMIC_TRUE=''
HAVE_OPENMP_FALSE=''
HAVE_OPENMP_TRUE=''
HAVE_PTHREAD_BARRIER_FALSE=''
HAVE_PTHREAD_BARRIER_TRUE=''
HAVE_PTHREAD_CREATE_GLIBC_2_0_FALSE=''
HAVE_PTHREAD_CREATE_GLIBC_2_0_TRUE=''
HAVE_PTHREAD_MUTEX_TIMEDLOCK_FALSE=''
HAVE_PTHREAD_MUTEX_TIMEDLOCK_TRUE=''
HAVE_PTHREAD_SPINLOCK_FALSE=''
HAVE_PTHREAD_SPINLOCK_TRUE=''
HAVE_QTCORE_FALSE=''
HAVE_QTCORE_QATOMICINT_FALSE=''
HAVE_QTCORE_QATOMICINT_TRUE=''
HAVE_QTCORE_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/missing --run makeinfo'
MPI_CC=''
OBJEXT='o'
PACKAGE='valgrind'
PACKAGE_BUGREPORT='valgrind-users@lists.sourceforge.net'
PACKAGE_NAME='Valgrind'
PACKAGE_STRING='Valgrind 3.6.1'
PACKAGE_TARNAME='valgrind'
PACKAGE_VERSION='3.6.1'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PREFERRED_STACK_BOUNDARY=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VALT_LOAD_ADDRESS_PRI=''
VALT_LOAD_ADDRESS_SEC=''
VERSION='3.6.1'
VGCONF_ARCHS_INCLUDE_AMD64_FALSE=''
VGCONF_ARCHS_INCLUDE_AMD64_TRUE=''
VGCONF_ARCHS_INCLUDE_ARM_FALSE=''
VGCONF_ARCHS_INCLUDE_ARM_TRUE=''
VGCONF_ARCHS_INCLUDE_PPC32_FALSE=''
VGCONF_ARCHS_INCLUDE_PPC32_TRUE=''
VGCONF_ARCHS_INCLUDE_PPC64_FALSE=''
VGCONF_ARCHS_INCLUDE_PPC64_TRUE=''
VGCONF_ARCHS_INCLUDE_X86_FALSE=''
VGCONF_ARCHS_INCLUDE_X86_TRUE=''
VGCONF_ARCH_PRI=''
VGCONF_ARCH_SEC=''
VGCONF_HAVE_PLATFORM_SEC_FALSE=''
VGCONF_HAVE_PLATFORM_SEC_TRUE=''
VGCONF_OS='darwin'
VGCONF_OS_IS_AIX5_FALSE=''
VGCONF_OS_IS_AIX5_TRUE=''
VGCONF_OS_IS_DARWIN_FALSE=''
VGCONF_OS_IS_DARWIN_TRUE=''
VGCONF_OS_IS_LINUX_FALSE=''
VGCONF_OS_IS_LINUX_TRUE=''
VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE=''
VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_TRUE=''
VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_FALSE=''
VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE=''
VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_FALSE=''
VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE=''
VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_FALSE=''
VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_TRUE=''
VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_FALSE=''
VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE=''
VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_FALSE=''
VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_TRUE=''
VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_FALSE=''
VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_TRUE=''
VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_FALSE=''
VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_TRUE=''
VGCONF_PLATFORMS_INCLUDE_X86_LINUX_FALSE=''
VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE=''
VGCONF_PLATFORM_PRI_CAPS=''
VGCONF_PLATFORM_SEC_CAPS=''
ac_ct_CC='/usr/bin/gcc-4.2'
ac_ct_CXX=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-darwin'
build_alias='amd64-darwin'
build_cpu='x86_64'
build_os='darwin'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-darwin'
host_alias=''
host_cpu='x86_64'
host_os='darwin'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /private/tmp/homebrew-valgrind-3.6.1-352Z/valgrind-3.6.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/local/Cellar/valgrind/3.6.1/share/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/valgrind/3.6.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "Valgrind"
#define PACKAGE_TARNAME "valgrind"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "Valgrind 3.6.1"
#define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
#define PACKAGE "valgrind"
#define VERSION "3.6.1"
#define GDB_PATH "/usr/bin/gdb"
#define DARWIN_10_5 100500
#define DARWIN_10_6 100600
#define DARWIN_10_7 100700
configure: exit 1
kjs@scheibo(master)$ brew install valgrind
Also installing dependencies: pkg-config
==> Downloading http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz
File already downloaded in /Users/kjs/Library/Caches/Homebrew
==> ./configure --disable-debug --prefix=/usr/local/Cellar/pkg-config/0.25 --with-pc-path=/usr/local/lib/pkgconfig:/usr/lib/pkgcon
==> make install
Warning: m4 macros were installed to "share/aclocal".
Homebrew does not append "/usr/local/share/aclocal"
to "/usr/share/aclocal/dirlist". If an autoconf script you use
requires these m4 macros, you'll need to add this path manually.
==> Summary
/usr/local/Cellar/pkg-config/0.25: 8 files, 232K, built in 18 seconds
==> Downloading http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2
File already downloaded in /Users/kjs/Library/Caches/Homebrew
==> Downloading patches
==> Patching
patching file coregrind/fixup_macho_loadcmds.c
patching file coregrind/link_tool_exe_darwin.in
patching file coregrind/Makefile.am
Hunk #1 succeeded at 437 (offset -4 lines).
==> autoreconf -ivf
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment