Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13236 closed defect (fixed)

ocaml darwin_9 variant is broken: macosx_deployment_target is only available in trunk

Reported by: frstan@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: ocaml darwin_9 Cc: frstan@… (William Davis), pguyot (Paul Guyot), kballard (Lily Ballard)
Port:

Description

DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ocaml DEBUG: Requested variant darwin is not provided by port ocaml. DEBUG: Requested variant i386 is not provided by port ocaml. DEBUG: Requested variant macosx is not provided by port ocaml. DEBUG: Executing variant darwin_9 provides darwin_9 DEBUG: invalid command name "macosx_deployment_target"

while executing

"macosx_deployment_target 10.4"

(procedure "variant-darwin_9" line 6) invoked from within

"variant-darwin_9"

invoked from within

"catch "variant-${name}" result" Error: Error executing darwin_9: invalid command name "macosx_deployment_target" DEBUG: Error evaluating variants

while executing

"error "Error evaluating variants""

(procedure "mportopen" line 51) invoked from within

"mportopen $porturl [array get options] [array get variations]" Error: Unable to open port: Error evaluating variants

Change History (8)

comment:1 Changed 16 years ago by thomaslenoir@…

I get the same error on Leopard and MacPorts version 1.5.2:

thepoisonapple:~ thomas$ port info ocaml Error: Error executing darwin_9: invalid command name "macosx_deployment_target" Error: Unable to open port: Error evaluating variants

comment:2 Changed 16 years ago by nox@…

Cc: pguyot@… added

comment:3 Changed 16 years ago by nox@…

Summary: ocaml error in darwin_9 varient in portfileocaml darwin_9 variant is broken: macosx_deployment_target is only available in trunk

comment:4 Changed 16 years ago by nox@…

Cc: eridius@… added

comment:5 Changed 16 years ago by bfulgham@…

Resolution: fixed
Status: newclosed

comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

macosx_deployment_target only became available in MacPorts 1.6.0. macosx_deployment_target was removed from the ocaml portfile in r31240.

comment:7 Changed 16 years ago by kballard (Lily Ballard)

Ok, I've put macosx_deployment_target back in (r32488) since it's in MP 1.6 and it's far preferable than maintaining patches.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.