Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.99k stars 11.36k forks source link

Warn / Disable xcodebuild when Command Line Tools are installed #12282

Closed kenips closed 12 years ago

kenips commented 12 years ago

xcodebuild formulae currently fail on systems with CLT installed. Homebrew should provide a mechanism to warn / disable xcodebuild sections of the formulae, so that the command line components of these tools could still install.

Quick check shows that at least the following formulae are affected:

Sharpie commented 12 years ago

This could be done easily with a Requirement. However, the sticking point is that noone has come forward with a good way to detect if the command line tools, and only the command line tools, are in use.

jacknagel commented 12 years ago

11989 is where discussion on this is taking place currently.

jacknagel commented 12 years ago

Going to close this as a duplicate; further discussion can happen on #11989.