Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99105 - xMule 1.10.0 has a bug in its 'configure' script re: crypto
Summary: xMule 1.10.0 has a bug in its 'configure' script re: crypto
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 06:24 UTC by Gianni Ceccarelli
Modified: 2005-07-27 14:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for the configure script, to go in net-p2p/xmule/files (xmule-1.10.0-configure.patch,494 bytes, patch)
2005-07-15 06:25 UTC, Gianni Ceccarelli
Details | Diff
patch for the ebuild, to apply 'configure' patch (xmule-1.10.0.ebuild.patch,350 bytes, patch)
2005-07-15 06:26 UTC, Gianni Ceccarelli
Details | Diff
xmule-1.10.0-crypto-gentoo.patch (xmule-1.10.0-crypto-gentoo.patch,616 bytes, patch)
2005-07-26 01:00 UTC, Marcin Kryczek (RETIRED)
Details | Diff
xmule-1.10.0.ebuild.patch (xmule-1.10.0.ebuild.patch,728 bytes, patch)
2005-07-26 01:01 UTC, Marcin Kryczek (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.