IanButterworth / SystemBenchmark.jl

Julia package for benchmarking a system
MIT License
43 stars 3 forks source link

Building VideoIO fails #5

Closed natgeo-wong closed 4 years ago

natgeo-wong commented 4 years ago

Hi, I'm experiencing problems with building VideoIO, as someone else commented on discourse (but I didn't see a similar issue here)

   Building VideoIO → `~/.julia/packages/VideoIO/AZ2p0/deps/build.log`
┌ Debug: Using _parent_ dep graph
└ @ Pkg.Operations /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1363
┌ Error: Error building `VideoIO`: 
│ [ Info: Downloading https://github.com/JuliaPackaging/Yggdrasil/releases/download/Bzip2-v1.0.6-2/Bzip2.v1.0.6.x86_64-apple-darwin14.tar.gz to /Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/usr/downloads/Bzip2.v1.0.6.x86_64-apple-darwin14.tar.gz...
│ ERROR: LoadError: LoadError: LibraryProduct(nothing, ["libbz2"], :libbzip2, "Prefix(/Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/usr)") is not satisfied, cannot generate deps.jl!
│ Stacktrace:
│  [1] error(::String) at ./error.jl:33
│  [2] write_deps_file(::String, ::Array{LibraryProduct,1}; verbose::Bool, isolate::Bool) at /Users/natgeo-wong/.julia/packages/BinaryProvider/GeAtj/src/Products.jl:419
│  [3] top-level scope at /Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/build_Bzip2.v1.0.6.jl:48
│  [4] include(::Module, ::String) at ./Base.jl:377
│  [5] include(::String) at /Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/build.jl:52
│  [6] top-level scope at /Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/build.jl:53
│  [7] include(::String) at ./client.jl:439
│  [8] top-level scope at none:5
│ in expression starting at /Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/build_Bzip2.v1.0.6.jl:48
│ in expression starting at /Users/natgeo-wong/.julia/packages/VideoIO/AZ2p0/deps/build.jl:45
[15:22:22] ######################################################################## 100.0%
└ @ Pkg.Operations /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:892
   Building NNlib ──→ `~/.julia/packages/NNlib/FAI3o/deps/build.log`
┌ Debug: Using _parent_ dep graph
└ @ Pkg.Operations /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1363

Version info as follows:

julia> versioninfo()
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin18.7.0)
  CPU: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
natgeo-wong commented 4 years ago

Whoops sorry, linking to similar issue here: https://github.com/JuliaIO/VideoIO.jl/issues/240