New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #10492 (closed defect: worksforme)

Opened 7 years ago

Last modified 4 years ago

BUG: Camlimages-2.2 does not build

Reported by: erikproper@… Owned by: reilles@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: blb@…
Port: camlimages

Description (last modified by ryandesign@…) (diff)

When doing a ports of camlimages, I get:

File "ps.ml", line 228, characters 14-17:
Warning Y: unused variable dpi.
ocamlc.opt  -I ../corelib -I ../ppm -c oPs.ml
if test "X" = "X"; then \
    ocamlc.opt  -a -linkall -o ci_ps.cma \
           ps.cmo oPs.cmo -ccopt -L/opt/local/lib ; \
  else \
    ocamlmklib -linkall -o ci_ps \
           ps.cmo oPs.cmo -L/opt/local/lib ; \
  fi
ocamlc.opt  -I ../corelib -c graphic_image.mli
File "graphic_image.mli", line 31, characters 33-47:
Unbound type constructor Graphics.color
make[1]: *** [graphic_image.cmi] Error 2
make: *** [byt] Error 2

Warning: the following items did not execute (for camlimages): com.apple.activate com.apple.build com.apple.destroot com.apple.install
Error: Status 1 encountered during processing.

Change History

comment:1 Changed 7 years ago by markd@…

  • Summary changed from Camlimages does not build to Camlimages-2.2 does not build

comment:2 Changed 7 years ago by markd@…

  • Summary changed from Camlimages-2.2 does not build to BUG: Camlimages-2.2 does not build

comment:3 Changed 6 years ago by pipping@…

  • Milestone set to Available Ports

comment:4 Changed 6 years ago by pipping@…

  • Milestone changed from Available Ports to Port Bugs

comment:5 Changed 6 years ago by nox@…

  • Priority changed from Expected to Normal
  • Cc reilles@… added

comment:6 Changed 4 years ago by ryandesign@…

  • Cc reilles@… removed
  • Owner changed from macports-tickets@… to reilles@…
  • Description modified (diff)
  • Port set to camlimages

comment:7 Changed 4 years ago by blb@…

  • Cc blb@… added

Is this still reproducible? It builds fine for me with ocaml 3.11.0_0.

comment:8 Changed 4 years ago by blb@…

  • Status changed from new to closed
  • Resolution set to worksforme

Closing, lack of response.

comment:9 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.