I guess that libproxy is a dependency of Archβs QT6, but not from Yggdrasil?
libproxy ............................... no
...
-- Checking for module 'libproxy-1.0'
-- Package 'libproxy-1.0', required by 'virtual:world', not found
I guess that libproxy is a dependency of Archβs QT6, but not from Yggdrasil?
libproxy ............................... no
...
-- Checking for module 'libproxy-1.0'
-- Package 'libproxy-1.0', required by 'virtual:world', not found
@charperflow mentioned that they looked at Arch WikiI. βm assuming @charperflow followed either of the two suggestions.
That is correct; I installed the julia-bin from AUR. I donβt know why its also listing julia, I imagine thats the arch-maintained version (which is not recommended to use because it is compiled against system libraries)β¦maybe its a leftover from when I first set up this machine.
I appreciate all the feedback and community help, itβs the first day of the term so it might be a little bit until I can make sometime to work through all of these suggestions, but I will get to it eventually. Thank you all for all of your help!
julia> run(addenv(`libtree $(GR_jll.gksqt_path)`, GR_jll.gksqt().env));
/home/mose/.julia/artifacts/7f59a0ec3d19c98dce30a3ba8ea9cbd8824ce4a6/bin/gksqt
βββ libz.so.1 [LD_LIBRARY_PATH]
βββ libpng16.so.16 [LD_LIBRARY_PATH]
β βββ libz.so.1 [LD_LIBRARY_PATH]
βββ libfreetype.so.6 [LD_LIBRARY_PATH]
β βββ libbz2.so.1.0 [LD_LIBRARY_PATH]
β βββ libz.so.1 [LD_LIBRARY_PATH]
β βββ libpthread.so.0 [default path]
βββ libGLX.so.0 [LD_LIBRARY_PATH]
β βββ libX11.so.6 [LD_LIBRARY_PATH]
β β βββ libxcb.so.1 [LD_LIBRARY_PATH]
β β β βββ libXau.so.6 [LD_LIBRARY_PATH]
β β β βββ libXdmcp.so.6 [LD_LIBRARY_PATH]
β β βββ libpthread.so.0 [default path]
β βββ libGLdispatch.so.0 [LD_LIBRARY_PATH]
βββ libOpenGL.so.0 [LD_LIBRARY_PATH]
β βββ libGLdispatch.so.0 [LD_LIBRARY_PATH]
βββ libQt6Widgets.so.6 [LD_LIBRARY_PATH]
β βββ libGLX.so.0 [LD_LIBRARY_PATH]
β βββ libOpenGL.so.0 [LD_LIBRARY_PATH]
β βββ libxkbcommon.so.0 [LD_LIBRARY_PATH]
β βββ libQt6Gui.so.6 [LD_LIBRARY_PATH]
β β βββ libz.so.1 [LD_LIBRARY_PATH]
β β βββ libglib-2.0.so.0 [LD_LIBRARY_PATH]
β β β βββ libiconv.so.2 [LD_LIBRARY_PATH]
β β β βββ libpcre2-8.so.0 [LD_LIBRARY_PATH]
β β β β βββ libpthread.so.0 [default path]
β β β βββ libpthread.so.0 [default path]
β β β βββ librt.so.1 [default path]
β β βββ libgthread-2.0.so.0 [LD_LIBRARY_PATH]
β β β βββ libglib-2.0.so.0 [LD_LIBRARY_PATH]
β β βββ libfreetype.so.6 [LD_LIBRARY_PATH]
β β βββ libfontconfig.so.1 [LD_LIBRARY_PATH]
β β β βββ libbz2.so.1.0 [LD_LIBRARY_PATH]
β β β βββ libz.so.1 [LD_LIBRARY_PATH]
β β β βββ libfreetype.so.6 [LD_LIBRARY_PATH]
β β β βββ libexpat.so.1 [LD_LIBRARY_PATH]
β β β βββ libpthread.so.0 [default path]
β β βββ libX11.so.6 [LD_LIBRARY_PATH]
β β βββ libEGL.so.1 [LD_LIBRARY_PATH]
β β β βββ libGLdispatch.so.0 [LD_LIBRARY_PATH]
β β β βββ libpthread.so.0 [default path]
β β βββ libOpenGL.so.0 [LD_LIBRARY_PATH]
β β βββ libGLX.so.0 [LD_LIBRARY_PATH]
β β βββ libxkbcommon.so.0 [LD_LIBRARY_PATH]
β β βββ libQt6DBus.so.6 [LD_LIBRARY_PATH]
β β β βββ libQt6Core.so.6 [LD_LIBRARY_PATH]
β β β β βββ libz.so.1 [LD_LIBRARY_PATH]
β β β β βββ libglib-2.0.so.0 [LD_LIBRARY_PATH]
β β β β βββ libgthread-2.0.so.0 [LD_LIBRARY_PATH]
β β β β βββ libcrypto.so.3 [LD_LIBRARY_PATH]
β β β β β βββ libpthread.so.0 [default path]
β β β β βββ libssl.so.3 [LD_LIBRARY_PATH]
β β β β β βββ libcrypto.so.3 [LD_LIBRARY_PATH]
β β β β β βββ libpthread.so.0 [default path]
β β β β βββ librt.so.1 [default path]
β β β β βββ libpthread.so.0 [default path]
β β β βββ libpthread.so.0 [default path]
β β βββ libQt6Core.so.6 [LD_LIBRARY_PATH]
β β βββ libpthread.so.0 [default path]
β βββ libQt6Core.so.6 [LD_LIBRARY_PATH]
β βββ libpthread.so.0 [default path]
βββ libQt6Core.so.6 [LD_LIBRARY_PATH]
βββ libQt6Gui.so.6 [LD_LIBRARY_PATH]
βββ libQt6Network.so.6 [LD_LIBRARY_PATH]
β βββ libz.so.1 [LD_LIBRARY_PATH]
β βββ libQt6Core.so.6 [LD_LIBRARY_PATH]
β βββ libpthread.so.0 [default path]
βββ libpthread.so.0 [default path]
I donβt see libproxy
linked anywhere. So itβs something else pulling it in.
Did you try:
LD_LIBRARY_PATH="" julia
?
FTR, the command doesnβt list your locally installed packages, rather it lists packages available in repo and AUR. In fact, julia-bin
conflicts julia
, so having both installed shouldnβt be possible.
The results from running that are too long, to post. I am linking to a github file where I pasted the resultsβ¦sorry for the weird work around! github work around
@Henrique_Becker , I did try that to no avail.
I found a work around. The AUR has two supported versions of julia: julia-bin and juliaup. By uninstalling julia-bin and switching to juliaup, everything is working OK now. I still donβt know the root problem which is kind of frustrating, but thank you to everyone for your help, and I hope this helps if anyone finds themselves in a similar problem!
Just wanted to report that I was facing the same issue today and your solution worked for me.
glad it worked for you too, hopefully the next version of julia-bin will be ok