the ebuild for xMule 1.10.0 DEPENDs on crypto++, but the 'configure' script of xMule does not detect it correctly. I'll add a patch to make it work. Reproducible: Always Steps to Reproduce: ACCEPT_KEYWORDS='~x86' emerge xmule Actual Results: a couple of errors about "no such command", and then a warning about "compiling built-in crypto support" Expected Results: it should use the installed crypto++ library
Created attachment 63467 [details, diff] patch for the configure script, to go in net-p2p/xmule/files
Created attachment 63468 [details, diff] patch for the ebuild, to apply 'configure' patch
*** This bug has been marked as a duplicate of 98345 ***
wrong one...
patch configure.in / configure.ac aswell and notify the developers upstream.
Created attachment 64333 [details, diff] xmule-1.10.0-crypto-gentoo.patch Gianni: you should avoid patching configure and try to patch configure.{in,ac} if possible. this patch does basically the same, as Gianni's one, but works on configure.ac
Created attachment 64334 [details, diff] xmule-1.10.0.ebuild.patch diffs in ebuild
Fixed in portage, thanks for help.