Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undent is undefined in Homebrew #25

Open
arlyon opened this issue Sep 16, 2019 · 0 comments
Open

undent is undefined in Homebrew #25

arlyon opened this issue Sep 16, 2019 · 0 comments

Comments

@arlyon
Copy link

arlyon commented Sep 16, 2019

def caveats
s = <<-EOS.undent
You need to add in your ~/.bash_profile or similar:
export YARP_DATA_DIRS=#{HOMEBREW_PREFIX}/share/yarp
EOS
s += " export LUA_CPATH=\";;;#{lib}/lua/?.so\"" if build.with? "bindings"
s
end

Installing this formula with homebrew crashes during the "caveats" stage, when printing the caveats. Note that the cask still installs correctly, just doesn't exit cleanly. This function was deprecated and then removed entirely. Some solutions are discussed here: Homebrew/homebrew-cask#49716 (comment)

@arlyon arlyon changed the title undent is now undefined in Homebrew undent is undefined in Homebrew Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant