aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 71ce3eccd..612e4b705 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -173,6 +173,12 @@ class BuildError < Homebrew::InstallationError
else
require 'cmd/--config'
require 'cmd/--env'
+
+ unless formula.core_formula?
+ ohai "Formula"
+ puts "Tap: #{formula.tap}" unless formula.tap == "mxcl/master" # tap lies about non-tap externals
+ puts "Path: #{formula.path.realpath}"
+ end
ohai "Configuration"
Homebrew.dump_build_config
ohai "ENV"