From 6973f9c9567eb0e73b5f8463ee3e34cee06b9e77 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 29 Nov 2013 20:44:04 +0000 Subject: mongodb: mark stable as fails_with clang. Fixes #24741. --- Library/Formula/mongodb.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 40ee223ff..2620633cf 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -20,6 +20,17 @@ class Mongodb < Formula depends_on 'scons' => :build depends_on 'openssl' => :optional + if build.stable? + # https://github.com/mxcl/homebrew/issues/24741 + fails_with :clang do + cause <<-EOS.undent + Embedded V8 has runtime bugs, Clang unsupported for 2.4. See: + https://github.com/mxcl/homebrew/issues/24741 + https://jira.mongodb.org/browse/SERVER-11570 + EOS + end + end + def install # mongodb currently can't build with libc++; this should be fixed in # 2.6, but can't be backported to the current stable release. -- cgit v1.2.3