Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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 an attachment (id=63467) [details] patch for the configure script, to go in net-p2p/xmule/files
Created an attachment (id=63468) [details] 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 an attachment (id=64333) [details] 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 an attachment (id=64334) [details] xmule-1.10.0.ebuild.patch diffs in ebuild
Fixed in portage, thanks for help.