Found a workaround for the OPENSSL_1.0.2d not found problem
- Install libopenssl-1.0-compat from the AUR
- Backup the original libssl.so.1.0.0 and libcrypto.so.1.0.0 by running those command:
sudo mv /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.1.0.0.bak
sudo mv /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.1.0.0.bak
- Make the soft link to those two files of the libopenssl-1.0-compat package using the commands below:
sudo ln -s /usr/lib/openssl-1.0-compat/libssl.so.1.0.0 /usr/lib/libssl.so.1.0.0
sudo ln -s /usr/lib/openssl-1.0-compat/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.1.0.0
Works for me.
P/s: I think they will roll out a fix quite soon.
Search Criteria
Package Details: gitkraken 10.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gitkraken.git (read-only, click to copy) |
---|---|
Package Base: | gitkraken |
Description: | The intuitive, fast, and beautiful cross-platform Git client. |
Upstream URL: | https://www.gitkraken.com/ |
Keywords: | git |
Licenses: | custom |
Provides: | gitkraken |
Submitter: | Azd325 |
Maintainer: | Azd325 |
Last Packager: | Azd325 |
Votes: | 301 |
Popularity: | 1.56 |
First Submitted: | 2015-10-21 19:17 (UTC) |
Last Updated: | 2024-12-18 16:46 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- libxkbfile
- nss (nss-hgAUR)
- git-lfs (git-lfs-gitAUR) (optional) – git-lfs support
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, keepassxc-qt6AUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Provides ways to store passwords and encryption keys
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 23 Next › Last »
rockmanexe1994 commented on 2017-05-26 04:11 (UTC) (edited on 2017-05-26 04:30 (UTC) by rockmanexe1994)
mooop12 commented on 2017-05-25 16:47 (UTC)
I'm getting this after an openssl-1.0 update. Is this an upstream bug?
/opt/gitkraken/gitkraken: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0)
/opt/gitkraken/gitkraken: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0)
dsx commented on 2017-05-19 16:24 (UTC)
@rpirsc13,
How are you going to install libcurl-openssl-1.0 without installing openssl-1.0 first? (and without breaking dependencies)
rpirsc13 commented on 2017-05-19 10:20 (UTC) (edited on 2017-05-19 10:22 (UTC) by rpirsc13)
I think openssl-1.0 from extra/ should be a dependency, libcurl-openssl-1.0 is not enough. Node ( dependency of nodegit used by GitKraken ), at the current version requires libssl and libcrypto 1.0.0 which is only provided by extra/openssl-1.0
So if you are using ssh repos and GitKraken crashes on fetch/pull: pacman -Sy openssl-1.0 will fix the issue.
neng commented on 2017-05-15 20:41 (UTC)
@Azd325, it worked. Thanks.
Azd325 commented on 2017-05-15 18:57 (UTC)
@neng see first sticky post
neng commented on 2017-05-15 17:22 (UTC)
==> WARNING: Building more AUR packages is required.
==> Building libcurl-openssl-1.0...
-> aur/libcurl-openssl-1.0 7.54.0-2 (81 votes)
-> An URL retrieval library (build against openssl-1.0)
==> Validating source files with sha256sums...
curl-7.54.0.tar.gz ... Passed
curl-7.54.0.tar.gz.asc ... Skipped
==> Verifying source file signatures with gpg...
curl-7.54.0.tar.gz ... FAILED (unknown public key 5CC908FDB71E12C2)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: makepkg (or someone else) failed and returned 1.
dsx commented on 2017-05-13 07:11 (UTC)
@tavuntu,
that's because you are looking at gitkraken's dependencies while I'm not. Please read carefully.
What's most important:
openssl is updated to 1.1 in manjaro so libcurl-openssl-1.0 should be installed without any deps changes now.
tavuntu commented on 2017-05-12 20:38 (UTC) (edited on 2017-05-13 03:20 (UTC) by tavuntu)
@dsx I see this on the dependencies:
depends=('gtk2' 'nss' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib' 'libcurl-openssl-1.0' 'libxss')
but you're indicating this:
"replace
depends=('curl' 'glibc' 'krb5' 'openssl-1.0' 'libpsl' 'zlib' 'libssh2.so')
with
depends=('curl' 'glibc' 'krb5' 'openssl' 'libpsl' 'zlib' 'libssh2.so')"
how is that?
EDIT: So just to let you know, it looks like the libcurl-openssl-1.0 package has some key-related problems, I used this command to install this one first and then gitkraken (now I got it working with no problems):
yaourt --m-arg --skipchecksums --m-arg --skippgpcheck -Sb libcurl-openssl-1.0
I'm in Manjaro XFCE 17.0.1
Pinned Comments
Azd325 commented on 2016-12-06 23:45 (UTC)