@tavuntu,
your command `yaourt --m-arg --skipchecksums --m-arg --skippgpcheck -Sb libcurl-openssl-1.0` can be shortened to `yaourt --m-arg --skipinteg -Sb libcurl-openssl-1.0`.
`skipinteg` acts like wrapper for both commmands. It's not much documented, i got that while searching on git... check https://github.com/archlinuxfr/yaourt/issues/108
Search Criteria
Package Details: gitkraken 11.2.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: | 304 |
Popularity: | 1.19 |
First Submitted: | 2015-10-21 19:17 (UTC) |
Last Updated: | 2025-06-18 06:31 (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 (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet) (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 »
m3nda commented on 2017-05-28 03:08 (UTC) (edited on 2017-05-28 03:09 (UTC) by m3nda)
billypilgrim commented on 2017-05-27 09:14 (UTC) (edited on 2017-05-27 09:29 (UTC) by billypilgrim)
For anyone who has the same problem... I fixed it by just rebuilding libcurl-openssl-1.0:
pacaur -S libcurl-openssl-1.0 --rebuild
rockmanexe1994 commented on 2017-05-26 04:11 (UTC) (edited on 2017-05-26 04:30 (UTC) by rockmanexe1994)
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.
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.
Pinned Comments
Azd325 commented on 2016-12-06 23:45 (UTC)