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

Homebrew build MacOS #234

Open
5mad opened this issue Jul 6, 2018 · 3 comments
Open

Homebrew build MacOS #234

5mad opened this issue Jul 6, 2018 · 3 comments

Comments

@5mad
Copy link

5mad commented Jul 6, 2018

@staticfloat hello.

I've got the issue with Homebrew build.

On this command: Pkg.build("Homebrew")

I get:
INFO: Building Homebrew
Already up-to-date.
==============================[ ERROR: Homebrew ]===============================

LoadError: KeyError: key "10.14" not found
while loading /Users/malakhov_ad/.julia/v0.6/Homebrew/deps/build.jl, in expression starting on line 2

================================================================================

================================[ BUILD ERRORS ]================================

WARNING: Homebrew had build errors.

  • packages with build errors remain installed in /Users/malakhov_ad/.julia/v0.6
  • build the package(s) and all dependencies with Pkg.build("Homebrew")
  • build a single package by running its deps/build.jl script

================================================================================

Could u help me?

@anthony-wang
Copy link

Getting this too, I suppose it's because we are on the macOS Mojave beta (v. 10.14)

@luis9
Copy link

luis9 commented Aug 30, 2018

I'm encountering the exact same problem. Have you found a solution?

@luboshanus
Copy link

Hi, for julia v0.6.4 I obtain the same ERROR. Even as written in jump-dev/NLopt.jl#113 does not help.

   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.4 (2018-07-09 19:09 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-apple-darwin14.5.0

The error:

julia> Pkg.build("Homebrew")
INFO: Building Homebrew
Already up-to-date.
=============================================[ ERROR: Homebrew ]=============================================

LoadError: KeyError: key "10.14" not found
while loading /Users/luboshanus/.julia/v0.6/Homebrew/deps/build.jl, in expression starting on line 3

=============================================================================================================

==============================================[ BUILD ERRORS ]===============================================

WARNING: Homebrew had build errors.

 - packages with build errors remain installed in /Users/luboshanus/.julia/v0.6
 - build the package(s) and all dependencies with `Pkg.build("Homebrew")`
 - build a single package by running its `deps/build.jl` script

=============================================================================================================

It also appears for Cairo package.

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

4 participants