thanks @dsx it worked :-D
Search Criteria
Package Details: gitkraken 10.5.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: | 3.26 |
First Submitted: | 2015-10-21 19:17 (UTC) |
Last Updated: | 2024-11-13 08: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, bitw-gitAUR, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Provides ways to store passwords and encryption keys
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 23 Next › Last »
wamari commented on 2017-05-12 03:55 (UTC)
dsx commented on 2017-05-10 21:11 (UTC)
@wamari,
> when i try to install from AUR librcurl-openssl-1.0 it fails
> error: target not found: openssl-1.0
replace
depends=('curl' 'glibc' 'krb5' 'openssl-1.0' 'libpsl' 'zlib' 'libssh2.so')
with
depends=('curl' 'glibc' 'krb5' 'openssl' 'libpsl' 'zlib' 'libssh2.so')
(this works only for manjaro, because openssl is 1.0 yet)
@NullDivision
> I have libcurl-openssl-1.0 installed and I still get LD_PRELOAD error with a segfault.
do your own research then (most likely you did something wrong though)
wamari commented on 2017-05-10 15:58 (UTC)
@dsx when i try to install from AUR librcurl-openssl-1.0 it fails
error: target not found: openssl-1.0
==> Restart building libcurl-openssl-1.0 ? [y/N]
NullDivision commented on 2017-05-10 08:19 (UTC)
@dsx I have libcurl-openssl-1.0 installed and I still get LD_PRELOAD error with a segfault.
dsx commented on 2017-05-10 06:14 (UTC)
@wamari, you did something wrong, obviously.
It looks like you need to install libcurl-openssl-1.0
wamari commented on 2017-05-10 05:00 (UTC)
Hi,
managed to install gitkraken following @dsx instructions. However now when i try to open gitkraken i get the following output
[wamari@spectre ~]$ gitkraken
ERROR: ld.so: object '/usr/lib/libcurl-openssl-1.0.so.4.4.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/libcurl-openssl-1.0.so.4.4.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Node started time: 1494392348615
/usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/gitkraken/resources/app.asar.unpacked/node_modules/nodegit/build/Release/nodegit.node)
Error: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/gitkraken/resources/app.asar.unpacked/node_modules/nodegit/build/Release/nodegit.node)
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20)
at Object.Module._extensions..node (module.js:568:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:11:12)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/v1_5_0.js:7:17)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/index.js:5:28)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/opt/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/index.js:7:24)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at EventEmitter.module.exports.app.on (/opt/gitkraken/resources/app.asar/src/appBootstrap/main.js:171:5)
at emitOne (events.js:101:20)
at EventEmitter.emit (events.js:188:7)
Please help....
ahomolya commented on 2017-05-06 20:20 (UTC) (edited on 2017-05-06 20:25 (UTC) by ahomolya)
EDIT: This seems to be not GitKraken related at all on my install. None of the electron apps open up currently, investigating the issue.
For me GitKraken seems to load fine (loading screen runs well). After that the main window doesn't open up. Te stdout as follows:
ahomolya@AHOMOLYA-ARCH ~/Developer gitkraken
Node started time: 1494101564189
state: update-not-available
EVENT: Main process loaded at 301 ms
state: checking-for-update
state: update-not-available
EVENT: Starting initial render of foreground window at 2889 ms
EVENT: Startup triggers started at 3008 ms
If I hit ctrl+C I get an error, followed by a segfault:
Error: Object has been destroyed
at Error (native)
at Application.closeBackgroundWindowIfLastWindow (/opt/gitkraken/resources/app.asar/src/appBootstrap/application.js:273:25)
at AppWindow.newWindow.on (/opt/gitkraken/resources/app.asar/src/appBootstrap/application.js:145:10)
at emitNone (events.js:86:13)
at AppWindow.emit (events.js:185:7)
at BrowserWindow.AppWindow.win.once (/opt/gitkraken/resources/app.asar/src/appBootstrap/appwindow.js:69:10)
at BrowserWindow.g (events.js:286:16)
at emitOne (events.js:96:13)
at BrowserWindow.emit (events.js:188:7)
/usr/bin/gitkraken: line 3: 7430 Segmentation fault (core dumped) LD_PRELOAD=/usr/lib/libcurl-openssl-1.0.so.4.4.0 /opt/gitkraken/gitkraken
NullDivision commented on 2017-05-04 07:10 (UTC)
Has anyone run across this issue?
/usr/bin/gitkraken: line 3: 28883 Segmentation fault (core dumped) LD_PRELOAD=/usr/lib/libcurl-openssl-1.0.so.4.4.0 /opt/gitkraken/gitkraken
dsx commented on 2017-05-02 05:16 (UTC) (edited on 2017-05-10 06:15 (UTC) by dsx)
@lunchboxsushi, your instructions seems to be invalid.
You have to replace libcurl-openssl-1.0's dependency openssl-1.0 with regular openssl.
Also you need to fix libcurl-openssl-1.0 again as soon as openssl is updated to 1.1
P.S. yaourt allows to edit PKGBUILDs during installation, you don't have to download them manually.
Pinned Comments
Azd325 commented on 2016-12-06 23:45 (UTC)