You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble with my penguin (linux machine), the penguin doesn't compile and says the following:
[ Info: Precompiling module Memento
┌ Warning: Deprecated syntax `tcp ? connect(host, port):` at /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:112.
│ Use `tcp ? connect(host, port) :` instead.
└ @ nothing Syslogs.jl:112
WARNING: Base.Libdl is deprecated, run `using Libdl` instead
likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:5
WARNING: importing deprecated binding Base.Void into Syslogs.
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:85
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:88
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:91
WARNING: importing deprecated binding Base.Nullable into Syslogs.
WARNING: importing deprecated binding Base.IPAddr into Syslogs.
WARNING: Base.IPAddr is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:95
ERROR: LoadError: TypeError:in Type{...} expression, expected UnionAll, got typeof(Base.Nullable)
Stacktrace:
[1] top-level scope
[2] include at ./boot.jl:314 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1067
[4] include(::Module, ::String) at ./sysimg.jl:29
[5] top-level scope
[6] eval at ./boot.jl:317 [inlined]
[7] top-level scope at ./<missing>:3
in expression starting at /home/rra/.julia/v0.7/Syslogs/src/Syslogs.jl:95
ERROR: LoadError: Failed to precompile Syslogs to /home/rra/.julia/compiled/v0.7/Syslogs.ji.
Stacktrace:
[1] error at ./error.jl:33 [inlined]
[2] compilecache(::Base.PkgId) at ./loading.jl:1201
[3] _require(::Base.PkgId) at ./loading.jl:974
[4] require(::Base.PkgId) at ./loading.jl:874
[5] require(::Module, ::Symbol) at ./loading.jl:869
[6] include at ./boot.jl:314 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1067
[8] include(::Module, ::String) at ./sysimg.jl:29
[9] top-level scope
[10] eval at ./boot.jl:317 [inlined]
[11] top-level scope at ./<missing>:3
in expression starting at /home/rra/.julia/v0.7/Memento/src/Memento.jl:8
ERROR: Failed to precompile Memento to /home/rra/.julia/compiled/v0.7/Memento.ji.
Stacktrace:
[1] error at ./error.jl:33 [inlined]
[2] compilecache(::Base.PkgId) at ./loading.jl:1201
[3] _require(::Base.PkgId) at ./loading.jl:1003
[4] require(::Base.PkgId) at ./loading.jl:874
[5] require(::Module, ::Symbol) at ./loading.jl:869
When are you planning to at least fix the compilation issues?
The text was updated successfully, but these errors were encountered:
We generally make a push to get our packages working on the next julia release when a release candidate is published. Until then we occasionally make updates and MRs are welcome.
I am having trouble with my penguin (linux machine), the penguin doesn't compile and says the following:
When are you planning to at least fix the compilation issues?
The text was updated successfully, but these errors were encountered: