Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 559072

Summary: =games-roguelike/adom-1.1.1-r1 needs ncurses-5 ABI: libncurses.so.5: cannot open shared object file: No such file or directory
Product: Gentoo Linux Reporter: Sergei Trofimovich (RETIRED) <slyfox>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: perfinion, vapier
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 558052    

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.