Opened 15 years ago

Closed 14 years ago

#20883 closed defect (fixed)

ocamlduce +universal: Unknown option "--disable-dependency-tracking"

Reported by: wiml@… Owned by: anil@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: universal Cc:
Port: ocamlduce

Description

--->  Fetching ocamlduce
--->  Attempting to fetch ocamlduce-3.08.4pl3.tar.gz from http://distfiles.macports.org/ocamlduce
--->  Verifying checksum(s) for ocamlduce
--->  Extracting ocamlduce
--->  Applying patches to ocamlduce
--->  Configuring ocamlduce
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_lang_ocamlduce/work/ocaml-sub" && ./configure -prefix /opt/local --disable-dependency-tracking " returned error 2
Command output: Unknown option "--disable-dependency-tracking".

Error: Status 1 encountered during processing.

And indeed, the "configure" script in ocamlduce does not accept the --disable-dependency-tracking flag.

MacPorts 1.800, OS X 10.6 10A432, Intel.

Change History (3)

comment:1 Changed 15 years ago by wiml@…

Disabling the extra configure arg like this:

# port install ocamlduce configure.universal_args=''

does get me past the configure stage successfully, but then the port fails as described in #13846. :(

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: universal added; ocaml configure removed
Owner: changed from macports-tickets@… to anil@…
Summary: ocamlduce does not configureocamlduce +universal: Unknown option "--disable-dependency-tracking"

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.