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

../deps/deps.jl not found #2

Open
Dlng opened this issue Mar 20, 2018 · 1 comment
Open

../deps/deps.jl not found #2

Dlng opened this issue Mar 20, 2018 · 1 comment

Comments

@Dlng
Copy link

Dlng commented Mar 20, 2018

Hi,

I tried to run your tests but it failed with

ERROR: LoadError: LoadError: LoadError: UndefVarError: dlopen_e not defined
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:576
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:576
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/../deps/deps.jl, in expression starting on line 7
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/Lbfgsb.jl, in expression starting on line 4
while loading /home/weilong/.julia/v0.6/Lbfgsb/test/runtests.jl, in expression starting on line 1

When I changed the line here in Lbfgsb.jl/src/Lbfgsb.jl to be include("../deps/build.jl")

It failed with

ERROR: LoadError: LoadError: LoadError: failed process: Process(make OUTPUTDIR=/home/weilong/.julia/v0.6/Lbfgsb/src/../deps/usr/lib, ProcessExited(2)) [2]
Stacktrace:
[1] pipeline_error(::Base.Process) at ./process.jl:682
[2] run(::Cmd) at ./process.jl:651
[3] runmake() at /home/weilong/.julia/v0.6/Lbfgsb/src/../deps/build.jl:30
[4] include_from_node1(::String) at ./loading.jl:576
[5] include(::String) at ./sysimg.jl:14
[6] include_from_node1(::String) at ./loading.jl:576
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/../deps/build.jl, in expression starting on line 78
while loading /home/weilong/.julia/v0.6/Lbfgsb/src/Lbfgsb.jl, in expression starting on line 4
while loading /home/weilong/Codes/Lbfgsb.jl/test/runtests.jl, in expression starting on line 1

Can you lemme know the fix?
Thanks

@Gnimuc
Copy link

Gnimuc commented Apr 6, 2018

I think this package is not under active development. That's why I registered a relative low-level package LBFGSB.jl.

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