Created attachment 1628584 [details] Error output. Rather long and seems to be repeated. Description of problem: When using Images.jl and ImageView.jl, there seems to be an issue viewing images with imshow(...). I am using this with toolbox on Fedora 31 silverblue. Basically the GUI window pops up, but no image. I do have Plots.jl working so I don't think its a QT or GTK issue. Version-Release number of selected component (if applicable): Version 1.2.0 (2019-08-20) Fedora 31 build How reproducible: easy Steps to Reproduce: Assuming you are in the Julia REPL 1. ] 2. add Images ImageView 3. using Images 4. using ImageView 5. **Read some image with im = load(...) or make a 2D array e.g. im = rand(128,128)** 6. imshow(im) 7. See error... Actual results: See attachment for full error, but in short ERROR: error compiling cfunction_: could not load library "libjulia" libjulia.so: cannot open shared object file: No such file or directory Expected results: A window with the image. See: https://juliaimages.org/latest/imagesegmentation/ Additional info: N/A
Tested using pre-built binaries from https://julialang.org/downloads/ and everything seems good. Reproduce (Starting in the REPL): 1. using ImageView 2. img = ones(128,128) 3. imshow(img) 4. See window with image. So it seems that libjulia.so needs to be linked to for the fedora build?
FEDORA-2019-da5c53481b has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-da5c53481b
Good catch. That's because libjulia.so is only included in the julia-devel package. I've pushed a fix, please confirm that it works for you.
julia-1.2.0-3.1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-da5c53481b
julia-1.2.0-3.1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.