Coder Social home page Coder Social logo

Comments (3)

carlocab avatar carlocab commented on June 23, 2024

Try

HOMEBREW_NO_INSTALL_FROM_API=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install --build-from-source A B

or, otherwise:

HOMEBREW_NO_INSTALL_FROM_API=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install --build-from-source A
HOMEBREW_NO_INSTALL_FROM_API=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install --build-from-source B

from brew.

agowa avatar agowa commented on June 23, 2024

That's the workaround I'm currently using. But I think I just now found what the error was. I accidentally copied these three lines into my formula:

bottle do
    sha256 cellar: :any_skip_relocation, all: "c95213126a4de3d3ab508fbfc7f23f11ece2f0011d3a6d251d7f79034376066e"
  end

It's a docs issue. The Developer Docs I referenced before only say:

If there’s a bottle do block in the formula, don’t remove or change it; we’ll update it when we merge your PR.

however if it's a new formulae and pulled in as dependency then this causes the above HTTP-404 apparently...

from brew.

carlocab avatar carlocab commented on June 23, 2024

This is the first I'm hearing of the issue, so I don't think it's something that trips up many contributors. (At least, not enough for them to complain to us about it.)

We'll review a PR to improve the documentation, but this doesn't seem like a bug to me.

from brew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.