Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Errors testing Homebrew #263

Open
sbacelar opened this issue Aug 21, 2019 · 0 comments
Open

Errors testing Homebrew #263

sbacelar opened this issue Aug 21, 2019 · 0 comments

Comments

@sbacelar
Copy link

Anyone can explain to me please what is the possible reasons and what can I do with the errors I receive when testing Homebrew @staticfloat:

(agent-env) pkg> test Homebrew
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Testing Homebrew
    Status `/var/folders/tq/f5jbfqp97y52w_y7byn05_fw0000gn/T/jl_ongtdt/Manifest.toml`
  [9e28174c] BinDeps v0.8.10
  [34da2185] Compat v2.1.0
  [d9be37ee] Homebrew v0.7.1
  [682c06a0] JSON v0.20.0
  [30578b45] URIParser v0.4.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8bb1440f] DelimitedFiles  [`@stdlib/DelimitedFiles`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [1a1011a3] SharedArrays  [`@stdlib/SharedArrays`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
[ Info: Using Homebrew.jl installed to /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/deps/usr
==> Installing pkg-config from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.2.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring pkg-config-0.29.2.mojave.bottle.tar.gz
🍺  /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/deps/usr/Cellar/pkg-config/0.29.2: 11 files, 627.4KB
Warning: Already linked: /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/deps/usr/Cellar/pkg-config/0.29.2
Julia Version 1.2.0
Commit c6da87ff4b (2019-08-20 00:03 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin18.6.0)
  CPU: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, haswell)
Environment:
  JULIA_LOAD_PATH = @:/var/folders/tq/f5jbfqp97y52w_y7byn05_fw0000gn/T/jl_ongtdt
Homebrew git revision 38287e630; last commit 11 months ago
homebrew/core git revision e3f4d82; last commit 2 hours ago
staticfloat/juliadeps revision 38287e630; last commit 11 months ago

13 total packages installed:
freetype, gettext, git, graphite2, libmodplug, libogg, libpng, libvorbis, pcre2, pkg-config, sdl2, sdl2_mixer, sdl2_ttf
[ Info: pkg-config: 0.29.2 installed to: /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/deps/usr/Cellar/pkg-config/0.29.2
Error: glib: undefined method `uses_from_macos' for Formulary::FormulaNamespacecbd4a882f967c43a3a057ba9538b2077::Glib:Class
ERROR: LoadError: ArgumentError: `brew info` failed for ["cairo", "fontconfig", "fribidi", "glib", "harfbuzz"]!
Stacktrace:
 [1] json(::Array{String,1}) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:192
 [2] info(::Array{String,1}) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:229
 [3] #direct_deps#10(::Bool, ::typeof(Homebrew.direct_deps), ::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:285
 [4] #direct_deps at ./none:0 [inlined]
 [5] #deps_tree#17(::Bool, ::typeof(Homebrew.deps_tree), ::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:306
 [6] #deps_tree at ./none:0 [inlined]
 [7] #deps_sorted#24(::Bool, ::typeof(Homebrew.deps_sorted), ::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:379
 [8] deps_sorted(::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:379
 [9] top-level scope at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/test/runtests.jl:53
 [10] include at ./boot.jl:328 [inlined]
 [11] include_relative(::Module, ::String) at ./loading.jl:1094
 [12] include(::Module, ::String) at ./Base.jl:31
 [13] include(::String) at ./client.jl:431
 [14] top-level scope at none:5
in expression starting at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/test/runtests.jl:53
caused by [exception 1]
failed process: Process(`/Users/sergiobacelar/.julia/packages/Homebrew/s09IX/deps/usr/bin/brew info --json=v1 cairo fontconfig fribidi glib harfbuzz`, ProcessExited(1)) [1]

Stacktrace:
 [1] pipeline_error at ./process.jl:813 [inlined]
 [2] read(::Cmd) at ./process.jl:700
 [3] read(::Cmd, ::Type{String}) at ./process.jl:709
 [4] readchomp(::Cmd) at ./io.jl:802
 [5] #brewchomp#5(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::typeof(Homebrew.brewchomp), ::Cmd) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:39
 [6] brewchomp at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:31 [inlined]
 [7] json(::Array{String,1}) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:186
 [8] info(::Array{String,1}) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:229
 [9] #direct_deps#10(::Bool, ::typeof(Homebrew.direct_deps), ::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:285
 [10] #direct_deps at ./none:0 [inlined]
 [11] #deps_tree#17(::Bool, ::typeof(Homebrew.deps_tree), ::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:306
 [12] #deps_tree at ./none:0 [inlined]
 [13] #deps_sorted#24(::Bool, ::typeof(Homebrew.deps_sorted), ::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:379
 [14] deps_sorted(::String) at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/src/API.jl:379
 [15] top-level scope at /Users/sergiobacelar/.julia/packages/Homebrew/s09IX/test/runtests.jl:53
 [16] include at ./boot.jl:328 [inlined]
 [17] include_relative(::Module, ::String) at ./loading.jl:1094
 [18] include(::Module, ::String) at ./Base.jl:31
 [19] include(::String) at ./client.jl:431
 [20] top-level scope at none:5
ERROR: Package Homebrew errored during testing
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant