Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921016 - app-crypt/keybase-6.2.3: version bump
Summary: app-crypt/keybase-6.2.3: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Randall
URL: https://github.com/keybase/client/rel...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-12-30 04:08 UTC by Rahil Bhimjiani
Modified: 2024-01-12 19:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rahil Bhimjiani 2023-12-30 04:08:59 UTC
When installed live 9999 version, run_keybase command errors out stating kbfs.service doesn't exists
Comment 1 Nicolas Bock gentoo-dev 2024-01-08 16:49:39 UTC
Hi Rahil,

The bug title and your comment are really two different things.

1. Version bump: https://github.com/gentoo/gentoo/pull/34712
2. I cannot reproduce this problem.

After installing keybase-9999 I get this:

gentoo@gentoo ~ $ run_keybase 
Launching keybase service...
Starting the redirector...
Starting KBFS...
Launching Keybase GUI...
run_keybase: Success!
Comment 2 Larry the Git Cow gentoo-dev 2024-01-10 17:36:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d97ec755e369eef6e817861ac3830dedb8fcbf3

commit 6d97ec755e369eef6e817861ac3830dedb8fcbf3
Author:     Nicolas Bock <nicolasbock@gentoo.org>
AuthorDate: 2024-01-06 00:01:49 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2024-01-10 17:36:27 +0000

    app-crypt/{kbfs,keybase}: Version bump to 6.2.4
    
    Closes: https://bugs.gentoo.org/921016
    Closes: https://github.com/gentoo/gentoo/pull/34712
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 app-crypt/kbfs/Manifest                |  2 +
 app-crypt/kbfs/kbfs-6.2.4.ebuild       | 67 +++++++++++++++++++++++++++++++
 app-crypt/kbfs/kbfs-9999.ebuild        |  4 +-
 app-crypt/keybase/Manifest             |  2 +
 app-crypt/keybase/keybase-6.2.4.ebuild | 72 ++++++++++++++++++++++++++++++++++
 app-crypt/keybase/keybase-9999.ebuild  |  4 +-
 6 files changed, 147 insertions(+), 4 deletions(-)
Comment 3 Rahil Bhimjiani 2024-01-10 19:45:00 UTC
(In reply to Nicolas Bock from comment #1)
> 2. I cannot reproduce this problem.
> 
Only `emerge keybase` and then run_keybase gives out the error. FYI I don't have  app-crypt/kbfs installed.
Comment 4 Nicolas Bock gentoo-dev 2024-01-11 14:44:50 UTC
Please open a new ticket for this issue since it is not related to the version bump.
Comment 5 Larry the Git Cow gentoo-dev 2024-01-12 19:13:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d77e1fd64cd3ea3b83da982b147d297c055cd2

commit 86d77e1fd64cd3ea3b83da982b147d297c055cd2
Author:     Nicolas Bock <nicolasbock@gentoo.org>
AuthorDate: 2024-01-12 19:12:43 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2024-01-12 19:13:49 +0000

    app-crypt/keybase: Add warning about kbfs
    
    Bug: https://bugs.gentoo.org/921016
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 app-crypt/keybase/keybase-6.2.4.ebuild | 6 ++++++
 app-crypt/keybase/keybase-9999.ebuild  | 6 ++++++
 2 files changed, 12 insertions(+)
Comment 6 Nicolas Bock gentoo-dev 2024-01-12 19:14:43 UTC
Never mind. I added a note to the current package:

 * Start/Restart keybase: run_keybase
 *   Note that without USE=fuse the kbfs package will not
 *   be installed automatically. Either install it manually
 *   or export KEYBASE_NO_KBFS=1 in your shell to avoid
 *   failures when executing run_keybase.
Comment 7 Rahil Bhimjiani 2024-01-12 19:21:07 UTC
(In reply to Nicolas Bock from comment #6)
> Never mind. I added a note to the current package:
>
perfect. Thank you