-
Couldn't load subscription status.
- Fork 58
Closed
Description
After the edits to build.jl suggested by @eielsen in #185
julia> versioninfo()
Julia Version 0.7.0-DEV.26
Commit 9beece6e99 (2017-05-04 22:45 UTC)
Platform Info:
OS: Linux (x86_64-suse-linux)
CPU: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
Cairo builds but test fails with:
julia> Pkg.build("Cairo")
INFO: Building Cairo
julia> Pkg.test("Cairo")
INFO: Computing test dependencies for Cairo...
INFO: Installing BaseTestNext v0.2.2
INFO: Testing Cairo
(process:11714): GLib-GObject-CRITICAL **: /home/colin/.julia/v0.7/Cairo/deps/src/glib-2.34.3/gobject/gtype.c:2720: You forgot to call g_type_init()
(process:11714): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(process:11714): GLib-GObject-CRITICAL **: /home/colin/.julia/v0.7/Cairo/deps/src/glib-2.34.3/gobject/gtype.c:2720: You forgot to call g_type_init()
(process:11714): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(process:11714): GLib-GObject-CRITICAL **: /home/colin/.julia/v0.7/Cairo/deps/src/glib-2.34.3/gobject/gtype.c:2720: You forgot to call g_type_init()
(process:11714): GLib-GObject-CRITICAL **: /home/colin/.julia/v0.7/Cairo/deps/src/glib-2.34.3/gobject/gtype.c:2720: You forgot to call g_type_init()
and the test process hangs and only stops with Ctrl+c.
julia> using BinDeps; BinDeps.debug("Cairo")
INFO: Reading build script...
The package declares 1 dependencies.
- Library Group "cairo"ERROR: MethodError: no method matching validate_cairo_version(::String, ::Ptr{Void})
The applicable method may be too new: running in world age 21786, while current world is 21792.
Closest candidates are:
validate_cairo_version(::Any, ::Any) at /home/colin/.julia/v0.7/Cairo/deps/build.jl:9 (method too new to be called from this world context.)
Stacktrace:
[1] #_find_library#50(::Type{T} where T, ::Function, ::BinDeps.LibraryDependency) at /home/colin/.julia/v0.7/BinDeps/src/dependencies.jl:522
[2] next(::Base.Generator{Array{BinDeps.LibraryDependency,1},BinDeps.##53#54}, ::Int64) at ./generator.jl:45
[3] collect_to!(::Array{Tuple{BinDeps.LibraryDependency,Array{Any,1}},1}, ::Base.Generator{Array{BinDeps.LibraryDependency,1},BinDeps.##53#54}, ::Int64, ::Int64) at ./array.jl:462
[4] collect(::Base.Generator{Array{BinDeps.LibraryDependency,1},BinDeps.##53#54}) at ./array.jl:430
[5] allf at /home/colin/.julia/v0.7/BinDeps/src/dependencies.jl:665 [inlined]
[6] show(::Base.TTY, ::BinDeps.LibraryGroup) at /home/colin/.julia/v0.7/BinDeps/src/debug.jl:32
[7] debug(::Base.TTY, ::String) at /home/colin/.julia/v0.7/BinDeps/src/debug.jl:62
[8] debug(::String) at /home/colin/.julia/v0.7/BinDeps/src/debug.jl:65
Metadata
Metadata
Assignees
Labels
No labels