New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21180 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Configuring mldonkey fails

Reported by: macports.users@… Owned by: pguyot@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: ryandesign@…
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

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

Change History

comment:1 Changed 4 years ago by macsforever2000@…

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

comment:2 Changed 4 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 4 years ago by gunnmjk@…

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

Works here, thanks.

comment:4 Changed 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Cc ryandesign@… added
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.