Skip to content
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

LibPQ failing to precompile - Julia v1.0 #42

Closed
MichaelDS opened this issue Aug 27, 2018 · 1 comment
Closed

LibPQ failing to precompile - Julia v1.0 #42

MichaelDS opened this issue Aug 27, 2018 · 1 comment

Comments

@MichaelDS
Copy link

MichaelDS commented Aug 27, 2018

Running on Ubuntu 16.04 LTS.
I installed LibPQ using (v1.0) pkg> add LibPQ#master as I was previously getting an error when I tried installing via Pkg.add("LibPQ").

julia> using LibPQ
[ Info: Precompiling LibPQ [194296ae-ab2e-5f79-8cd4-7183a0a5a0d1]
ERROR: LoadError: LoadError: UndefVarError: start not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
 [2] top-level scope at none:0
 [3] include at ./boot.jl:317 [inlined]
 [4] include_relative(::Module, ::String) at ./loading.jl:1038
 [5] include at ./sysimg.jl:29 [inlined]
 [6] include(::String) at /home/mdsalerno/.julia/packages/LibPQ/oOJbp/src/LibPQ.jl:1
 [7] top-level scope at none:0
 [8] include at ./boot.jl:317 [inlined]
 [9] include_relative(::Module, ::String) at ./loading.jl:1038
 [10] include(::Module, ::String) at ./sysimg.jl:29
 [11] top-level scope at none:2
 [12] eval at ./boot.jl:319 [inlined]
 [13] eval(::Expr) at ./client.jl:389
 [14] top-level scope at ./none:3
in expression starting at /home/mdsalerno/.julia/packages/LibPQ/oOJbp/src/typemaps.jl:189
in expression starting at /home/mdsalerno/.julia/packages/LibPQ/oOJbp/src/LibPQ.jl:58
ERROR: Failed to precompile LibPQ [194296ae-ab2e-5f79-8cd4-7183a0a5a0d1] to /home/mdsalerno/.julia/compiled/v1.0/LibPQ/LeQQU.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] macro expansion at ./logging.jl:313 [inlined]
 [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
 [4] _require(::Base.PkgId) at ./logging.jl:311
 [5] require(::Base.PkgId) at ./loading.jl:852
 [6] macro expansion at ./logging.jl:311 [inlined]
 [7] require(::Module, ::Symbol) at ./loading.jl:834
@iamed2
Copy link
Collaborator

iamed2 commented Aug 27, 2018

See #41, I expect to merge and tag within the hour

@iamed2 iamed2 closed this as completed Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants