Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802396 - games-action/minecraft-launcher-928 - missing runtime dependency app-crypt/libsecret
Summary: games-action/minecraft-launcher-928 - missing runtime dependency app-crypt/li...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-16 08:00 UTC by Fab
Modified: 2021-07-16 12:34 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 Fab 2021-07-16 08:00:22 UTC
Hi,

The minecraft launcher library (~/.minecraft/launcher/liblauncher.so) was automatically updated while running /usr/bin/minecraft-launcher.

Since it was updated, the launcher fails to run with :
> https://launchermeta.mojang.com/v1/products/launcher/6f083b80d5e6fabbc4236f81d0d8f8a350c665a9/linux.json
> MessageBox(Launcher de Minecraft): Couldn't load launcher core from ~/.minecraft/launcher/liblauncher.so: LoadErrorNotPresent

Doing ldd on the launcher library shows :
> $ ldd ~/.minecraft/launcher/liblauncher.so | grep libsecret
>	libsecret-1.so.0 => not found

emerging app-crypt/libsecret solve the problem.

Thanks.
Comment 1 Larry the Git Cow gentoo-dev 2021-07-16 12:30:37 UTC
The bug has been closed via the following commit(s):

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

commit cc22e82582bcd68b77f8e918c9e29da54534e981
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-07-16 12:30:21 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-07-16 12:30:21 +0000

    games-action/minecraft-launcher: add missing dependency
    
    The liblauncher.so file that this downloads now depends
    on libsecret
    
    Closes: https://bugs.gentoo.org/802396
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../{minecraft-launcher-928.ebuild => minecraft-launcher-928-r1.ebuild}  | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Andrew Nowa Ammerlaan gentoo-dev 2021-07-16 12:34:56 UTC
Thanks!