-
Notifications
You must be signed in to change notification settings - Fork 286
Can't install on Debian 12 - libc version issue #1460
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
Comments
Related conversation: #1125 Could you try installing via |
sure. it'll be a few days.
I'm trying to avoid cargo, as I'm playing around with ansible, and trying
to make my installs as lightweight as possible
*Larry G. Wapnitsky*
*E: ***@***.****
*Web: Larry.Wapnitsky.com <http://larry.wapnitsky.com/>*
…On Thu, Nov 7, 2024 at 8:37 AM Spenser Black ***@***.***> wrote:
Related conversation: #1125 <#1125>
Could you try installing via cargo install onefetch and let us know if
that worked?
—
Reply to this email directly, view it on GitHub
<#1460 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE6CFAL7M6TXYEMNAOOGE3Z7NUKVAVCNFSM6AAAAABRIVHNTSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRSGI3DENZTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks! I actually have a PR up to use Bookworm (Debian 12) in a devcontainer: #1461 (correct me if I'm wrong, I'm not too familiar with the Debian release strategy). You could try starting up a GitHub Codespace to see if you can compile from source on Debian 12. I'm not sure which version of libc the container would have, but it's a good start to at least confirm that onefetch can be built on Debian 12. You might also try to install the |
This issue still occurs even after pulling the new version. Running |
🤔 If it's buildable then it should be installable. What's the output of |
cargo 1.86.0 (adf9b6ad1 2025-02-28) is the result of |
What are the full commands? Either way Rust should never break in a later version, so whatever successfully built on a previous version should also successfully install on your version (the current latest). Regardless of the cause, I think your problem is a different issue than this one, so, if it persists, could you open as a new issue? |
Duplicates
Current behavior 😯
Installation of the .deb file fails due to a dependency issue. Debian 12 does not currently have required version of libc
Expected behavior 🤔
Onefetch should operate on the current version of libc
Steps to reproduce 🕹
See current behavior
Additional context/Screenshots 🔦
No response
Possible Solution 💡
No response
The text was updated successfully, but these errors were encountered: