Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72839 - net-p2p/mldonkey-2.5.16-r7 has doubtable ocaml dependency
Summary: net-p2p/mldonkey-2.5.16-r7 has doubtable ocaml dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High minor (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-29 11:04 UTC by Stefan Tittel
Modified: 2004-11-29 14:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Tittel 2004-11-29 11:04:39 UTC
net-p2p/mldonkey-2.5.16-r7 depends on >=dev-lang/ocaml-3.07, however if ocaml-3.08.1 (which is the current stable version for x86) is installed, the mldonkey configure script downloads ocaml 3.07 locally and uses this for compilation.

If you want mldonkey to use the globally installed ocaml version, the ebuild has to depend on =dev-lang/ocaml-3.07, if you don't want that, the dependency can be removed entirely since mldonkey's configure script takes care of fetching an appropriate ocaml version.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-11-29 11:25:56 UTC
does this happen in -r9? -r9 should use the local ocaml-3.08* properly.
Comment 2 Stefan Tittel 2004-11-29 14:25:07 UTC
(You meant global, didn't you?) With -r9 everthing seems fine. Thanks.