Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805185 - games-action/minecraft-launcher: allow libffi-compat:7 as a libffi.so.7 provider
Summary: games-action/minecraft-launcher: allow libffi-compat:7 as a libffi.so.7 provider
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 804660
  Show dependency tree
 
Reported: 2021-07-30 08:05 UTC by Sergei Trofimovich (RETIRED)
Modified: 2021-08-08 13:48 UTC (History)
1 user (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 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-30 08:05:55 UTC
dev-libs/libffi-3.4.2 (~arch) provides libffi.so.8. Looks like this package relies on libffi.so.7 and holds the update back.

Consider adding libffi-compat:7 as an alternative. One example to do it is to provide runtime alternative:

-       dev-libs/libffi:0/7
+       || ( dev-libs/libffi:0/7 dev-libs/libffi-compat:7 )
Comment 1 Larry the Git Cow gentoo-dev 2021-07-30 08:13:59 UTC
The bug has been closed via the following commit(s):

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

commit 917171d66126a1999c1f42597040fb56ad189144
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-07-30 08:12:35 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-07-30 08:13:24 +0000

    games-action/minecraft-launcher: allow libffi-compat as alternative to libffi
    
    Closes: https://bugs.gentoo.org/805185
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 ...inecraft-launcher-928-r2.ebuild => minecraft-launcher-928-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)