Opened 15 years ago

Closed 14 years ago

#21180 closed defect (fixed)

Configuring mldonkey fails

Reported by: macports.users@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: mldonkey

Description

--->  Configuring mldonkey
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_mldonkey/work/mldonkey-3.0.0" && ./configure --prefix=/opt/local " returned error 1
********  Objective-Caml 3.10.2 is required  *********
*******  Check http://caml.inria.fr/  ********
Do you want this script to try to download and install ocaml
LOCALLY in mldonkey directory ?
./configure: line 4612: read: read error: 0: Bad file descriptor

Error: Status 1 encountered during processing.
# uname -rsp
Darwin 10.0.0 i386

Attachments (1)

patch-config-configure.diff (436 bytes) - added by gunnmjk@… 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: pguyot@… removed
Owner: changed from macports-tickets@… to pguyot@…

comment:2 Changed 15 years ago by gunnmjk@…

I know how to fix this...

There is a typo in the configure file. Update line 4583 of /mldonkey/config/configure

from
<<    "$REQUIRED_OCAML"*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
to
>>    "$REQUIRED_OCAML"*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;

Can somebody please show me how to post a patch for this to macports and/or to mldonkey source?

Thanks!

Changed 15 years ago by gunnmjk@…

Attachment: patch-config-configure.diff added

comment:3 Changed 15 years ago by macports.users@…

Works here, thanks.

comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

I updated mldonkey to 3.0.3 in r70360 which has fixed this problem.

Note: See TracTickets for help on using tickets.