-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
[SOLVED]: Loading problem under Fedora 38 #1664
Comments
this is a packaging issue, not a bug in conky. does Fedora not separately package all the main Lua versions? |
I don't know, i'll get no response there. I had try, earlier lua versions can't be loaded anymore for F38 |
that sounds like a personal problem |
You mean? You got it on Fedora 38 ? |
@enigma131 this packaging problem is now fixed in fedora 39. the new problem we have is that the version of conky available in the fedora repository does not support wifi. Conky uses an old library to access wifi data from your system. This library is now deprecated in fedora. hence fedora packages conky without wireless support since fedora 36 :( |
Created a new issue for BUILD_WLAN option and migration to mac80211/cfg80211. Closing this as wontfix as it's a fedora packaging problem. |
I will install Fedora 39 soon because F38 willl be EOL next times. I don't use Wifi on that computer. |
Upgraded to F39 and same problem. F39 live is working, very very strange. All packets are same, conky, lua and imlib2 |
@enigma131 you can try:
If no of that works, build conky from source as that will make conky link to the latest version (you have installed). This has the added benefit that the build system will give you more details on what's wrong. This is something you should report to [email protected] as nothing in our build files requires older version of Lua to be used so it's entirely a packaging problem (or you're doing something wrong). |
First line can't operate, because I'm under F39. |
Ok, don't break your system, haha. So you really need conky to link to latest lua-libs.
Can you give a short translation of the first line? I'm guessing (don't speak french) it's saying something along the lines of "can't verify dependency because it's marked as expired effective ".
Paste those errors here, they will be helpful for debugging what's wrong on your system. Also, if you haven't already, link this issue in the email (respond to your own with a link to this issue). Package maintainers would benefit from details on this issue. I'm working on updating |
In english :
LC_ALL=C sudo dnf install lua-5.3.5-3.fc29
Last metadata expiration check: 4:15:29 ago on Thu May 9 09:28:17 2024.
No match for argument: lua-5.3.5-3.fc29
Error: Unable to find a match: lua-5.3.5-3.fc29
Le jeu. 9 mai 2024 à 11:43, Tin Švagelj ***@***.***> a écrit :
… remove lua will break 72 packets, so i did not apply.
Ok, don't break your system, haha. So you really need conky to link to
latest lua-libs.
Dernière vérification de l’expiration des métadonnées effectuée il y a
0:04:18 le jeu. 09 mai 2024 09:28:17.
Aucune correspondance pour le paramètre: lua-5.3.5-3.fc29
Erreur : Impossible de trouver une correspondance: lua-5.3.5-3.fc29
Can you give a short translation of the first line? I'm guessing (don't
speak french) it's saying something along the lines of "can't verify
dependency because it's marked as expired effective ".
Building gives me a lot of error
Paste those errors here, they will be helpful for debugging what's wrong
on your system. Also, if you haven't already, link this issue in the email
(respond to your own with a link to this issue). Package maintainers would
benefit from details on this issue.
I'm working on updating libiw to netlink here
<#1879>. That's 80% complete,
but I'm a bit busy with life stuff atm.
—
Reply to this email directly, view it on GitHub
<#1664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXOFKFSG3535S3L5RY4OLZBNAM3AVCNFSM6AAAAAA6N5BV3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSGMYTSMZZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've finaly found the issue. |
Not necessarily, that could've happened if you manually compiled conky and then installed it through CMake. It's unlikely that the package was bad because (I think) installed files are removed automatically on uninstall (i.e. they use the same path), so even if two versions used a different binary path the previous binaries would've been uninstalled properly. |
Ok, but other strange thing, when i remove the binary from /usr/local/bin/ conky will be not found. I have to copy the one from correct path (from updates) to /usr/local/bin/ . Other binarys from /usr/bin are found from terminal |
I've finaly found the issue. |
Definitly solved. |
Responded to this from mobile but I can't see it now on PC, guess it didn't get sent. It's not necessarily an upgrade issue, what might've happened was that you installed conky via CMake at some point which used a different install path. |
No dnf don't remove old path(s). |
What happened?
Nice tool, I use it since years ;)
I've upgraded Fedora from 37 to 38 .
Now I have loading problem : conky: error while loading shared libraries: liblua-5.3.so: cannot open shared object file: No such file or directory
Lua version is 5.4.4, and as opposite of Fedora 37, I can't downgrade Lua.
How to solve the loading error ?
Need I recompile it or done a ticket at Fedora ?
source : conky-1.19.2-1.fc38.src.rpm
Edit: I've post a ticket : https://forums.fedoraforum.org/showthread.php?331363-Fedora-38-problem-with-conky
Version
1.19.2
Which OS/distro are you seeing the problem on?
Fedora
Fedora gives link here :
https://packages.fedoraproject.org/pkgs/conky/conky/
The text was updated successfully, but these errors were encountered: