-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: UndefVarError: STDOUT not defined #391
Comments
Hi @skanskan `julia> BinDeps.debug("Cairo")
julia>` |
Any progress on this? See the exact same issue with this use case. |
see JuliaGraphics/Cairo.jl#265 |
follow up: julia> BinDeps.debug(stdout, "Cairo")
[ Info: Reading build script...
┌ Warning: `Pkg.dir(pkgname, paths...)` is deprecated; instead, do `import Cairo; joinpath(dirname(pathof(Cairo)), "..", paths...)`.
└ @ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:454
ERROR: MethodError: no method matching joinpath(::Nothing, ::String, ::String)
Closest candidates are:
joinpath(::AbstractString, ::AbstractString, ::AbstractString...) at path.jl:214
joinpath(::String, ::String) at path.jl:217
joinpath(::AbstractString, ::AbstractString) at path.jl:226
Stacktrace:
[1] macro expansion at ./logging.jl:308 [inlined]
[2] debug_context(::String) at /home/hamza/.julia/packages/BinDeps/ZEval/src/debug.jl:48
[3] debug(::Base.TTY, ::String) at /home/hamza/.julia/packages/BinDeps/ZEval/src/debug.jl:57
[4] top-level scope at none:0
julia> VERSION
v"1.0.0"
(v1.0) pkg> status
Status `~/.julia/environments/v1.0/Project.toml`
#...
[9e28174c] BinDeps v0.8.10 |
Hello.
When I try to execute
BinDeps.debug("Cairo")
I get this error.ERROR: UndefVarError: STDOUT not defined
I'm using Julia 1.0.2 on Windows 10.
The text was updated successfully, but these errors were encountered: