The build links against libdb4.7 but db-46 headers are used during the build. This bug is the same as bug #226485 except that now the ebuild needs addition of version 4.7 instead of 4.6. Reproducible: Always Steps to Reproduce: 1. Have db-4.6 and 4.7 installed 2. emerge klibido-0.2.5 3. run klibido Actual Results: It will complain about not finding DB RPC Server and exit. The fix is the same as bug #226485
Created attachment 195699 [details, diff] db-47.patch The patch just add 4.7 to the list of known versions.
Fixed.