Package Details: keybase-bin 6.2.8_20240306193933+e38523abbe-1

Git Clone URL: https://aur.archlinux.org/keybase-bin.git (read-only, click to copy)
Package Base: keybase-bin
Description: the Keybase Go client, filesystem, and GUI
Upstream URL: https://keybase.io
Licenses: BSD
Conflicts: kbfs, keybase, keybase-git, keybase-gui, keybase-release
Provides: kbfs, keybase, keybase-gui
Submitter: oconnor663
Maintainer: keybase
Last Packager: keybase
Votes: 145
Popularity: 0.005068
First Submitted: 2016-06-22 16:52 (UTC)
Last Updated: 2024-03-06 19:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

ava1ar commented on 2019-08-16 03:56 (UTC)

Why does it depend on gconf?

keybase commented on 2019-01-25 16:38 (UTC)

@securetodeath

Fixed.

securetodeath commented on 2018-10-27 13:05 (UTC)

Why isn't the source just https://prerelease.keybase.io/linux_binaries/deb* ?

oconnor663 commented on 2018-08-17 14:09 (UTC)

Today's glibc update included the fix for this issue. Thanks @nallekarhu and @Eschwartz for finding it.

oconnor663 commented on 2018-08-14 21:08 (UTC)

The testing version of the glibc package (https://www.archlinux.org/packages/testing/x86_64/glibc/) contains a temporary patch to mitigate this (https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/glibc&id=f2aaaac68876f6959c62ea09dcdda5d441bf4ff7). As soon as that lands we should be good.

dstokes commented on 2018-08-14 20:24 (UTC) (edited on 2018-08-14 20:26 (UTC) by dstokes)

You can patch the binary with glibc-2.27 as a workaround.

https://archive.archlinux.org/packages/g/glibc/glibc-2.27-3-x86_64.pkg.tar.xz

mkdir /opt/glibc-2.27
sudo tar xf /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz -C /opt/glibc-2.27

sudo patchelf --set-interpreter /opt/glibc-2.27/usr/lib/ld-linux-x86-64.so.2 --set-rpath \$ORIGIN:\$ORIGIN/lib/:/opt/glibc-2.27/usr/lib/ /opt/keybase/Keybase

dmp1ce commented on 2018-08-14 17:57 (UTC)

I'm experiencing the same issue with the GUI not showing. electron /opt/keybase/resources/app/ works for me.

oconnor663 commented on 2018-08-07 22:19 (UTC)

@Eschwartz thank you so much for all the work you do around these packages. (@nallekarhu you were totally right.) I'm away from work for a few months, so my response times are longer than usual on issues like this.

electron /opt/keybase/resources/app/ seems like the workaround until https://bugs.archlinux.org/task/59550 is fixed. In the longer term, I agree with @Eschwartz that depending on system electron is the right play. (One of the frustrations there is that distros other than Arch will probably still need to ship the electron binaries, since we can't depend on their system packages being recent enough.)

eschwartz commented on 2018-08-07 18:13 (UTC)

Okay, the problem is that using prebuilt electron binaries is somehow breaking since the glibc 2.28 update. See https://bugs.archlinux.org/task/59550

Also if you use the keybase-gui package I maintain in [community] you will not have this issue (although you might have other issues like https://github.com/keybase/kbfs/issues/1655 which I have submitted pull requests to fix, but without luck).

vendion commented on 2018-08-07 18:10 (UTC)

I'm running into this issue as well, I've even tried reinstalling the electron package with pacman then rebuilding and installing this package.

Running /opt/keybase/Keybase results in a seg fault whereas electron /opt/keybase/resources/app/ works