-
Notifications
You must be signed in to change notification settings - Fork 7
v0.35.3 glibc dependency problem on Centos 7.9 #132
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
Thanks for reporting this. I'll see if it can get a fix out soon. |
Exactly same issue with Ubuntu 18.04. |
I've just release GitFiend 0.36 which should fix this. Let me know if it's still an issue. |
Hi, /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server true thread 'main' panicked at 'index out of bounds: the len is 1 but the index is 1', src/git/queries/refs.rs:16:37 101 |
Thanks for the quick feedback and providing the log. I've created a build that will hopefully fix this and uploaded it to github here: https://github.com/GitFiend/Support/releases/tag/0.36.1 If this works I'll release it, otherwise keep looking into it. |
Thank you. v0.36.1 works! |
0.36 seems functional, thank you for quick fix. |
Hi, The message is: “Couldn’t find Git. If you are installing Git, wait for the install to finish, then try again”. Git 2.37 is already installed. I don’t know why gitfiend could not find the directory. |
That's strange. Gitfiend just calls git and assumes it's in your path. It's possible the reload button in that dialog is no longer working due to my recent changes and you may need to restart (if you haven't already tried that). |
Restarting VM didn’t work. I cleaned everything related to GitFiend and re-installed but that couldn’t solve the problem. Interestingly only 1 over 3 VM causes this problem. |
What do you get exactly when you run "git version" in a terminal? I noticed something a little dumb in my version checking code and made a fix and another build: https://github.com/GitFiend/Support/releases/tag/0.36.3. There's a chance this will fix it. |
Hi, |
Hi,
I'm using GitFiend on Centos 7.9. GitFiend v0.35.3 does not work on Centos 7.9 since the rust-server requires glibc version 2.29.
You can see the log below.
/opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server true
/opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server: /lib64/libc.so.6: version
GLIBC_2.29' not found (required by /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server) /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server: /lib64/libc.so.6: version
GLIBC_2.25' not found (required by /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server)/opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server: /lib64/libc.so.6: version
GLIBC_2.28' not found (required by /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server) /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server: /lib64/libc.so.6: version
GLIBC_2.18' not found (required by /opt/GitFiend/resources/app.asar.unpacked/output-code/core/rust-server)The text was updated successfully, but these errors were encountered: