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

Bug 99105

Summary: xMule 1.10.0 has a bug in its 'configure' script re: crypto
Product: Gentoo Linux Reporter: Gianni Ceccarelli <dakkar>
Component: Current packagesAssignee: Gentoo net-p2p team <net-p2p>
Status: RESOLVED FIXED    
Severity: normal CC: stian
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for the configure script, to go in net-p2p/xmule/files
patch for the ebuild, to apply 'configure' patch
xmule-1.10.0-crypto-gentoo.patch
xmule-1.10.0.ebuild.patch

Description Gianni Ceccarelli 2005-07-15 06:24:49 UTC
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
Comment 1 Gianni Ceccarelli 2005-07-15 06:25:35 UTC
Created attachment 63467 [details, diff]
patch for the configure script, to go in net-p2p/xmule/files
Comment 2 Gianni Ceccarelli 2005-07-15 06:26:53 UTC
Created attachment 63468 [details, diff]
patch for the ebuild, to apply 'configure' patch
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-15 10:29:23 UTC

*** This bug has been marked as a duplicate of 98345 ***
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-15 10:29:45 UTC
wrong one...
Comment 5 Stian Skjelstad 2005-07-16 05:23:37 UTC
patch configure.in / configure.ac aswell and notify the developers upstream.
Comment 6 Marcin Kryczek (RETIRED) gentoo-dev 2005-07-26 01:00:39 UTC
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
Comment 7 Marcin Kryczek (RETIRED) gentoo-dev 2005-07-26 01:01:30 UTC
Created attachment 64334 [details, diff]
xmule-1.10.0.ebuild.patch

diffs in ebuild
Comment 8 Karol Wojtaszek (RETIRED) gentoo-dev 2005-07-27 14:33:20 UTC
Fixed in portage, thanks for help.