JuliaPackaging / Homebrew.jl

OSX Binary dependency provider for Julia
Other
27 stars 32 forks source link

Homebrew build MacOS #234

Open 5mad opened 6 years ago

5mad commented 6 years ago

@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.

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

Could u help me?

anthony-wang commented 6 years ago

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

luis9 commented 6 years ago

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

luboshanus commented 6 years ago

Hi, for julia v0.6.4 I obtain the same ERROR. Even as written in https://github.com/JuliaOpt/NLopt.jl/issues/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.