Bug 340232 - Install won't complete on 10.10 because it only checks up to 10.9.
Summary: Install won't complete on 10.10 because it only checks up to 10.9.
Status: RESOLVED DUPLICATE of bug 339045
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.10.0
Platform: Homebrew (macOS) macOS
: NOR grave
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 16:44 UTC by tom
Modified: 2014-10-22 17:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
System specs (3.63 MB, application/xml)
2014-10-22 16:46 UTC, tom
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tom 2014-10-22 16:44:48 UTC
The system appears to not yet recognise 10.10 as a valid version of OS X.

When running configure:

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 (14.0.0)
configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x and 13.x (Mac OS X 10.6/7/8/9)

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting


Reproducible: Always

Steps to Reproduce:
$ brew install valgrind

Actual Results:  
==> Downloading http://valgrind.org/downloads/valgrind-3.10.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/valgrind-3.10.0.tar.bz2
==> Downloading https://gist.githubusercontent.com/jacknagel/369bedc191e0a0795358/raw/a71e6c0fd
Already downloaded: /Library/Caches/Homebrew/valgrind--patch-4210431e2a12c191875391b144b9a45cc76496c1.diff
==> Patching
patching file coregrind/Makefile.in
patching file coregrind/link_tool_exe_darwin.in
==> ./configure --prefix=/usr/local/Cellar/valgrind/3.10.0 --enable-only64bit --build=amd64-dar
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 (14.0.0)
configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x and 13.x (Mac OS X 10.6/7/8/9)

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting


Expected Results:  
It would install successfully.
Comment 1 tom 2014-10-22 16:46:33 UTC
Created attachment 89261 [details]
System specs
Comment 2 Tom Hughes 2014-10-22 17:13:03 UTC
The install is the least of your problems - we check the version because new versions typically won't work until a significant amount of work is done to make things run.

*** This bug has been marked as a duplicate of bug 339045 ***