I suspect that the problem is somewhere in the conflict of 64x-bit components and 32x-bit, but I don’t have much experience to administer a Mac.

I do this:

brew install --HEAD valgrind 

I receive:

 ==> ./autogen.sh ==> ./configure --prefix=/usr/local/Cellar/valgrind/HEAD --enable-only64bit --build=amd64-darwin ==> make ld: symbol(s) not found for architecture x86_64 make[3]: *** [memcheck-amd64-darwin] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 READ THIS: http://git.io/brew-troubleshooting 

Characteristics of cars:

 uname -a Darwin o2gys-MacBook-Air.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64 

System:

 system_profiler SPSoftwareDataType Software: System Software Overview: System Version: OS X 10.10.3 (14D136) Kernel Version: Darwin 14.3.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: o2gy's MacBook Air User Name: o2gy (o2gy) Secure Virtual Memory: Enabled 
  • Apparently, the developers have fixed the bug - today the same team valgrind already established, and even earned. - o2gy
  • And why - --HEAD there? - Nick Volynkin
  • @NickVolynkin, well, this is an option for homebrew , indicating something like "take an unstable version, I authorize." Details (and briefly) about this you can look here - o2gy
  • yeah, got it I usually just put the last stable, enough. - Nick Volynkin

0