Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559072 - =games-roguelike/adom-1.1.1-r1 needs ncurses-5 ABI: libncurses.so.5: cannot open shared object file: No such file or directory
Summary: =games-roguelike/adom-1.1.1-r1 needs ncurses-5 ABI: libncurses.so.5: cannot o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ncurses-6
  Show dependency tree
 
Reported: 2015-08-29 09:31 UTC by Sergei Trofimovich (RETIRED)
Modified: 2015-09-03 19:01 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 Sergei Trofimovich (RETIRED) gentoo-dev 2015-08-29 09:31:42 UTC
On ~amd64 installing adom pulls ncurses-6.0:

    $ adom
    adom: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

One of possible fixes is to pull any slot implementing subslot=/5:

-RDEPEND=">=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]"
+RDEPEND="|| (
+		>=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)]
+		>=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)]
+)"

+Mike, +Jason to validate if it's a correct thing to do :)
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2015-09-03 19:01:12 UTC
seems right.  ok, in portage.