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

Julia fails to build because of absence of julia-release-webserver in recent versions of julia #27

Closed
Lenskiy opened this issue Apr 30, 2013 · 1 comment

Comments

@Lenskiy
Copy link

Lenskiy commented Apr 30, 2013

Running the formula with the debug key I get
install_name_tool: can't open file: /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver (No such file or directory)
/usr/local/Library/Homebrew/formula.rb:606:in `system'
BuildError: Failed executing: install_name_tool -add_rpath /usr/local/opt/arpack-julia/lib /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver

BuildError: Failed executing: install_name_tool -add_rpath /usr/local/opt/suite-sparse-julia/lib /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver

BuildError: Failed executing: install_name_tool -add_rpath /usr/local/opt/openblas-julia/lib /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver

BuildError: Failed executing: install_name_tool -add_rpath /usr/local/lib /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver

BuildError: Failed executing: install_name_tool -add_rpath /usr/X11/lib /usr/local/Cellar/julia/HEAD/bin/julia-release-webserver

The problem is easy to fix by commenting out line 189

system "install_name_tool", "-add_rpath", rpath, "#{bin}/julia-#{target}-webserver"

There is no julia-release-webserver in recent versions of julia.

@staticfloat
Copy link
Owner

Great, this is an easy fix. I'll remove this line for now, but in the future feel free to submit pull requests and I'll gladly merge them!

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

2 participants