Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jan 06, 2021
  2. Jan 05, 2021
  3. Jan 04, 2021
    • carlocab's avatar
      formula_installer: tweak no-bottle error message · beeb7faa
      carlocab authored
      Follow up to #10183.
      
      This improves the error message displayed when `formula.pour_bottle?` is
      false.
      
      Before:
      
          ❯ brew install python@3.8
          Error: python@3.8: no bottle available!
          The bottle needs the Apple Command Line Tools to be installed.
            You can install them, if desired, with:
              xcode-select --install
          You can try to install from source with e.g.
            brew install --build-from-source python@3.8
          Please note building from source is unsupported. You will encounter build
          failures with some formulae. If you experience any issues please create pull
          requests instead of asking for help on Homebrew's GitHub, Twitter or any other
          official channels.
      
      After:
      
          ❯ brew install python@3.8
          Error: python@3.8: the bottle needs the Apple Command Line Tools to be installed.
            You can install them, if desired, with:
              xcode-select --install
          You can try to install from source with e.g.
            brew install --build-from-source python@3.8
          Please note building from source is unsupported. You will encounter build
          failures with some formulae. If you experience any issues please create pull
          requests instead of asking for help on Homebrew's GitHub, Twitter or any other
          official channels.
      beeb7faa
    • Jonathan Chang's avatar
      Merge pull request #10218 from andreastt/fix-tap-migration-advice · fe01a9f4
      Jonathan Chang authored
      missing_formula: fix cask installation advice on tap migration
      fe01a9f4
    • Andreas Tolfsen's avatar
      missing_formula: fix cask installation advice on tap migration · 317c14da
      Andreas Tolfsen authored
      When an installed formula is missing and its source has migrated
      to a new tap, Homebrew warns the user about this, saying:
      
      	You can access it again by running:
      	  brew tap new-name
      	And then you can install it by running:
      	  brew cask install new-name
      
      Unfortunately, the "brew cask install" incantation is deprecated
      and the advice won't work:
      
      	Error: Calling brew cask install is disabled! Use brew install [--cask] instead.
      
      This alters the advice to use the new "brew install --cask" notation,
      fixing the advice presented to the user.
      317c14da
    • Seeker's avatar
      utils/ast: add `stanza_text` helper function · 8828b4bd
      Seeker authored
      8828b4bd
    • psobolewskiPhD's avatar
      Correct missing ? in build.with?("qt5") · 5159c8f6
      psobolewskiPhD authored
      Correct Messaging section:
      missing ? in: build.with?("qt5")
      5159c8f6
  4. Jan 03, 2021
  5. Jan 02, 2021
  6. Jan 01, 2021
Loading