Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29996 - mldonkey-2.5.3-r2.ebuild should be depend on dev-lang/ocaml-3.06
Summary: mldonkey-2.5.3-r2.ebuild should be depend on dev-lang/ocaml-3.06
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
: 30546 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-30 07:10 UTC by Genady Okrain
Modified: 2003-10-07 09:57 UTC (History)
3 users (show)

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 Genady Okrain 2003-09-30 07:10:41 UTC
and not on >=dev-lang/ocaml-3.06

dev-lang/ocaml-3.07 gives a error that searchs 06 on ./configure

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-05 04:25:28 UTC
i don't have such problems

try 3.06-r1 and provide
#emerge info
Comment 2 Genady Okrain 2003-10-05 06:48:24 UTC
from /usr/portage/net-p2p/mldonkey/mldonkey-2.5.3-r2.ebuild:

DEPEND="gtk? ( >=lablgtk-1.2.4 )
        >=dev-lang/ocaml-3.06
        dev-lang/perl"
RDEPEND="net-misc/wget"

with ocaml-3.07:

checking for
/home/genady12/tmp/portage/mldonkey-2.5.3-r2/work/mldonkey-2.5-3/patches/local/bin/ocamlc.opt...
no
checking for rpmbuild... no
checking for rpm... no
checking for wget... wget
********  Objective-Caml 3.06 is required  *********
*******  Check http://ocaml.inria.fr/  ********
Do you want this script to try to download and install ocaml
LOCALLY in mldonkey directory ?

!!! ERROR: net-p2p/mldonkey-2.5.3-r2 failed.
!!! Function econf, Line 324, Exitcode 1
!!! econf failed

maybe:

DEPEND="gtk? ( >=lablgtk-1.2.4 )
        =dev-lang/ocaml-3.06
        dev-lang/perl"
RDEPEND="net-misc/wget"
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-10-05 23:46:53 UTC
now i see

fixed in cvs, thx
Comment 4 Genady Okrain 2003-10-07 02:59:40 UTC
*** Bug 30546 has been marked as a duplicate of this bug. ***
Comment 5 Genady Okrain 2003-10-07 03:02:02 UTC
please change to
=dev-lang/ocaml-3.06*

then it will use -r2
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-10-07 09:57:32 UTC
closed finally