HDF5 and Julia 0.7 Issues

I posted about this on the HDF5 Julia github, but is anyone else encountering the following issue? Is there a resolution?

  Building HDF5 ────────→ `~/.julia/packages/HDF5/PegIy/deps/build.log`
┌ Error: Error building `HDF5`: 
│ ==> Installing szip from staticfloat/juliatranslated
│ ==> Downloading https://homebrew.bintray.com/bottles/szip-2.1.1_1.high_sierra.bottle.tar.gz
│ Already downloaded: /Users/guardian/Library/Caches/Homebrew.jl/szip-2.1.1_1.high_sierra.bottle.tar.gz
│ ==> Pouring szip-2.1.1_1.high_sierra.bottle.tar.gz
│ Warning: The post-install step did not complete successfully
│ You can try again using `brew postinstall staticfloat/juliatranslated/szip`
│ ==> Summary
│ 🍺  /Users/guardian/.julia/packages/Homebrew/l8kUw/deps/usr/Cellar/szip/2.1.1_1: 11 files, 108.7KB
│ ERROR: LoadError: failed process: Process(`/Users/guardian/.julia/packages/Homebrew/l8kUw/deps/usr/bin/brew install --ignore-dependencies staticfloat/juliatranslated/szip`, ProcessExited(1)) [1]
│ Stacktrace:
│  [1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42
│  [2] pipeline_error at ./process.jl:712 [inlined]
│  [3] #run#509(::Bool, ::Function, ::Cmd) at ./process.jl:670
│  [4] run at ./process.jl:668 [inlined]
│  [5] #brew#4(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Cmd) at /Users/guardian/.julia/packages/Homebrew/l8kUw/src/API.jl:19
│  [6] #brew at ./none:0 [inlined]
│  [7] #install_and_link#38(::Bool, ::Function, ::String) at /Users/guardian/.julia/packages/Homebrew/l8kUw/src/API.jl:492
│  [8] (::getfield(Homebrew, Symbol("#kw##install_and_link")))(::NamedTuple{(:verbose,),Tuple{Bool}}, ::typeof(Homebrew.install_and_link), ::String) at ./none:0
│  [9] macro expansion at ./logging.jl:310 [inlined]
│  [10] #add#29(::Bool, ::Bool, ::Function, ::String) at /Users/guardian/.julia/packages/Homebrew/l8kUw/src/API.jl:449
│  [11] add at /Users/guardian/.julia/packages/Homebrew/l8kUw/src/API.jl:412 [inlined]
│  [12] install(::Array{String,1}) at /Users/guardian/.julia/packages/Homebrew/l8kUw/src/bindeps_integration.jl:50
│  [13] (::getfield(Homebrew, Symbol("##80#81")))() at /Users/guardian/.julia/packages/Homebrew/l8kUw/src/bindeps_integration.jl:45
│  [14] run(::getfield(Homebrew, Symbol("##80#81"))) at /Users/guardian/.julia/packages/BinDeps/Z6fwm/src/BinDeps.jl:483
│  [15] macro expansion at ./logging.jl:308 [inlined]
│  [16] run(::BinDeps.SynchronousStepCollection) at /Users/guardian/.julia/packages/BinDeps/Z6fwm/src/BinDeps.jl:523
│  [17] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at /Users/guardian/.julia/packages/BinDeps/Z6fwm/src/dependencies.jl:944
│  [18] satisfy!(::BinDeps.LibraryDependency) at /Users/guardian/.julia/packages/BinDeps/Z6fwm/src/dependencies.jl:922
│  [19] top-level scope at /Users/guardian/.julia/packages/BinDeps/Z6fwm/src/dependencies.jl:977
│  [20] include at ./boot.jl:317 [inlined]
│  [21] include_relative(::Module, ::String) at ./loading.jl:1038
│  [22] include(::Module, ::String) at ./sysimg.jl:29
│  [23] include(::String) at ./client.jl:398
│  [24] top-level scope at none:0
│ in expression starting at /Users/guardian/.julia/packages/HDF5/PegIy/deps/build.jl:41
└ @ Pkg.Operations /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Operations.jl:1068

1 Like

I replied on Github — if you ask the question on multiple forums, please at least include xrefs.

https://github.com/JuliaIO/HDF5.jl/issues/496

1 Like