Ticket #21180 (closed defect: fixed)
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
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!
Note: See
TracTickets for help on using
tickets.

